A JSON containing basic data about the robots.txt page found on the website. If website does not have a Robots page or the robots is invalid or could not be read, then returns null.
Key | Type | Description |
---|---|---|
robotstxt | Boolean | Indicates if the website contains a Robots.txt page or not. |
skipped | Boolean | Indicates if the robots allows Googlebot rules or not on its Robots.txt page. |
valid | Boolean | Check if the Robots.txt page contains any warnings, if not has, then is valid. |
content | Object | All the disallow content found inside the Robots.txt page. |
sitemap | Object | A String arraylist that detects all the sitemaps found inside the Robots page. |
url | String | The Robotx.txt URL path to access inside the website. |