Skip to content

Commit

Permalink
Enrich metatags
Browse files Browse the repository at this point in the history
  • Loading branch information
SpiralOutDotEu committed Nov 8, 2023
1 parent ccbe86a commit 0a87255
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/MetaTags.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,16 @@ const MetaTags = () => {
<meta name="description" content="Generate Ethereum wallets securely in your browser. No data is stored or transmitted." />
<meta name="keywords" content="Ethereum, Wallet, Generator, Blockchain, Cryptocurrency" />
<meta name="author" content="Jumaru" />
<meta name="title" key="title" content="Ethereum Wallet Generator Online" />
<link rel="canonical" href="https://ethereum-wallet-generator-online.vercel.app/" />
<meta property="og:locale" key="og:locale" content="en_US" />
<meta charSet="utf-8" />
{/* Open Graph / Facebook */}
<meta property="og:type" content="website" />
<meta property="og:url" content="https://ethereum-wallet-generator-online.vercel.app/" />
<meta property="og:title" content="Ethereum Wallet Generator Online" />
<meta property="og:title" key="og:title" content="Ethereum Wallet Generator Online" />
<meta property="og:description" content="Generate Ethereum wallets securely in your browser. No data is stored or transmitted." />
<meta property="og:image" content="https://ethereum-wallet-generator-online.vercel.app/demo.png" />
<meta property="og:image" key="og:image" content="https://ethereum-wallet-generator-online.vercel.app/demo.png" />
{/* Twitter */}
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://ethereum-wallet-generator-online.vercel.app/" />
Expand Down

0 comments on commit 0a87255

Please sign in to comment.