Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/app/components/Meta/MetaTags.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ export default function MetaTags() {
return (
<>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:title" content="Babylon - Staking Dashboard" />
<meta name="description" content="BTC Staking Dashboard" key="desc" />
<meta property="og:description" content="BTC Staking Dashboard" />
<meta property="og:title" content="Bitcoin (BTC) Staking: Stake BTC on Babylon | Everstake" />
<meta name="description" content="Everstake is the best place to stake BTC on the Babylon blockchain. Get the most from secure staking, and the most trusted staking platform in crypto space." key="desc" />
<meta property="og:description" content="Everstake is the best place to stake BTC on the Babylon blockchain. Get the most from secure staking, and the most trusted staking platform in crypto space." />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="2048" />
<meta property="og:image:height" content="1170" />
<meta property="og:image" content={`${getNetworkAppUrl()}/og.png`} />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="BTC Staking Dashboard" />
<meta name="twitter:description" content="BTC Staking Dashboard" />
<meta name="twitter:title" content="Bitcoin (BTC) Staking: Stake BTC on Babylon | Everstake" />
<meta name="twitter:description" content="Everstake is the best place to stake BTC on the Babylon blockchain. Get the most from secure staking, and the most trusted staking platform in crypto space." />
<meta name="twitter:image" content={`${getNetworkAppUrl()}/og.png`} />
<meta name="twitter:image:type" content="image/png" />
<meta name="twitter:image:width" content="2048" />
Expand Down
2 changes: 0 additions & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ import Providers from "./providers";

export const metadata: Metadata = {
title: "Bitcoin (BTC) Staking: Stake BTC on Babylon | Everstake",
description:
"Everstake is the best place to stake BTC on the Babylon blockchain. Get the most from secure staking, and the most trusted staking platform in crypto space.",
icons: {
icon: [
{
Expand Down