summaryrefslogtreecommitdiff
path: root/static/index.html
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2019-05-02 12:05:44 -0400
committerDaniel Micay <danielmicay@gmail.com>2019-05-02 12:05:44 -0400
commit0dbfa516f4852599edfbb5f8811002b60f84cbc1 (patch)
treebc9f6cb70f21763c2ff753f37fd354a432527dc0 /static/index.html
parentf4d49cdf9575c5997a918cb6c098f5f563a21a94 (diff)
add remaining required Open Graph metadata
Diffstat (limited to 'static/index.html')
-rw-r--r--static/index.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/static/index.html b/static/index.html
index 6eeada94..2fcb48dc 100644
--- a/static/index.html
+++ b/static/index.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<html lang="en">
+<html lang="en" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="utf-8"/>
<title>GrapheneOS</title>
@@ -7,7 +7,9 @@
<meta name="theme-color" content="#212121"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta property="og:title" content="GrapheneOS"/>
+ <meta property="og:type" content="website"/>
<meta property="og:image" content="https://grapheneos.org/graphene.png"/>
+ <meta property="og:url" content="https://grapheneos.org/"/>
<meta property="og:site_name" content="GrapheneOS"/>
<link rel="stylesheet" href="/grapheneos.css?0"/>
<link rel="manifest" href="/manifest.webmanifest"/>