-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
53 lines (45 loc) · 3.4 KB
/
Copy pathindex.html
File metadata and controls
53 lines (45 loc) · 3.4 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
<!doctype html>
<html lang="tr">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Security & Protection Headers -->
<meta http-equiv="X-Content-Type-Options" content="nosniff" />
<meta name="referrer" content="strict-origin-when-cross-origin" />
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests;" />
<!-- Google AdSense -->
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1046887903835726"
crossorigin="anonymous"></script>
<!-- Primary Meta Tags -->
<title>Minik Akademi - Çocuklar İçin Eğitici Oyunlar ve Harf/Sayı Yazma Portalı</title>
<meta name="title" content="Minik Akademi - Çocuklar İçin Eğitici Oyunlar ve Harf/Sayı Yazma Portalı" />
<meta name="description" content="Minik Akademi, okul öncesi çocuklar için renkler, sayılar, alfabe, sevimli hayvanlar, vücudumuzun organları ve eğlenceli harf/sayı yazma çizim tahtası sunan interaktif bir eğitim akademisi." />
<meta name="keywords" content="minik akademi, çocuk oyunları, eğitici oyunlar, harf yazma, sayı yazma, okul öncesi eğitim, renkler oyunu, hayvan sesleri, çocuk gelişimi, interaktif öğrenme" />
<meta name="author" content="Minik Akademi" />
<meta name="robots" content="index, follow" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://minikakademi.ozbucak.com.tr/" />
<meta property="og:title" content="Minik Akademi - Çocuklar İçin Eğitici Oyunlar ve Harf/Sayı Yazma" />
<meta property="og:description" content="Okul öncesi çocuklar için renkler, sayılar, sevimli hayvanlar, organlar ve eğlenceli harf/sayı çizim tahtası içeren interaktif çocuk akademisi!" />
<meta property="og:image" content="https://images.unsplash.com/photo-1596461404969-9ae70f2830c1?auto=format&fit=crop&w=1200&h=630&q=80" />
<meta property="og:site_name" content="Minik Akademi" />
<meta property="og:locale" content="tr_TR" />
<meta property="og:locale:alternate" content="en_US" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://minikakademi.ozbucak.com.tr/" />
<meta property="twitter:title" content="Minik Akademi - Çocuklar İçin Eğitici Oyunlar ve Harf/Sayı Yazma" />
<meta property="twitter:description" content="Okul öncesi çocuklar için renkler, sayılar, sevimli hayvanlar, organlar ve eğlenceli harf/sayı çizim tahtası içeren interaktif çocuk akademisi!" />
<meta property="twitter:image" content="https://images.unsplash.com/photo-1596461404969-9ae70f2830c1?auto=format&fit=crop&w=1200&h=630&q=80" />
<!-- Favicon -->
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🎨</text></svg>" />
<link rel="apple-touch-icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🎨</text></svg>" />
<!-- Canonical Link -->
<link rel="canonical" href="https://minikakademi.ozbucak.com.tr/" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>