Skip to content

Redirect legacy /sitemap.xml to sitemap-index.xml - #92

Merged
styler merged 1 commit into
masterfrom
sitemap-redirect
Jul 18, 2026
Merged

Redirect legacy /sitemap.xml to sitemap-index.xml#92
styler merged 1 commit into
masterfrom
sitemap-redirect

Conversation

@styler

Copy link
Copy Markdown
Member

The old Docusaurus site served its sitemap at /sitemap.xml, and search consoles still have that URL registered — it has been 404ing since the cutover. Adds an edge 301 to /sitemap-index.xml via the _redirects emitter (edge-only: an HTML meta-refresh page would be useless to XML consumers).

Search engines still poll the old Docusaurus sitemap location; it 404ed
after the migration.
@cloudflare-workers-and-pages

cloudflare-workers-and-pagesBot commented Jul 18, 2026

Copy link
Copy Markdown

Deploying with Cloudflare Workers Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

StatusNameLatest CommitUpdated (UTC)
✅ Deployment successful!
View logs
docsf320398Jul 18 2026, 11:14 AM

@styler
styler merged commit c1f73ef into masterJul 18, 2026
2 checks passed
@styler
styler deleted the sitemap-redirect branch July 18, 2026 11:14
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@styler