feat(seo): lead with MCP in Title/H1 for google-search-console, google-analytics, semrush - #511
Draft
JayZeeDesign wants to merge 1 commit into
Draft
JayZeeDesign wants to merge 1 commit into
JayZeeDesign wants to merge 1 commit into
Conversation
…e-analytics, semrush
GSC shows strong "{provider} mcp" impressions with near-zero clicks on these
own-account /tools/{provider} pages when their titles said only "connect your
own account".
- Add _MCP_INTENT_PROVIDERS allowlist for the three providers
- Title: "{Provider} MCP: connect your own account | treg.to"
- H1: matches Title lead
- Meta description: names MCP + connect-own-account + treg.to as one MCP
- Lede: mentions one MCP for the whole catalog
- Update docs/context/interface/seo.md with the new contract
- Add test_mcp_intent_providers_lead_with_mcp pinning all three
Co-authored-by: Jason Zhou <JayZeeDesign@users.noreply.github.com>
|
Folded into #551. |
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.
What this does
Fixes the MCP CTR gap for three own-account
/tools/{provider}pages where GSC shows strong{provider} mcpimpressions with near-zero clicks:google search console mcp/tools/google-search-consolesearch console mcpgoogle analytics mcp/tools/google-analyticssemrush mcp/tools/semrushThese pages' titles previously said only "connect your own account" and never mentioned MCP.
Changes:
_MCP_INTENT_PROVIDERSallowlist for the three slugs{Provider} MCP: connect your own account | treg.todocs/context/interface/seo.mdwith the new own-account MCP title contracttest_mcp_intent_providers_lead_with_mcppinning all three Title/H1/descriptionOut of scope: Does not touch #481's metered/mixed title work, hubs, use-case pages, blog, pricing, or homepage.
How it was tested
New test verifies all three pages have:
{Provider} MCP: connect your own account | treg.to{Provider} MCP: connect your own accountChecklist
uv run --with pytest-xdist pytest -n auto -qpasses locallydocs/context/fragment (if a subsystem changed).envvalues)