get_sitemap_stats
Analyze a website's sitemap structure by providing the homepage URL. Retrieve detailed statistics to understand sitemap organization and content distribution.
Instructions
Get comprehensive statistics about a website's sitemap structure
Input Schema
Name | Required | Description | Default |
---|---|---|---|
url | Yes | The URL of the website homepage (e.g., https://example.com) |
Input Schema (JSON Schema)
{
"properties": {
"url": {
"description": "The URL of the website homepage (e.g., https://example.com)",
"title": "Url",
"type": "string"
}
},
"required": [
"url"
],
"title": "get_sitemap_statsArguments",
"type": "object"
}