Skip to content

feat: boost long-tail SEO for parameter and model pages#83

Merged
brunobuddy merged 1 commit into
mainfrom
feat/parameter-seo-improvements
Jul 7, 2026
Merged

feat: boost long-tail SEO for parameter and model pages#83
brunobuddy merged 1 commit into
mainfrom
feat/parameter-seo-improvements

Conversation

@brunobuddy

Copy link
Copy Markdown
Member

💭 Why

The site gets impressions for specific parameter and model queries, but those long-tail pages were hard for Google to reach. The homepage passed no link equity to the per-parameter pages, and its title was generic.

✨ What changed

  • Homepage: new crawlable "Browse by parameter" section linking all 60 parameter pages plus the glossary.
  • Homepage title and description now name real parameters (temperature, top_p, max_tokens) with live model and provider counts.
  • Homepage JSON-LD gains an Organization node with sameAs to GitHub and npm.
  • Model pages: data-driven FAQ built from the catalog (visible Q&A plus FAQPage JSON-LD).
  • Model heading reworded to reinforce the "API parameters" phrasing.
  • npm README links back to the API docs, JSON API, and llms.txt.
  • Synced the packages/modelparams version in the lockfile (0.0.0 to 0.0.1).

👤 For users

Searchers looking for a specific parameter or model default land on the matching page. Each model page answers common questions inline, like the default temperature or the token limit.

📝 Notes

  • No comparison ("A vs B") pages by design, to avoid thin content on a young domain.
  • New pure module src/data/faq.ts backs both the visible FAQ and the FAQPage schema.

The homepage now links every per-parameter page and leads with a
concrete, query-shaped title and description. Model pages gain a
data-driven FAQ (visible plus FAQPage JSON-LD), and the homepage adds
an Organization node linked to GitHub and npm.
@vercel

vercel Bot commented Jul 7, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
modelparams.dev Ready Ready Preview Jul 7, 2026 8:38am

Request Review

@github-actions github-actions Bot added the site Website code or tooling label Jul 7, 2026
@brunobuddy brunobuddy merged commit 3fb56d9 into main Jul 7, 2026
5 checks passed
@brunobuddy brunobuddy deleted the feat/parameter-seo-improvements branch July 7, 2026 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

site Website code or tooling

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant