Skip to content

Commit b7ad8e0

Browse files
committed
Improve SEO
1 parent 1ca4518 commit b7ad8e0

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

index.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,19 @@
1010
<link rel="icon" type="image/icon" href="/favicon.ico" />
1111
<link href="https://fonts.googleapis.com/css2?family=Ubuntu&display=swap" rel="stylesheet" />
1212
<title>Fusion Chess</title>
13+
<meta name="description" content="An online custom chess board where pieces can be fused." />
14+
<meta property="og:title" content="Fusion Chess" />
15+
<meta property="og:description" content="An online custom chess board where pieces can be fused." />
16+
<meta property="og:image" content="/fchess.png" />
17+
<meta property="og:type" content="website" />
18+
<meta name="twitter:card" content="summary_large_image" />
19+
<meta name="twitter:title" content="Fusion Chess" />
20+
<meta name="twitter:description" content="An online custom chess board where pieces can be fused." />
21+
<meta name="twitter:image" content="/fchess.png" />
1322
</head>
1423
<body>
1524
<div id="root"></div>
1625
<noscript>You need JavaScript enabled to view this application.</noscript>
1726
<script type="module" src="/src/index.tsx"></script>
1827
</body>
19-
</html>
28+
</html>

0 commit comments

Comments
 (0)