Sitemap
POST

sitemap.xml file is available or no sitemap entry exists in robots.txt, our system can intelligently discover and compile a comprehensive sitemap for the target website.
Entity Reference:
SitemapEntity
Request
An array of URLs from which to extract sitemap elements.
- Minimum:
1 URLper request - Maximum:
10 URLsper request
Specifies the sorting order of URLs in the sitemap.
'asc'for ascending order (default)'desc'for descending order
Determines whether URLs are returned as absolute or relative paths.
'absolute'for complete URLs (default), e.g.,https://example.com/page'relative'for domain-relative paths, e.g.,/page
Specifies the casing for the sitemap URLs.
lowercase: Converts all URLs to lowercase.uppercase: Converts all URLs to uppercase.capitalize: Capitalizes the first letter of each URL segment.as-is: Retains the original casing of the URLs (default).
If set to
true, the system will validate each extracted URL to ensure it is reachable, such as detecting broken links or dead ends.- Default is
false, meaning no validation is performed.
When
validateUrls is enabled, setting this to true will include URLs that are found to be dead or unreachable in the sitemap results.- Default is
false, meaning dead URLs will be excluded from the results.
An optional object specifying additional metadata fields to include for each sitemap URL.
default: none (only URLs are returned).See MetadataEntity for available fields.
Note: Including metadata fields may increase processing time and resource consumption.
An optional object to configure caching behavior for the request. By default, caching is enabled with a TTL of 120 seconds. You can customize these settings by providing the
cache object.Response
Indicates whether the response was served from cache.
The time in seconds until the cached response expires. Default is 7200
seconds (2 hours).
An object where each key is a requested URL and the value contains categorized sitemap data with live URLs, dead URLs (if validation enabled), and extraction metrics.