Skip to main content

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 access
  • hourly: Changes hourly
  • daily: Changes daily
  • weekly: Changes weekly
  • monthly: Changes monthly
  • yearly: Changes yearly
  • never: Archived URL
    Default: weekly
Priority:
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:
{
  "sitemap_url": "https://example.com/sitemap.xml",
  "total_urls": 2,
  "generated_at": "2024-10-19T10:30:00Z",
  "status": "success"
}

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.
I