V1 Docs Full SEO Overhaul: metadata, content expansion, internal linking & deprecation notices#37
Merged
divyasshree-BQ merged 14 commits intomainfrom Apr 2, 2026
Merged
Conversation
added 11 commits
April 1, 2026 21:32
…links - Overview: added intro, use-cases table, chain-type comparison, navigation - How to Read: added intro summary, Next Steps footer with cross-links - EVM: added LRFS worked example, supported networks, Ethereum query - UTXO: added proportional attribution table, change output section, Bitcoin query - Ledger-Based: expanded 4 challenge sections, comparison table - All pages: SEO front matter (title, description, keywords), cross-links Made-with: Cursor
- Added front matter title, description, keywords to all pages missing SEO - Added <head> meta blocks (title, description, keywords, robots, OG, Twitter) - Added Related Resources cross-links using production URLs across all pages - Schema: all 24 chain overviews + ~250 detail pages (bitcoin, ethereum, polygon, BSC, tron, ripple, solana, avalanche, and 16 more chains) - Examples: 65 example pages across bitcoin, ethereum, solana, tron, cosmos, etc. - Core: intro, graphql-ide (10 pages), building-queries (3), query-features (16) - Use-Cases (5), API-Blog (1), Examples overview - Build verified: yarn build passes cleanly Made-with: Cursor
…iptions - Removed duplicate <head> blocks from 273 newly-added pages (keep front matter as single source of truth; Docusaurus generates title/description/OG/Twitter) - Fixed broken Bitcoin example hub URLs (Examples/bitcoin → examples/Bitcoin) - Fixed space-in-URL on addressstats.md - Fixed inaccurate descriptions: Bitcoin overview (removed "smart contracts"), ethereum2 (Beacon Chain specifics), Bitcoin transactions (UTXO-specific) - Fixed copy-paste errors: Bitcoin-Blocks-API "Cosmos" → "Bitcoin", tron transfers "rpovides", ethereum transactions "exmaple", intro "Bitquery 's", basic-structure "Architechture" - Cleaned keyword spam on bitcoin/ethereum coinpath meta tags - Added SEO to missed pages: multi-chain-portfolio-tracker, tezos/harmony overviews Made-with: Cursor
File path is Examples/bitcoin/ but slug is /examples/Bitcoin. createRedirects handles /docs/Examples/bitcoin/index → /docs/examples/Bitcoin so old bookmarks and external links to the wrong-cased path still work. Made-with: Cursor
- Added chain names to generic headings (e.g. "Get Balance" → "Get Ethereum Address Balance")
- Made headings specific to actual query content (checked query code for context)
- Fixed grammar issues ("All transfers of a address", "Most Transfered")
- Covers: bitcoin, Solana, Dogecoin, stellar, cosmos, algorand, ripple, tron,
hedera, filecoin, dexTrades, Transactions, Staking, Beacon Chain, cross-chain,
smartcontract calls/events, address, transfers, tokens, Input_Output
Made-with: Cursor
Made-with: Cursor
…55 Schema pages, fix Dogecoin title - Add title/description/keywords front matter to 15 .mdx example pages (Algorand, Avalanche, Bitcoin I/O, Hedera, Ripple, Velas) that had none - Rewrite 55 templated Schema descriptions to be chain-specific and unique (Cronos, Algorand, Cardano, Celo, Conflux, Cosmos, Elrond, EOS, Filecoin, Flow, Harmony, Hedera, Solana, Stellar, Tezos, Velas) - Fix duplicate "Dash Coinpath API" title on Dogecoin coinpath page - Add Related Resources to Harmony/Tezos overviews and Zcash example pages - Standardize Coinpath section headings to "Related Resources" with production URLs Made-with: Cursor
…c-api changes - Add :::caution Deprecated admonition to Harmony, Tezos, Elrond, Conflux, EOS, and Velas overview pages (no longer supported by Bitquery) - Revert zenzec-api.md to main branch version Made-with: Cursor
…uidance - Add "What You Can Query" and "Common Use Cases" sections to 19 Schema overview pages (Bitcoin, Ethereum, BSC, Solana, Polygon, Tron, Ripple, Avalanche, Cardano, Cosmos, Stellar, Algorand, Cronos, Celo, Dash, Dogecoin, Flow, Filecoin, Beacon Chain) - Add "When to Use" / "Practical Tips" sections to 12 query-features and IDE guide pages (sorting, options, arguments, search, aliases, fragments, aggregation, expressions, utilities, network selection, app integration) Made-with: Cursor
…d expand 40 thin Schema detail pages - Deprecation notices on all 8 ETH2 Beacon Chain pages and 9 Hedera pages - Enterprise use-case bullets on 18 active chain overview pages - Introductory context paragraphs on ~40 thinnest detail pages: address, addressStats, balance, blocks, coinpath, activeAddresses, mints, instructions, messages, arguments, and effectArguments across all actively supported chains Made-with: Cursor
…linking across docs - Add example GraphQL queries to 10 coinpath Schema pages (Ethereum, BSC, Cronos, Bitcoin, Dash, Dogecoin, Algorand, Celo, Cosmos, Tron) - Add deprecation notices to all 15 Flow Schema pages (chain no longer supported) - Fix self-referencing links in 9 coinpath Related Resources sections - Add Examples links to 7 Schema overview pages (Ethereum, BSC, Polygon, Cronos, Celo, Dash, Cardano) - Add Related Resources with Schema backlinks to 9 Example pages (Algorand, Avalanche, Bitcoin, Ripple) - Improve internal linking on 8 guide pages (graphql-ide, building-queries) - Fix Dogecoin coinpath intro text, standardize headings, normalize URL patterns Made-with: Cursor
added 3 commits
April 2, 2026 15:53
Adds git-based "Last updated" timestamps to all doc pages, improving content freshness signals for SEO and user trust. Made-with: Cursor
Made-with: Cursor
Made-with: Cursor
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
Comprehensive SEO improvement across the entire V1 documentation site (399 files changed, 6875 insertions).
What's included
Phase 1 — Foundation
.mdxfiles, rewrote 55 generic Schema descriptions, fixed Dogecoin duplicate titlePhase 2 — Content expansion
Phase 3 — Queries & linking
Deprecation notices
:::cautionadmonitions on overview and detail pagesTest plan
yarn buildcompiles successfully with zero errors/v1/docs/...)