소스 검색

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>