Skip to content

Commit

Permalink
Merge pull request #1772 from ardriveapp/PE-6361-implement-og-tags-fo…
Browse files Browse the repository at this point in the history
…r-enhanced-link-previews

PE-6391: update index.html
  • Loading branch information
thiagocarvalhodev authored Jun 27, 2024
2 parents 5881839 + 0833460 commit d2232ae
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
<meta content="IE=Edge" http-equiv="X-UA-Compatible" />
<meta name="description" content="Secure, permanent storage." />

<!-- Open Graph meta tags -->
<meta property="og:title" content="ArDrive">
<meta property="og:description" content="Secure, permanent storage.">
<meta property="og:image" content="https://arweave.net/raw/Z7uRUbuiCQNWeOu4rCUGqEdTCybBf3H4OyIrs6bQrFA">
<meta property="og:url" content="https://ardrive.io">
<meta property="og:type" content="website">

<!-- iOS meta tags & icons -->
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
Expand Down

0 comments on commit d2232ae

Please sign in to comment.