wordpress_update_robots_txt
Update robots.txt file content to control search engine crawling behavior on WordPress sites.
Instructions
Update robots.txt file content
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes |
Input Schema (JSON Schema)
{
"properties": {
"content": {
"type": "string"
}
},
"required": [
"content"
],
"type": "object"
}