-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (39 loc) · 2.18 KB
/
Copy pathindex.html
File metadata and controls
39 lines (39 loc) · 2.18 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/suomea-logo-64x64.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Suomea – Learn & Practice Finnish Pronunciation Online</title>
<meta name="description" content="Master Finnish pronunciation with Suomea. Real-time speech feedback, interactive lessons, and text-to-speech tools for all levels. Start speaking Finnish confidently today.">
<meta property="og:title" content="Suomea – Practice Finnish Pronunciation Online" />
<meta property="og:description" content="Learn Finnish pronunciation with real-time feedback. Interactive lessons, speech recognition, and expert guidance for learners worldwide." />
<meta property="og:image" content="https://suomea.adcrew.us/suomea.webp" />
<meta property="og:url" content="https://suomea.adcrew.us" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Learn Finnish Pronunciation – Suomea" />
<meta name="twitter:description" content="Practice Finnish speaking with AI-powered feedback and real-time speech analysis." />
<meta name="twitter:image" content="https://suomea.adcrew.us/suomea.webp" />
<meta name="author" content="Khiem Nguyen">
<meta name="robots" content="index, follow">
<meta name="theme-color" content="#ffffff">
<meta name="google-site-verification" content="yQ-07bNP2DRE5Xuh3MSfvBVkPJJKinr86t28Zq119xQ" />
<link rel="canonical" href="https://suomea.adcrew.us" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "EducationalWebApplication",
"name": "Suomea",
"description": "Learn and practice Finnish pronunciation with real-time feedback",
"url": "https://suomea.adcrew.us",
"creator": {"@type": "Person", "name": "Khiem Nguyen"}
}
</script>
</head>
<body>
<div id="root"></div>
<script src="https://code.responsivevoice.org/responsivevoice.js?key=a1od9Nyi"></script>
<script type="module" src="/frontend/main.tsx"></script>
</body>
</html>