Skip to content

seo(website): descriptive homepage title, extend Qwen3 page title to 8B/32B#7

Merged
xiaguan merged 1 commit into
mainfrom
fix/homepage-title-seo
Jul 6, 2026
Merged

seo(website): descriptive homepage title, extend Qwen3 page title to 8B/32B#7
xiaguan merged 1 commit into
mainfrom
fix/homepage-title-seo

Conversation

@xiaguan

@xiaguan xiaguan commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

Why

Google Search Console data surfaced two gaps:

  1. The homepage <title> renders as "openinfer | openinfer" — Starlight's page | site template applied to a homepage named after the site. It carries zero signal for category queries like rust llm inference engine, so the homepage only surfaces on brand queries.
  2. The Qwen3 model page now covers 4B/8B/32B serving data (docs(qwen3-4b): add DSpark speculative decoding, Qwen3-8B serving data, refresh QPS sweep #4, docs(qwen3-32b): add page with single-GH200 serving numbers #5), but its <title>, description, and sidebar label still say only "Qwen3-4B", so qwen3 32b / qwen3 8b queries have nothing to match in the title.

What

  • Override the homepage <title> (and og:title) via Starlight frontmatter headopeninfer — Pure Rust + CUDA LLM Inference Engine. Page H1 and sidebar are untouched.
  • Widen the Qwen3 page title/description to Qwen3-4B / 8B / 32B, and sync the sidebar label.

Verification

  • npm run build → homepage <title> and og:title both emit the new value exactly once (Starlight dedupes the defaults correctly).
  • npm run test:static 9/9 passed, npm run test:e2e 8/8 passed.

🤖 Generated with Claude Code

…8B/32B

Search Console shows the homepage <title> renders as "openinfer |
openinfer" (Starlight's "page | site" template with a same-named
homepage), contributing nothing to category queries like "rust llm
inference engine". Override it via frontmatter head with a descriptive
title, keeping og:title in sync.

The Qwen3 model page now covers 4B/8B/32B serving data but its title
and sidebar label still said only "Qwen3-4B" — widen both so 8B/32B
queries can match.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@cloudflare-workers-and-pages

Copy link
Copy Markdown
Contributor

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
openinfer 0d61365 Commit Preview URL

Branch Preview URL
Jul 06 2026, 08:27 AM

@xiaguan xiaguan merged commit e4a3307 into main Jul 6, 2026
1 check passed
@xiaguan xiaguan deleted the fix/homepage-title-seo branch July 6, 2026 08:30
Sign up for free to 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