docs: add unique SEO titles & descriptions to AI provider pages#9702
Open
kilo-code-bot[bot] wants to merge 1 commit intomainfrom
Open
docs: add unique SEO titles & descriptions to AI provider pages#9702kilo-code-bot[bot] wants to merge 1 commit intomainfrom
kilo-code-bot[bot] wants to merge 1 commit intomainfrom
Conversation
All 34 AI provider docs pages under /docs/ai-providers/* previously rendered the generic site-wide title 'Kilo Code Documentation' because their frontmatter lacked a `title` field. Since _app.tsx only overrides the default when `markdoc.frontmatter.title` is set, every provider page shared the same <title> tag — hurting search rankings despite these pages already ranking on page 1. This adds a unique, SEO-focused `title` and `description` per page, all under the 60-character title limit. Existing `sidebar_label` and `keywords` frontmatter keys are preserved. Page bodies are untouched.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Author
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (34 files)
Reviewed by gpt-5.5-2026-04-23 · 486,872 tokens |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Every page under
/docs/ai-providers/*was rendering the generic site-wide<title>Kilo Code Documentation</title>in the browser tab and SERP. These pages already rank at Position 5–8 in Google search results — giving them unique, descriptive, keyword-rich titles is the lowest-effort/highest-return SEO change available.Root cause
packages/kilo-docs/pages/_app.tsxfalls back to the constantTITLE = "Kilo Code Documentation"whenevermarkdoc.frontmatter.titleis missing:31 of the 35 AI provider markdown files only had
sidebar_label:in their frontmatter — notitle— so they all shared the same generic tab title and meta<title>.What changed
Added a
titleanddescriptionfield to the frontmatter of every AI provider doc page. No body content was modified.Use <Provider> with Kilo Code(orRun Local LLMs with <Provider> in Kilo Codefor Ollama/LM Studio), each ≤ 60 characters.sidebar_labelandkeywordsentries are preserved.index.mdalready had a title; it was left untouched.Files changed (34)
anthropic.mdbedrock.mdcerebras.mdchutes-ai.mdclaude-code.mddeepseek.mdfireworks.mdgemini.mdglama.mdgroq.mdhuman-relay.mdinception.mdkilocode.mdlmstudio.mdminimax.mdmistral.mdmoonshot.mdollama.mdopenai-chatgpt-plus-pro.mdopenai-compatible.mdopenai.mdopenrouter.mdovhcloud.mdrequesty.mdsap-ai-core.mdsynthetic.mdunbound.mdv0.mdvercel-ai-gateway.mdvertex.mdvirtual-quota-fallback.mdvscode-lm.mdxai.mdzenmux.mdAll files live under
packages/kilo-docs/pages/ai-providers/.Rationale
<title>tags are a primary ranking signal; sharing one across 35 high-intent pages dilutes every one of them.Not in scope
index.md— already has atitleanddescription.vercel-ai-gateway.mdhad it and it is preserved.Built for Job Rietbergen by Kilo for Slack