Skip to content

fix: exclude endorsements-new page from sitemap#504

Merged
mohanadft merged 1 commit into
mainfrom
fix/endorsements-new-sitemap-exclude
Jul 11, 2026
Merged

fix: exclude endorsements-new page from sitemap#504
mohanadft merged 1 commit into
mainfrom
fix/endorsements-new-sitemap-exclude

Conversation

@mohanadft

Copy link
Copy Markdown
Collaborator

Summary

  • src/pages/endorsements-new.astro was the only -new/-2/-temp page missing from the sitemap filter exclude list in astro.config.mjs, leaving it crawlable/indexable despite being an unlinked redesign page.
  • Adds "/endorsements-new/" to the exclude array, matching the existing convention documented in CLAUDE.md.

Closes #503

Test plan

  • pnpm build and confirmed dist/sitemap-0.xml no longer contains /endorsements-new
  • Confirmed all other previously-excluded -new pages remain excluded (no regression)
  • Reviewed via /code-review (Standards + Spec axes) — no findings on either axis

endorsements-new.astro was the only -new/-2/-temp page missing from the
sitemap filter's exclude list, leaving it crawlable/indexable despite
being an unlinked redesign page.

Closes #503
@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying website with  Cloudflare Pages  Cloudflare Pages

Latest commit: 56e5846
Status: ✅  Deploy successful!
Preview URL: https://28e7dac8.website-aun.pages.dev
Branch Preview URL: https://fix-endorsements-new-sitemap.website-aun.pages.dev

View logs

@mohanadft mohanadft merged commit a07e302 into main Jul 11, 2026
5 checks passed
@mohanadft mohanadft deleted the fix/endorsements-new-sitemap-exclude branch July 11, 2026 14:37
Sign up for free to 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.

endorsements-new page missing from sitemap exclude filter

1 participant