- What format does it output?
- sitemap.xml per Sitemaps 0.9 spec. Plus optional sitemap-index for multi-sitemap sites (>50,000 URLs or >50MB uncompressed).
- What are priority and changefreq?
- priority (0.0-1.0) hints relative importance. changefreq (daily, weekly, monthly) hints update cadence. Both are optional; Google barely uses them.
- Do I need hreflang?
- For internationalized sites, yes. The generator supports alternate-language URLs via xhtml:link elements. Helps search engines serve the right language version.
- Where do I put it?
- At your site root (/sitemap.xml) and reference it in robots.txt with `Sitemap: https://...`. Submit to Google Search Console for faster indexing.