瀏覽代碼

Add opengraph meta tags to site head

ApisNecros 1 年之前
父節點
當前提交
db3f409d11
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      index.html

+ 5 - 0
index.html

@@ -6,6 +6,11 @@
         <meta name="description" content="An interpreter for the starfish esolang written in JavaScript" />
         <meta name="keywords" content="*><>,starfish,esolang,esoteric languages,javascript interpreter" />
         <meta name="canonical" content="http://starfish.vzqk50.com" />
+
+        <meta name="og:description" content="An interpreter for the starfish esolang written in JavaScript" />
+        <meta name="og:type" content="website" />
+        <meta name="og:url" content="http://starfish.vzqk50.com" />
+
         <link href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css" rel="stylesheet">
         <script src="starfish.js"></script>
     </head>