Skip to content

Commit 3344f18

Browse files
committed
meta titles
1 parent 67813cf commit 3344f18

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

public/content/smart-contracts/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Smart contracts
3-
metaTitle: "Smart contracts: What are they and benefits"
3+
metaTitle: "Smart contracts: What are the and benefits"
44
description: A non-technical introduction to smart contracts
55
lang: en
66
---

src/intl/en/page-index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"page-index-learn-tag": "Learn",
6666
"page-index-learn-header": "Understand Ethereum",
6767
"page-index-meta-description": "Ethereum is a global, decentralized platform for money and new kinds of applications. On Ethereum, you can write code that controls money, and build applications accessible anywhere in the world.",
68-
"page-index-meta-title": "The complete guide to Ethereum",
68+
"page-index-meta-title": "Ethereum.org: The complete guide to Ethereum",
6969
"page-index-network-stats-total-eth-staked": "Value protecting Ethereum",
7070
"page-index-network-stats-tx-cost-description": "Average transaction cost",
7171
"page-index-network-stats-tx-day-description": "Transactions in the last 24h",

src/pages/layer-2/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ const Layer2Hub = ({
134134
{/* TODO: Clarify title and description here */}
135135
{/* TODO: Setup for translation */}
136136
<PageMetadata
137-
title={"Ethereum layer 2 networks"}
137+
title={"Intro to Ethereum Layer 2: benefits and uses"}
138138
description={"Learn about Ethereum layer 2 networks"}
139139
image="/images/layer-2/learn-hero.png"
140140
/>

src/pages/layer-2/networks.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ const Layer2Networks = ({ layer2Data, locale, mainnetData }) => {
146146
return (
147147
<MainArticle className="relative flex flex-col">
148148
<PageMetadata
149-
title="Explore networks"
149+
title="Ethereum Layer 2:Explore networks"
150150
description="Using Ethereum today means interacting with hundreds of different networks and apps. All backed by Ethereum as the foundational backbone."
151151
image="/images/layer-2/learn-hero.png"
152152
/>

0 commit comments

Comments
 (0)