Skip to content

Commit ceff351

Browse files
committed
fix: update title and add Open Graph and Twitter meta tags for better sharing
1 parent c77566f commit ceff351

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
@@ -5,7 +5,16 @@
55
<meta charset="UTF-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<link rel="stylesheet" href="./styles/generator.css">
8-
<title data-i18n="title">Generador de Glifos NMS</title>
8+
<title data-i18n="title">NMS Glyph Generator</title>
9+
<meta property="og:type" content="website">
10+
<meta property="og:title" content="NMS Glyph Generator">
11+
<meta property="og:description" content="Generate and share your No Man's Sky glyphs quickly and easily.">
12+
<meta property="og:image" content="https://nmscd.com/assets/img/NMSGlyphRandomizer.png">
13+
<meta property="og:url" content="https://nmscd.com/NMSGlyphRandomizer/">
14+
<meta name="twitter:card" content="summary_large_image">
15+
<meta name="twitter:title" content="NMS Glyph Generator">
16+
<meta name="twitter:description" content="Generate and share your No Man's Sky glyphs quickly and easily.">
17+
<meta name="twitter:image" content="https://nmscd.com/assets/img/NMSGlyphRandomizer.png">
918
<script src="https://unpkg.com/i18next/dist/umd/i18next.js"></script>
1019
<script src="https://unpkg.com/jquery/dist/jquery.min.js"></script>
1120
<script src="https://unpkg.com/jquery-i18next/jquery-i18next.min.js"></script>

0 commit comments

Comments
 (0)