Skip to content

Commit

Permalink
Merge pull request #1310 from edenia/chore/add-twitter-tag-metadata
Browse files Browse the repository at this point in the history
chore(webapp): add default meta description and twitter tags
  • Loading branch information
xavier506 committed Sep 19, 2023
2 parents 2aaf450 + a2b2736 commit 019b462
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions webapp/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,41 @@
<meta name="theme-color" content="#ffffff" />
<meta name="_token" content="" />
<meta name="robots" content="noodp" />
<meta
name="title"
content="Antelope Tools network monitors real-time infrastructure data for multiple Antelope and EOSIO chains."
/>
<meta
name="description"
content="Antelope Tools Dashboard is a network monitor featuring real-time data on block producer nodes and blockchain infrastructure for multiple Antelope and EOSIO chains."
/>
<meta
property="image"
content="https://eos.antelope.tools/maskable_icon.png"
/>
<meta property="og:type" content="website" />
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="%PUBLIC_URL%/" />
<meta
property="twitter:title"
content="Antelope Tools network monitors real-time infrastructure data for multiple Antelope and EOSIO chains."
/>
<meta
property="twitter:description"
content="Antelope Tools Dashboard is a network monitor featuring real-time data on block producer nodes and blockchain infrastructure for multiple Antelope and EOSIO chains."
/>
<meta
property="twitter:image"
content="https://eos.antelope.tools/maskable_icon.png"
/>
<meta
property="og:title"
content="Antelope Tools network monitors real-time infrastructure data for multiple Antelope and EOSIO chains."
/>
<meta
property="og:description"
content="Antelope Tools Dashboard is a network monitor featuring real-time data on block producer nodes and blockchain infrastructure for multiple Antelope and EOSIO chains."
/>
<meta
property="og:image"
content="https://eos.antelope.tools/maskable_icon.png"
Expand Down

0 comments on commit 019b462

Please sign in to comment.