Skip to content

Commit cbbfa2b

Browse files
committed
SEO: Add meta tags + better favicons + banner
1 parent a3133e4 commit cbbfa2b

File tree

5 files changed

+51
-3
lines changed

5 files changed

+51
-3
lines changed

dist/images/banner.jpg

23.6 KB
Loading

dist/images/favicon-128.png

2.62 KB
Loading

dist/images/favicon-512.png

11.4 KB
Loading

dist/images/favicon.png

-45.4 KB
Binary file not shown.

dist/index.html

+51-3
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,65 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>Runic</title>
6+
<title>Runic - The Tunic Translation Tool</title>
77

8+
<!-- CSS -->
89
<link rel="stylesheet" href="./bundle/index.css" />
910

11+
<!-- JS -->
12+
<script src="./bundle/index.js" async defer></script>
13+
14+
<!-- Favicon -->
1015
<link
16+
href="./images/favicon-128.png"
1117
rel="shortcut icon"
12-
href="./images/favicon.png"
1318
type="image/png"
19+
sizes="128x128"
1420
/>
1521

16-
<script src="./bundle/index.js" async defer></script>
22+
<!-- Open Graph Tags -->
23+
<meta name="author" content="Aryan Pingle" />
24+
<meta
25+
name="description"
26+
content="The ultimate translation tool for the video game, 'Tunic' - create, customize and share your Runic text."
27+
/>
28+
<meta
29+
property="og:title"
30+
content="Runic - The Tunic Translation Tool"
31+
/>
32+
<meta
33+
property="og:url"
34+
content="https://aryanpingle.github.io/Runic/"
35+
/>
36+
<meta property="og:type" content="website" />
37+
<meta
38+
property="og:description"
39+
content="The ultimate translation tool for the video game, 'Tunic' - create, customize and share your Runic text."
40+
/>
41+
<meta
42+
property="og:image"
43+
content="https://raw.githubusercontent.com/aryanpingle/Runic/master/dist/images/favicon-512.png"
44+
/>
45+
<meta property="og:image:type" content="image/png" />
46+
<meta property="og:image:width" content="512" />
47+
<meta property="og:image:height" content="512" />
48+
49+
<!-- Twitter -->
50+
<meta name="twitter:card" content="summary_large_image" />
51+
<meta name="twitter:site" content="@aryan_pingle" />
52+
<meta name="twitter:creator" content="@aryan_pingle" />
53+
<meta
54+
name="twitter:title"
55+
content="Runic - The Tunic Translation Tool"
56+
/>
57+
<meta
58+
name="twitter:description"
59+
content="The ultimate translation tool for the video game, 'Tunic' - create, customize and share your Runic text."
60+
/>
61+
<meta
62+
name="twitter:image"
63+
content="https://raw.githubusercontent.com/aryanpingle/Runic/master/dist/images/banner.png"
64+
/>
1765
</head>
1866
<body>
1967
<div class="fancy-orb-background">

0 commit comments

Comments
 (0)