get_sitemap
Retrieve detailed metadata about a specific sitemap, including submitted and referenced URLs, last download status, errors, and warnings.
Instructions
Get details about a specific sitemap.
Args: site_url: The site, e.g. 'https://example.com/'. feedpath: The sitemap path, e.g. '/sitemap.xml'.
Returns: Dictionary with sitemap metadata (submitted/referenced counts, last downloaded, errors, warnings).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site_url | Yes | ||
| feedpath | Yes |