fix(seo): improve /wallets/find-wallet meta title and description#18101
Merged
Conversation
The wallet finder page renders its list entirely client-side, meaning crawlers see minimal HTML content. Strengthening the meta title and description ensures the page signals its value to search engines through the most reliable SSR-visible signals. - meta title: 'List of Ethereum Wallets' → 'Find and Compare Ethereum Wallets' (action-oriented, closer to user search intent) - meta description: generic one-liner → specific, feature-rich summary that surfaces the page's key differentiator (filterable comparison by open-source, self-custody, hardware wallet, staking, NFT support, multi-chain, etc.)
✅ Deploy Preview for ethereumorg ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
wackerow
reviewed
May 1, 2026
wackerow
approved these changes
May 1, 2026
Member
|
Post merge translation trigger: gh workflow run "Intl Pipeline" -f target_path=src/intl/en/page-wallets-find-wallet.json |
Merged
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
Closes #18098
The
/wallets/find-walletwallet list is rendered client-side, so the meta title and description are the primary signals search engines index from this page. The current values are generic and don't communicate the page's main differentiator: a rich, filterable wallet comparison tool.Changes
src/intl/en/page-wallets-find-wallet.jsonpage-find-wallet-meta-titleList of Ethereum Wallets | ethereum.orgFind and Compare Ethereum Wallets | ethereum.orgpage-find-wallet-meta-descriptionFind and compare Ethereum wallets based on the features you want.Compare Ethereum wallets side by side. Filter by features like hardware wallet support, open source, self-custody, multi-chain, staking, NFT support, and more to find the right wallet for you.Why
Longer-term
Consider whether static SSR of wallet names (without filter state) is feasible to give crawlers richer indexable content (#18098).
Test plan
<title>and<meta name="description">in browser DevTools on/wallets/find-walletPreview link
https://deploy-preview-18101.ethereum.it/wallets/find-wallet