Skip to content

feat: add per-parameter pages for long-tail search#82

Merged
brunobuddy merged 2 commits into
mainfrom
seo-audit
Jun 30, 2026
Merged

feat: add per-parameter pages for long-tail search#82
brunobuddy merged 2 commits into
mainfrom
seo-audit

Conversation

@brunobuddy

Copy link
Copy Markdown
Member

💭 Why

The catalog ranks one model at a time, but parameters had no page of their own. Searches like "gpt-4o temperature range" or "what is top_p" had nowhere to land. Everything lived on one shared glossary page.

✨ What changed

  • New page per parameter at /parameters/<slug> with a by-model table of each model's default, range, and gating conditions.
  • Glossary is now the hub that links to every parameter page.
  • Model pages get jump-nav, per-row anchors, links to each parameter page, and a plain-language parameter summary.
  • Sitemap lastmod reads each model's git commit date instead of the build date.
  • Parameter pages added to the sitemap and llms.txt, with DefinedTerm structured data.

👤 For users

Anyone searching for a single parameter lands on a dedicated page showing its default and valid range across every model that accepts it (temperature alone covers 143 models).

🔧 For operators

After deploy, resubmit sitemap.xml in Google Search Console so the 60 new parameter URLs get crawled.

📝 Notes

Adds 60 parameter pages (sitemap grows to 275 URLs). A build-time guard rejects slug collisions. Model-by-parameter pages are deliberately left for later, once these are indexed.

Each LLM parameter now gets its own page at /parameters/<slug> with a
by-model table of defaults, ranges, and conditions. The glossary becomes
the hub that links to every parameter page.

Model pages gain jump-nav, per-row anchors, links to each parameter
page, and a plain-language parameter summary. Sitemap lastmod now reads
each model's git commit date instead of the build date. Parameter pages
are added to the sitemap and llms.txt, and carry DefinedTerm structured
data.
@vercel

vercel Bot commented Jun 30, 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 Jun 30, 2026 6:31pm

Request Review

@github-actions github-actions Bot added the site Website code or tooling label Jun 30, 2026
@brunobuddy brunobuddy merged commit b853a3d into main Jun 30, 2026
5 checks passed
@brunobuddy brunobuddy deleted the seo-audit branch June 30, 2026 18:47
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