Browse Source

Add image meta tags (sans actual image)

master
Matt Baer 7 years ago
parent
commit
a0863c8e24
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      index.html

+ 2
- 0
index.html View File

@@ -11,9 +11,11 @@
<meta itemprop="name" content="Write Freely">
<meta itemprop="description" content="Write anonymously and share with these simple tools.">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="https://writefree.ly/img/writefreely.png">
<meta name="twitter:title" content="Write Freely">
<meta name="twitter:description" content="Write anonymously and share with these simple tools.">
<meta property="og:title" content="Write Freely" />
<meta property="og:image" content="https://writefree.ly/img/writefreely.png" />
<meta property="og:site_name" content="Write Freely" />
<meta property="og:type" content="object" />
<meta property="og:url" content="https://writefree.ly/" />


Loading…
Cancel
Save