Skip to content

Add ProductCTA cross-links from ranking docs pages to bitquery.io product pages - #245

Merged
buddies2705 merged 1 commit into
mainfrom
docs/product-cta-links
Aug 20, 2026
Merged

Add ProductCTA cross-links from ranking docs pages to bitquery.io product pages#245
buddies2705 merged 1 commit into
mainfrom
docs/product-cta-links

Conversation

@buddies2705

Copy link
Copy Markdown
Contributor

What

27 docs pages that hold organic rankings (uniswap api#1, pancakeswap api#2, the Polymarket cluster, Raydium/Orca/Photon/DEXScreener/OpenBook/Lifinity/DexPools, TradingView getting-started, token-holder, USDT, SunSwap, GMX, Base DEXTrades, crypto-price intro, NFT analytics, internal transactions, Matic balances, Base sniper bot, Phoenix, token supply, BigQuery) now each carry:

  1. one contextual anchor in the intro, hand-written per page, and
  2. one <ProductCTA> callout — a quiet one-line box before the first H2 — linking to the matching bitquery.io product or chain page.

Why

The marketing site sends docs 1,083 internal links; docs sends almost none back. The pages where docs wins SERPs (per Ahrefs) handed no authority or traffic to any page that can convert. This closes the loop on exactly the pages where it matters, with explicit editorial placement — no theme swizzle, no sitewide injection.

Verification

  • docusaurus build green — all 1,065 pages compile
  • Fence-parity audit: every inserted import/sentence/CTA sits outside code fences (one insertion initially landed inside a ```python block on nft-analytics.md — caught and fixed)
  • Component uses Infima theme tokens only; rendering verified in light and dark on the served build
  • No page titles, H1s, or existing content modified — two added lines per page

🤖 Generated with Claude Code

27 docs pages that rank organically (uniswap api #1, pancakeswap api #2,
polymarket cluster, raydium, orca, tradingview, token holders, usdt,
gmx, base, solana dex cluster, bigquery, ...) now link to their matching
bitquery.io product or chain page:
- New ProductCTA component (src/components/ProductCTA.tsx): quiet
one-line callout, Infima theme tokens, verified in light and dark
- One hand-written contextual anchor in each page's intro
- Explicit per-page placement only — no theme swizzle, no sitewide
injection, so every link stays editorially justified
Rebalances the internal-link graph: bitquery.io sends docs 1,083 links;
docs previously sent almost none back to conversion pages.
Verified: docusaurus build green (1,065 pages), fence-parity audit on
all insertions, no changes to any page's title/H1/content beyond the
two added lines.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@buddies2705
buddies2705 merged commit 944e6c5 into mainAug 20, 2026
1 check passed
Sign up for freeto 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

@buddies2705