-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
74 lines (64 loc) · 3.96 KB
/
index.html
File metadata and controls
74 lines (64 loc) · 3.96 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>Tatakai - Watch Anime Online Free | Stream HD Anime Episodes & Movies</title>
<meta name="title" content="Tatakai - Watch Anime Online Free | Stream HD Anime Episodes & Movies" />
<meta name="description" content="Watch your favorite anime online for free in HD quality. Stream the latest anime episodes, movies, and series with English subtitles and dub. No ads, no registration required." />
<meta name="author" content="Tatakai" />
<meta name="keywords" content="anime, watch anime, stream anime, anime online, free anime, anime episodes, anime movies, anime streaming, watch anime free, anime series, anime HD, subbed anime, dubbed anime, latest anime, new anime, anime 2024, anime 2025, best anime, popular anime, trending anime" />
<link rel="canonical" href="https://tatakai.gabhasti.tech" />
<!-- Robots Meta -->
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
<meta name="googlebot" content="index, follow" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Tatakai - Watch Anime Online Free | Stream HD Anime Episodes & Movies" />
<meta property="og:description" content="Watch your favorite anime online for free in HD quality. Stream the latest anime episodes, movies, and series with English subtitles and dub." />
<meta property="og:image" content="https://storage.googleapis.com/gpt-engineer-file-uploads/5yIEEyuf0pcM8qrimbNsfkW4jj72/social-images/social-1767348675155-Tatakai-github-image.png" />
<meta property="og:url" content="https://tatakai.gabhasti.tech" />
<meta property="og:site_name" content="Tatakai" />
<meta property="og:locale" content="en_US" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Tatakai - Watch Anime Online Free | Stream HD Anime Episodes & Movies" />
<meta name="twitter:description" content="Watch your favorite anime online for free in HD quality. Stream the latest anime episodes, movies, and series with English subtitles and dub." />
<meta name="twitter:image" content="https://storage.googleapis.com/gpt-engineer-file-uploads/5yIEEyuf0pcM8qrimbNsfkW4jj72/social-images/social-1767348675155-Tatakai-github-image.png" />
<!-- Additional SEO Tags -->
<meta name="language" content="English" />
<meta name="revisit-after" content="1 days" />
<meta name="rating" content="general" />
<meta name="distribution" content="global" />
<!-- Theme Color -->
<meta name="theme-color" content="#6366f1" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="apple-mobile-web-app-title" content="Tatakai" />
<!-- Favicon -->
<link rel="icon" type="image/png" href="/tatakai-logo-square.png" />
<link rel="apple-touch-icon" href="/tatakai-logo-square.png" />
<!-- PWA Manifest -->
<link rel="manifest" href="/manifest.json" />
<!-- Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "Tatakai",
"url": "https://tatakai.gabhasti.tech",
"description": "Watch your favorite anime online for free in HD quality. Stream the latest anime episodes, movies, and series with English subtitles and dub.",
"potentialAction": {
"@type": "SearchAction",
"target": "https://tatakai.gabhasti.tech/search?q={search_term_string}",
"query-input": "required name=search_term_string"
}
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>