Skip to content
Merged
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
4 changes: 2 additions & 2 deletions src/app/components/Meta/MetaTags.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ 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 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="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: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" />
Expand Down
Loading