Skip to content

Commit

Permalink
SEO title change
Browse files Browse the repository at this point in the history
  • Loading branch information
manishiwa committed May 7, 2024
1 parent 076ae54 commit 6f917d2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/(embeds)/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export const metadata: Metadata = {
metadataBase: new URL("https://www.growthepie.xyz"),
title: {
absolute:
"growthepie - Growing Ethereum’s Ecosystem Together - Layer 2 User Base",
"Growing Ethereum’s Ecosystem Together - Layer 2 User Base - growthepie",
template: "%s - growthepie",
},
description:
Expand Down
4 changes: 2 additions & 2 deletions app/(fees)/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export const viewport = {
const gtpMain = {
title: {
absolute:
"growthepie - Growing Ethereum’s Ecosystem Together - Layer 2 User Base",
"Growing Ethereum’s Ecosystem Together - Layer 2 User Base - growthepie",
template: "%s - growthepie",
},
description:
Expand All @@ -84,7 +84,7 @@ const gtpMain = {

const gtpFees = {
title: {
absolute: "growthepie - Ethereum Layer 2 Fees",
absolute: "Ethereum Layer 2 Fees - growthepie",
template: "%s - growthepie",
},
description:
Expand Down
2 changes: 1 addition & 1 deletion app/(layout)/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export const metadata: Metadata = {
metadataBase: new URL("https://www.growthepie.xyz"),
title: {
template: "%s - growthepie",
default: "growthepie - Growing Ethereum’s Ecosystem Together",
default: "Growing Ethereum’s Ecosystem Together - growthepie",
},
description:
"At growthepie, our mission is to provide comprehensive and accurate analytics of layer 2 solutions for the Ethereum ecosystem, acting as a trusted data aggregator from reliable sources such as L2Beat and DefiLlama, while also developing our own metrics.",
Expand Down
2 changes: 1 addition & 1 deletion app/(layout)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import HorizontalScrollContainer from "@/components/HorizontalScrollContainer";
export async function generateMetadata(): Promise<Metadata> {
return {
title:
"growthepie - Growing Ethereum’s Ecosystem Together - Layer 2 User Base",
"Growing Ethereum’s Ecosystem Together - Layer 2 User Base - growthepie",
description:
"At growthepie, our mission is to provide comprehensive and accurate analytics of layer 2 solutions for the Ethereum ecosystem, acting as a trusted data aggregator from reliable sources such as L2Beat and DefiLlama, while also developing our own metrics.",
};
Expand Down

0 comments on commit 6f917d2

Please sign in to comment.