Fasterize Sitemap
Process and analyze sitemaps
What does this node do?
Parses and analyzes XML sitemaps to extract URLs and metadata.
Configuration
sitemap_url string required URL of the sitemap.
Output
{
"urls": [
{
"loc": "https://example.com/page",
"lastmod": "2024-01-15",
"priority": 0.8
}
],
"total_urls": 500
}