Skip to content

Commit

Permalink
chore(webapp): add default meta description and twitter tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Torresmorah committed Sep 19, 2023
1 parent 2699206 commit a2b2736
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 a2b2736

Please sign in to comment.