Skip to content
Open
Changes from 1 commit
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
28 changes: 18 additions & 10 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,29 @@ const poppins = Poppins({
})

export const metadata: Metadata = {
title: 'hodlCoin Staking Platform | Self-Stabilizing Staking Vaults',
description: 'Self-Stabilizing Staking vaults with price stability mechanisms designed to increase value over time. Stake your tokens on EVM chains, Ergo, or Alephium. Unstaking fees benefit vault creators and long-term stakers.',
title: 'hodlCoin | Multi-Chain Staking Platform with Self-Stabilizing Vaults',
description: 'Stake smarter with self-stabilizing vaults designed to grow your crypto. Multi-chain support for EVM (Ethereum, BSC, Polygon), Ergo & Alephium blockchains. Hold longer, earn more through our innovative unstaking fee mechanism.',
keywords: [
'hodlCoin',
'staking',
'crypto staking',
'DeFi',
'self-stabilizing',
'staking vaults',
'multi-chain staking',
'EVM chains',
'Ergo',
'Alephium',
'Ethereum staking',
'BSC staking',
'Polygon staking',
'Ergo blockchain',
'Alephium blockchain',
'blockchain',
'cryptocurrency',
'token staking',
'long-term holding',
'passive income',
'crypto rewards',
'decentralized finance',
],
authors: [{ name: 'Stability Nexus' }],
creator: 'Stability Nexus',
Expand All @@ -42,22 +49,23 @@ export const metadata: Metadata = {
type: 'website',
locale: 'en_US',
url: 'https://hodlcoin.co.in',
siteName: 'hodlCoin Staking Platform',
title: 'hodlCoin Staking Platform | Self-Stabilizing Staking Vaults',
description: 'Self-Stabilizing Staking vaults with price stability mechanisms designed to increase value over time. Stake your tokens on EVM chains, Ergo, or Alephium. Unstaking fees benefit vault creators and long-term stakers.',
siteName: 'hodlCoin',
title: 'hodlCoin | Multi-Chain Staking with Self-Stabilizing Vaults',
description: 'Stake smarter with self-stabilizing vaults on EVM (Ethereum, BSC, Polygon), Ergo & Alephium. Innovative price stability mechanisms reward long-term holders. Start earning more by holding longer.',
images: [
{
url: '/hodlcoin.png',
width: 1200,
height: 630,
alt: 'hodlCoin Logo - Self-Stabilizing Staking Platform',
alt: 'hodlCoin - Multi-Chain Staking Platform',
type: 'image/png',
},
],
},
twitter: {
card: 'summary_large_image',
title: 'hodlCoin Staking Platform | Self-Stabilizing Staking Vaults',
description: 'Self-Stabilizing Staking vaults with price stability mechanisms designed to increase value over time. Stake on EVM chains, Ergo, or Alephium.',
title: 'hodlCoin | Multi-Chain Staking Platform',
description: 'Stake smarter with self-stabilizing vaults on EVM, Ergo & Alephium. Hold longer, earn more through innovative unstaking fee rewards.',
images: ['/hodlcoin.png'],
creator: '@StabilityNexus',
site: '@StabilityNexus',
Expand Down