-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
127 lines (119 loc) · 5.78 KB
/
index.html
File metadata and controls
127 lines (119 loc) · 5.78 KB
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0" />
<title>African Tribe Names & Culture - 350+ Ethnic Groups, Recipes & Traditions</title>
<meta name="description" content="Explore 350+ African tribes, traditional recipes, naming traditions & cultural heritage. Discover Yoruba, Zulu, Kikuyu, Maasai, Igbo, Hausa, Oromo names and more from 25+ African countries." />
<meta name="keywords" content="African tribe names, African recipes, African culture, tribal traditions, African baby names, Nigerian tribe names, Kenyan tribe names, Yoruba names meaning, Zulu names, Kikuyu names, Ashanti names, Maasai tribe, Igbo names, Ethiopian names, African heritage, African naming traditions, Hausa, Luo, Oromo, Swahili names, African wedding traditions, African superfoods, endangered African languages, African music" />
<meta name="author" content="African Tribe Names" />
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
<link rel="canonical" href="https://africantribenames.com/" />
<!-- Additional SEO -->
<meta name="googlebot" content="index, follow" />
<meta name="bingbot" content="index, follow" />
<meta name="geo.region" content="AF" />
<meta name="geo.placename" content="Africa" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://africantribenames.com/" />
<meta property="og:title" content="African Tribe Names & Culture - 350+ Ethnic Groups, Recipes & Traditions" />
<meta property="og:description" content="Explore 350+ African tribes, traditional recipes, naming traditions & cultural heritage across 25+ countries. Your gateway to African culture." />
<meta property="og:image" content="https://africantribenames.com/og-image.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:alt" content="African Tribe Names - Explore African Cultural Heritage" />
<meta property="og:locale" content="en_US" />
<meta property="og:site_name" content="African Tribe Names" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://africantribenames.com/" />
<meta name="twitter:title" content="African Tribe Names & Culture - 350+ Ethnic Groups" />
<meta name="twitter:description" content="Explore 350+ African tribes, traditional recipes, naming traditions & cultural heritage across 25+ countries." />
<meta name="twitter:image" content="https://africantribenames.com/og-image.png" />
<meta name="twitter:image:alt" content="African Tribe Names - Explore African Cultural Heritage" />
<!-- Theme and Icons -->
<meta name="theme-color" content="#d97706" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<meta name="apple-mobile-web-app-title" content="TribeGuess" />
<link rel="icon" type="image/png" href="/favicon.png" />
<link rel="apple-touch-icon" href="/pwa-192x192.png" />
<link rel="manifest" href="/manifest.json" />
<link rel="preload" as="image" href="/src/assets/logo.png" type="image/png" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Rye&family=Bubblegum+Sans&family=Inter:wght@300;400;500;600;700&display=swap">
<!-- Structured Data - WebSite -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "African Tribe Names",
"alternateName": ["African Tribal Names", "Africa Tribe Names", "African Culture Database", "African Recipes"],
"url": "https://africantribenames.com",
"description": "Discover African tribal heritage. Explore names, meanings, and traditions from 100+ ethnic groups across Kenya, Nigeria, Ghana, South Africa, Ethiopia, and more.",
"potentialAction": {
"@type": "SearchAction",
"target": {
"@type": "EntryPoint",
"urlTemplate": "https://africantribenames.com/learn?search={search_term_string}"
},
"query-input": "required name=search_term_string"
},
"inLanguage": "en-US"
}
</script>
<!-- Structured Data - Educational Application -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "EducationalOrganization",
"name": "African Tribe Names",
"description": "Educational platform celebrating African cultural heritage through exploration of tribal names, traditions, and ethnic diversity.",
"url": "https://africantribenames.com",
"areaServed": {
"@type": "Continent",
"name": "Africa"
},
"knowsAbout": [
"African Tribes",
"African Names",
"African Culture",
"Yoruba",
"Zulu",
"Kikuyu",
"Maasai",
"Igbo",
"Hausa",
"Oromo",
"Ashanti",
"Swahili"
]
}
</script>
<!-- Structured Data - BreadcrumbList -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Home",
"item": "https://africantribenames.com/"
},
{
"@type": "ListItem",
"position": 2,
"name": "Explore Tribes",
"item": "https://africantribenames.com/learn"
}
]
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>