Menu

Post image 1
Post image 2
1 / 2
0

5 things I noticed this week while shipping three programmatic SEO sites

DEV Community·MORINAGA·24 days ago
#f9zuNlny
Reading 0:00
15s threshold

Week 2 of running three AI-curated directory sites. Five things that caught me off-guard between Monday and Friday. 1. @astrojs/sitemap generates /sitemap-0.xml , not /sitemap-index.xml I spent most of Tuesday assuming Google Search Console was silently ignoring my sitemap submission. It wasn't. On Astro sites with fewer pages, the @astrojs/sitemap plugin outputs /sitemap-0.xml as the leaf file — not a sitemap index. GSC expects the index URL unless you submit the leaf directly. The fix is a single Cloudflare redirect rule ( /sitemap-index.xml → /sitemap-0.xml ), but you'll also want to re-submit the correct URL in GSC and re-ping IndexNow. The plugin behavior is correct by spec; it just doesn't match the pattern assumed in most Astro tutorials. 2. Cloudflare Pages returns HTTP 500 on pages with certain URL substrings One of my sites stores open-source alternative listings that include DigitalOcean referral links.…

Continue reading — create a free account

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

Read More