From 47ef6c22593d26a25c67443fc14cd0d1b7c70524 Mon Sep 17 00:00:00 2001 From: Nuno Loureiro Date: Fri, 1 May 2026 06:45:34 +0100 Subject: [PATCH 1/2] fix(seo): improve /wallets/find-wallet meta title and description MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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.) --- src/intl/en/page-wallets-find-wallet.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/intl/en/page-wallets-find-wallet.json b/src/intl/en/page-wallets-find-wallet.json index 74b51b72b72..4326365a0a2 100644 --- a/src/intl/en/page-wallets-find-wallet.json +++ b/src/intl/en/page-wallets-find-wallet.json @@ -4,8 +4,8 @@ "page-find-wallet-desc-2-wallets-link": "Learn about wallets.", "page-find-wallet-description": "Wallets store and transact your ETH. You can choose from a variety of products that tailor to your needs.", "page-find-wallet-last-updated": "Last updated", - "page-find-wallet-meta-description": "Find and compare Ethereum wallets based on the features you want.", - "page-find-wallet-meta-title": "List of Ethereum Wallets | ethereum.org", + "page-find-wallet-meta-description": "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.", + "page-find-wallet-meta-title": "Find and Compare Ethereum Wallets | ethereum.org", "page-find-wallet-title": "Choose your wallet", "page-find-wallet-try-removing": "Try removing a feature or two", "page-stake-eth": "Stake ETH", From fb259d91e77da2b1cb04925172f4536631f0ddb9 Mon Sep 17 00:00:00 2001 From: wackerow <54227730+wackerow@users.noreply.github.com> Date: Fri, 1 May 2026 09:37:51 -0700 Subject: [PATCH 2/2] chore: apply sentence casing to title --- src/intl/en/page-wallets-find-wallet.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intl/en/page-wallets-find-wallet.json b/src/intl/en/page-wallets-find-wallet.json index 4326365a0a2..ac1669cf341 100644 --- a/src/intl/en/page-wallets-find-wallet.json +++ b/src/intl/en/page-wallets-find-wallet.json @@ -5,7 +5,7 @@ "page-find-wallet-description": "Wallets store and transact your ETH. You can choose from a variety of products that tailor to your needs.", "page-find-wallet-last-updated": "Last updated", "page-find-wallet-meta-description": "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.", - "page-find-wallet-meta-title": "Find and Compare Ethereum Wallets | ethereum.org", + "page-find-wallet-meta-title": "Find and compare Ethereum wallets | ethereum.org", "page-find-wallet-title": "Choose your wallet", "page-find-wallet-try-removing": "Try removing a feature or two", "page-stake-eth": "Stake ETH",