Skip to content

Commit 53daf7f

Browse files
committed
feat: add SEO meta tags and social media embeds (Discord, Twitter, OG)
1 parent 2e3352b commit 53daf7f

1 file changed

Lines changed: 27 additions & 1 deletion

File tree

web/index.html

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,34 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5+
<link rel="icon" type="image/svg+xml" href="/Hanacaraka/vite.svg" />
56
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>LexiJawa - Latin to Javanese Script</title>
7+
8+
<!-- Primary Meta Tags -->
9+
<title>LexiJawa - Latin to Javanese Script Converter</title>
10+
<meta name="title" content="LexiJawa - Latin to Javanese Script Converter" />
11+
<meta name="description" content="Convert Latin text to Javanese script (Aksara Jawa) online. Interactive learning guide for Javanese script enthusiasts." />
12+
<meta name="keywords" content="Javanese script, Aksara Jawa, Latin to Javanese, converter, Javanese language, Indonesia, typography" />
13+
<meta name="author" content="honsda" />
14+
<link rel="canonical" href="https://honsda.github.io/Hanacaraka/" />
15+
16+
<!-- Open Graph / Facebook / Discord -->
17+
<meta property="og:type" content="website" />
18+
<meta property="og:url" content="https://honsda.github.io/Hanacaraka/" />
19+
<meta property="og:title" content="LexiJawa - Latin to Javanese Script Converter" />
20+
<meta property="og:description" content="Effortlessly convert Latin text to Javanese script (Aksara Jawa) with our interactive tool and learning guide." />
21+
<meta property="og:image" content="https://honsda.github.io/Hanacaraka/vite.svg" /> <!-- Recommended: Add a 1200x630px image here later -->
22+
23+
<!-- Twitter -->
24+
<meta property="twitter:card" content="summary_large_image" />
25+
<meta property="twitter:url" content="https://honsda.github.io/Hanacaraka/" />
26+
<meta property="twitter:title" content="LexiJawa - Latin to Javanese Script Converter" />
27+
<meta property="twitter:description" content="Effortlessly convert Latin text to Javanese script (Aksara Jawa) with our interactive tool and learning guide." />
28+
<meta property="twitter:image" content="https://honsda.github.io/Hanacaraka/vite.svg" />
29+
30+
<!-- Additional SEO -->
31+
<meta name="robots" content="index, follow" />
32+
<meta name="theme-color" content="#0f0f0f" />
733
</head>
834
<body>
935
<div id="app"></div>

0 commit comments

Comments
 (0)