Skip to content

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

Merged
Flotapponnier merged 1 commit into
devfrom
fix/sitemap-products-404
Jun 21, 2026
Merged

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

Conversation

@Flotapponnier

Copy link
Copy Markdown
Collaborator

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 933eb6f into devJun 21, 2026
1 check passed
@Flotapponnier
Flotapponnier deleted the fix/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