Skip to content

Commit 62a31db

Browse files
committed
add meta titles to md pages and few react pages
1 parent b916a9a commit 62a31db

File tree

21 files changed

+22
-11
lines changed

21 files changed

+22
-11
lines changed

public/content/dao/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: Decentralized autonomous organizations (DAOs)
2+
title: What is a DAO?
3+
metaTitle: Decentralized Autonomous Organizations
34
description: An overview of DAOs on Ethereum
45
lang: en
56
template: use-cases

public/content/defi/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Decentralized finance (DeFi)
3+
metaTitle: What is DeFi?
34
description: An overview of DeFi on Ethereum
45
lang: en
56
template: use-cases

public/content/developers/docs/gas/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Gas and fees
3+
metaTitle: Ethereum gas and fees: technical overview
34
description:
45
lang: en
56
---

public/content/guides/how-to-use-a-wallet/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: How to use a wallet
3+
metaTitle: How to use Ethereum Wallets
34
description: A guide explaining how to send, receive tokens and connect to web3 projects.
45
lang: en
56
---

public/content/nft/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Non-fungible tokens (NFT)
3+
metaTitle: What are NFTs?
34
description: An overview of NFTs on Ethereum
45
lang: en
56
template: use-cases

public/content/smart-contracts/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Smart contracts
3+
metaTitle: Smart contracts: What are they and benefits
34
description: A non-technical introduction to smart contracts
45
lang: en
56
---

src/intl/en/page-gas.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"page-gas-meta-title": "Gas fees on Ethereum: how do they work?",
2+
"page-gas-meta-title": "Ethereum fees: what is gas and how to pay less?",
33
"page-gas-meta-description": "Learn about gas on Ethereum: how they work and how to pay less in gas fees",
44
"page-gas-hero-title": "Gas fees",
55
"page-gas-hero-header": "Network fees",

src/intl/en/page-get-eth.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"page-get-eth-hero-image-alt": "Get ETH hero image",
4747
"page-get-eth-keep-it-safe": "Keeping your ETH safe",
4848
"page-get-eth-meta-description": "How to buy ETH based on where you live and advice on how to look after it.",
49-
"page-get-eth-meta-title": "How to get ETH",
49+
"page-get-eth-meta-title": "How to buy Ethereum (ETH)",
5050
"page-get-eth-need-wallet": "You will need a wallet to use a DEX.",
5151
"page-get-eth-new-to-eth": "New to ETH? Here's an overview to get you started.",
5252
"page-get-eth-other-cryptos": "Buy with other crypto",

src/intl/en/page-layer-2.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"layer-2-base-note": "Fraud proof system is currently under development",
66
"layer-2-metadata-description": "Introduction page to layer 2",
77
"layer-2-hero-title": "Layer 2",
8+
"layer-2-hero-meta-title": "Intro to Ethereum Layer 2: benefits and uses",
89
"layer-2-hero-header": "Ethereum for everyone",
910
"layer-2-hero-subtitle": "Scaling Ethereum for mass adoption.",
1011
"layer-2-hero-alt-text": "Illustration of transactions being rolled up on layer 2 and posted to Ethereum Mainnet",

src/intl/en/page-learn.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"hero-header": "Learn about Ethereum",
1111
"hero-subtitle": "Your educational guide to the world of Ethereum. Learn how Ethereum works and how to connect to it. This page includes technical and non-technical articles, guides, and resources.",
1212
"hero-button-lets-get-started": "Let's get started",
13+
"page-learn-meta-title": "Ethereum: A Comprehensive Learning Guide",
1314
"what-is-crypto-1": "You may have heard about cryptocurrencies, blockchains and Bitcoin. The links below will help you learn what they are and how they relate to Ethereum.",
1415
"what-is-crypto-2": "Cryptocurrencies, such as bitcoin, enable anyone to transfer money globally. Ethereum does too, but it can also run code that enables people to create apps and organizations. It’s both resilient and flexible: any computer program can run on Ethereum. Learn more and find out how to get started:",
1516
"what-is-ethereum-card-title": "What is Ethereum?",

0 commit comments

Comments
 (0)