-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
65 lines (63 loc) · 3.06 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/nametopia.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="index, follow" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="language" content="English" />
<meta name="author" content="Pow" />
<!-- Primary Meta Tags -->
<title>
Nametopia — Easy Name Generator with Gender Filters and Global
Options
</title>
<meta
name="title"
content="Nametopia — Easy Name Generator with Gender Filters and Global Options"
/>
<meta
name="description"
content="Explore Nametopia, the user-friendly name generator offering random names at your fingertips. Tailor names by gender with our unique filter and choose from a global array of options. Find your inspiration effortlessly with Nametopia!"
/>
<meta
name="keywords"
content="name generator, random name picker, gender-neutral names, diverse naming options, creative name inspiration, personalized name suggestions, global name choices, unique name generator, online naming tool, Nametopia, naming ideas, imaginative names, innovative name generation, fun name picker"
/>
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://nametopia.pow.kim/" />
<meta
property="og:title"
content="Nametopia — Easy Name Generator with Gender Filters and Global Options"
/>
<meta
property="og:description"
content="Explore Nametopia, the user-friendly name generator offering random names at your fingertips. Tailor names by gender with our unique filter and choose from a global array of options. Find your inspiration effortlessly with Nametopia!"
/>
<meta
property="og:image"
content="https://nametopia.pow.kim/images/meta-tags.png"
/>
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://nametopia.pow.kim/" />
<meta
property="twitter:title"
content="Nametopia — Easy Name Generator with Gender Filters and Global Options"
/>
<meta
property="twitter:description"
content="Explore Nametopia, the user-friendly name generator offering random names at your fingertips. Tailor names by gender with our unique filter and choose from a global array of options. Find your inspiration effortlessly with Nametopia!"
/>
<meta
property="twitter:image"
content="https://nametopia.pow.kim/images/meta-tags.png"
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>