Эх сурвалжийг харах

Add opengraph meta tags to site head

ApisNecros 1 жил өмнө
parent
commit
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>