Node Inputs
Required Fields
Site Configuration ID:The unique identifier for your Fasterize site configuration.
Example:
"site_12345"
URLs:A list of URLs to include in the sitemap.
Example:
["https://example.com/page1", "https://example.com/page2"]
Optional Fields
Change Frequency:How frequently each URL is likely to change.
Available options:
always
: Changes with every accesshourly
: Changes hourlydaily
: Changes dailyweekly
: Changes weeklymonthly
: Changes monthlyyearly
: Changes yearlynever
: Archived URL
Default:weekly
The priority of URLs relative to other URLs on your site (0.0 to 1.0).
Example:
0.8
Last Modified:The date of last modification for each URL.
Example:
["2024-10-15", "2024-10-18"]
Node Output
Sitemap URL:The URL of the generated sitemap and metadata about its contents. Example Output:
Node Functionality
The Fasterize Sitemap node:- Generates XML sitemaps dynamically at the edge.
- Supports sitemap configuration (change frequency, priority).
- Updates sitemaps instantly without server deployment.
- Ensures search engines always have up-to-date site structure.
- Handles large sitemaps with automatic splitting if needed.