Skip to content

feat(seo): category hub routes /benchmarks/category/[cat] - #580

Merged
Flotapponnier merged 1 commit into
devfrom
feat/category-hub-routes
Jun 19, 2026
Merged

feat(seo): category hub routes /benchmarks/category/[cat]#580
Flotapponnier merged 1 commit into
devfrom
feat/category-hub-routes

Conversation

@Flotapponnier

Copy link
Copy Markdown
Collaborator

What

  • New static route src/app/benchmarks/category/[cat]/page.tsx
  • generateStaticParams covers every known bench category
  • Per-category BreadcrumbList + ItemList JSON-LD
  • Category tab labels on /benchmarks now render as real <Link> so crawlers see them
  • Sitemap updated to include all category hubs

Why

Today the category filter is client-side, so "all Solana RPC benchmarks" is not a linkable URL. External sites that want to deep-link to the RPC category have nowhere to point. Real routes unlock backlink anchors like "via OpenChainBench's Solana RPC benchmarks".

Out of scope

  • No category taxonomy changes
  • No design changes on the existing /benchmarks hub

@Flotapponnier
Flotapponnier merged commit 87aae89 into devJun 19, 2026
1 check passed
@Flotapponnier
Flotapponnier deleted the feat/category-hub-routes branch June 19, 2026 13:07
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