generate-site-map
Crawl a website from a given URL to a specified depth and generate an XML sitemap with discovered URLs, up to a defined limit, for improved site navigation and indexing.
Instructions
Crawls a website starting from a given URL up to a specified depth and generates an XML sitemap containing the discovered URLs (up to a specified limit).
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | Maximum number of URLs to include in the generated sitemap XML. Defaults to 1000. Max allowed is 5000. | |
maxDepth | No | The maximum depth to crawl relative to the starting URL to discover pages for the sitemap. 0 means only the starting URL. Max allowed depth is 5. Defaults to 2. | |
url | Yes | The starting URL for the crawl to generate the sitemap. Must be a valid HTTP or HTTPS URL. |