seo: per_chain_explainer on perp-fees + wallet-labels-coverage - #619
Merged
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Flotapponnier added a commit
that referenced
this pull request
Jun 21, 2026
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 freeto 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.
Adds dedicated per-chain landing pages by filling
per_chain_explaineron two benches that already declare adimensions.chainaxis but render no/benchmarks/<slug>/<chain>route today.Why
Audit on the 10 benches with existing per-chain explainers measured 27.9% body-text overlap between sibling pages (l1-finality/solana vs l1-finality/ethereum). The shared part is the template footer + comparison context block, the unique part is the explainer body + key-facts line. Two benches with a
chaindimension were missing the explainer entirely, so they render no per-chain pages and capture no long-tail per-chain queries.What this ships
perp-fees: 3 asset-scoped pages (ETH, BTC, SOL) targeting "cheapest perp DEX for ETH/BTC/SOL"wallet-labels-coverage: 6 chain-scoped pages (solana, ton, stellar, bitcoin, ethereum, base) targeting chain-specialist labeling queriesEach block is 70-110 words, references provider-specific facts (Helius/Solana programs, TonAPI directory, StellarExpert directory, WalletExplorer Bitcoin clustering, OZ v5 ERC20 mechanics, GMX positionFeeFactor, Lighter zero-taker), and resolves to live numbers via
{{p50:slug}}and{{best_p50:chain:X}}placeholders.Body lengths verified under the 1000-char schema cap.
pnpm validatepasses (31 specs valid). No code changes.