add twitter:site and twitter:creator metadata

This isn't currently displayed in the Twitter cards despite it being in
the official documentation for cards, but other crawlers are definitely
using this metadata.
This commit is contained in:
Daniel Micay
2019-06-02 01:48:18 -04:00
parent 1b0a872159
commit 4504a04635
8 changed files with 16 additions and 0 deletions

View File

@@ -7,6 +7,8 @@
<meta name="theme-color" content="#212121"/>
<meta name="msapplication-TileColor" content="#ffffff"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="twitter:site" content="@GrapheneOS"/>
<meta name="twitter:creator" content="@GrapheneOS"/>
<meta property="og:title" content="GrapheneOS usage documentation"/>
<meta property="og:description" content="Usage instructions for GrapheneOS, a security and privacy focused mobile OS with Android app compatibility."/>
<meta property="og:type" content="website"/>