Skip to content

Commit 476cd14

Browse files
committed
SEO
1 parent 7122609 commit 476cd14

File tree

3 files changed

+45
-2
lines changed

3 files changed

+45
-2
lines changed

index.html

Lines changed: 33 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,24 @@
55
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover, interactive-widget=resizes-content">
77
<meta name="google" content="notranslate">
8-
<title>Flag Trainer</title>
8+
<title>Flag Trainer - Learn World Flags | Interactive Flag Quiz Game</title>
9+
<meta name="description" content="Learn and practice world flags with Flag Trainer. Interactive quizzes, multiple game modes, and comprehensive flag learning tools. Available in multiple languages.">
10+
<meta name="keywords" content="flag trainer, flag quiz, learn flags, world flags, flag game, flag learning, vexillology">
11+
12+
<!-- Open Graph / Social Media Tags -->
13+
<meta property="og:title" content="Flag Trainer - Learn World Flags">
14+
<meta property="og:description" content="Interactive flag quiz game to learn world flags. Multiple game modes and languages available.">
15+
<meta property="og:type" content="website">
16+
<meta property="og:url" content="https://flagtrainer.net">
17+
<meta property="og:image" content="https://flagtrainer.net/assets/images/og-image.png">
18+
19+
<!-- Twitter Card Tags -->
20+
<meta name="twitter:card" content="summary_large_image">
21+
<meta name="twitter:title" content="Flag Trainer - Learn World Flags">
22+
<meta name="twitter:description" content="Interactive flag quiz game to learn world flags. Multiple game modes and languages available.">
23+
<meta name="twitter:image" content="https://flagtrainer.net/assets/images/og-image.png">
924
<link rel="manifest" href="/assets/images/site.webmanifest">
1025
<meta name="theme-color" content="#ffffff" id="theme-color-meta">
11-
<meta name="description" content="Learn world flags through interactive quizzes">
1226
<link rel="apple-touch-icon" href="/assets/images/android-chrome-192x192.png">
1327
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />
1428
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap" rel="stylesheet">
@@ -76,5 +90,22 @@
7690
});
7791
}
7892
</script>
93+
<script type="application/ld+json">
94+
{
95+
"@context": "https://schema.org",
96+
"@type": "WebApplication",
97+
"name": "Flag Trainer",
98+
"description": "An interactive web application for learning world flags through quizzes and games",
99+
"url": "https://flagtrainer.net",
100+
"applicationCategory": "EducationalApplication",
101+
"operatingSystem": "Any",
102+
"offers": {
103+
"@type": "Offer",
104+
"price": "0",
105+
"priceCurrency": "USD"
106+
},
107+
"inLanguage": ["en", "de", "es", "ru"]
108+
}
109+
</script>
79110
</body>
80111
</html>

public/robots.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
User-agent: *
2+
Allow: /
3+
Sitemap: https://flagtrainer.net/sitemap.xml

public/sitemap.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
3+
<url>
4+
<loc>https://flagtrainer.net/</loc>
5+
<lastmod>2024-03-20</lastmod>
6+
<changefreq>weekly</changefreq>
7+
<priority>1.0</priority>
8+
</url>
9+
</urlset>

0 commit comments

Comments
 (0)