Skip to content

fix(sitemap): drop /products/<slug> URLs that 404 - #620

Merged
Flotapponnier merged 1 commit into
mainfrom
hotfix/sitemap-products-404
Jun 21, 2026
Merged

fix(sitemap): drop /products/<slug> URLs that 404#620
Flotapponnier merged 1 commit into
mainfrom
hotfix/sitemap-products-404

Conversation

@Flotapponnier

Copy link
Copy Markdown
Collaborator

Cherry-pick of #618 to main.

Sitemap listed /products/ URLs that returned 404 because the page
generateStaticParams filters out providers without live bench data while
the sitemap iterated the full registry. Google was flagging these as
soft 404s and reportedly impacting quality signals.

Now sitemap calls the same filter as the page so the two never diverge.

Affected: at minimum quicknode, coingecko, infura, ankr. Likely more.

@Flotapponnier
Flotapponnier merged commit cac87a8 into mainJun 21, 2026
1 check passed
@Flotapponnier
Flotapponnier deleted the hotfix/sitemap-products-404 branch June 21, 2026 14:09
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

@Flotapponnier