Menu

Post image 1
Post image 2
1 / 2
0

@astrojs/sitemap generates /sitemap-0.xml not /sitemap-index.xml on small sites

DEV Community·MORINAGA·25 days ago
#xs5sNF9j
#astro#webdev#showdev#sitemap#index#file
Reading 0:00
15s threshold

What the smoke check found This morning I ran a manual smoke check on all three Cloudflare Pages sites — aiappdex.com, findindiegame.com, ossfind.com — as part of investigating an unrelated robots.txt issue. Every robots.txt declared: Sitemap: https://aiappdex.com/sitemap-index.xml Enter fullscreen mode Exit fullscreen mode Standard declaration. But hitting the URL directly returned 404. Not a redirect, not a permissions error — 404. I checked all three domains. Same result everywhere. The sites launched 2026-04-23. They've been live for 15 days. Every crawl that honored robots.txt and tried to fetch the sitemap got a dead end. I don't know how much this affected indexing velocity — I'll have actual crawl coverage data in 30 days — but it's the kind of silent failure that validates doing manual checks even when automated pipelines look green. The file that did exist was /sitemap-0.xml . Every site had that, with proper XML structure and valid URLs. It just wasn't at the path anything was looking for.…

Continue reading — create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More