docs(seo): rewrite top-impression page titles, fix AWX/Makefile search noise#71
Merged
docs(seo): rewrite top-impression page titles, fix AWX/Makefile search noise#71
Conversation
- SUMMARY.md and H1s reworded for the high-impression docs pages (control plane, middlewares, dispatchers, getting started, CLI reference, dev setup, plugin development, spec configuration); also moved to sentence case for those entries - 'Running the UI' heading and surrounding parenthetical in control-plane.md rephrased to break the exact phrase 'running the UI development' that was attracting AWX/Makefile-related search traffic (31 impressions, 0 clicks at position 1 over the last 90 days)
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
Why
Last 90 days of Search Console data:
The pages rank but don't get clicks. mdBook uses the SUMMARY.md entry as the <title> tag - generic titles like 'Control Plane - Barbacane Documentation' don't sell the page in the SERP. New titles lead with the function ('Control plane (REST API)', 'WASM plugin development') so the SERP snippet is more clickable.
The AWX/Makefile noise was a single GSC query (
'running the ui development' awx or makefile) at position 1 with 31 impressions and 0 clicks - users searching for AWX docs were getting our page instead. Rephrasing breaks the exact-phrase match.Test plan
mdbook buildlocally and verify the rendered <title> tag on the touched pages