-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex.html
More file actions
110 lines (105 loc) · 5.14 KB
/
Copy pathindex.html
File metadata and controls
110 lines (105 loc) · 5.14 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/icon.svg" />
<link rel="icon" type="image/jpeg" href="/streamtube_logo.jpg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="theme-color" content="#0f0f0f" />
<meta name="description" content="StreamTube - Stream your favorite live IPTV channels online for free. Watch high-quality international live television channels, sports, news, and entertainment using your custom M3U playlists or built-in premium server sources with complete Chrome and VLC user-agent configurations." />
<meta name="keywords" content="StreamTube, IPTV Player, M3U player, Free Live TV, online M3U player, watch live streams, stream chrome vlc, bangla tv channels, sports live stream, watch IPTV M3U8, Smart IPTV player, web iptv player" />
<meta name="robots" content="index, follow" />
<meta name="author" content="StreamTube Teams" />
<link rel="canonical" href="https://streamtube.live" />
<!-- Google Fonts Optimization to accelerate first paint, prefetching dns lookups -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+Bengali:wght@300;400;500;600;700&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500;700&display=swap" rel="stylesheet" />
<!-- Open Graph / Facebook / Discord SEO -->
<meta property="og:type" content="website" />
<meta property="og:title" content="StreamTube - Free Live World IPTV Player | Watch M3U Streams" />
<meta property="og:description" content="Stream and watch your favorite live M3U channels online for free. Support for custom M3U file upload, direct streaming, multiple server sources, and Chrome/VLC user-agent bypass." />
<meta property="og:image" content="https://streamtube.live/streamtube_logo.jpg" />
<meta property="og:site_name" content="StreamTube" />
<!-- Twitter Card SEO -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="StreamTube - Free Live World IPTV Player" />
<meta name="twitter:description" content="Watch live IPTV streams & upload custom M3U files instantly with zero configuration." />
<meta name="twitter:image" content="https://streamtube.live/streamtube_logo.jpg" />
<!-- JSON-LD Structured Data for Google search discovery -->
<script type="application/ld+json">
[
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "StreamTube",
"operatingSystem": "All",
"applicationCategory": "MultimediaApplication",
"browserRequirements": "Requires HTML5 Video support (HLS/M3U8 player)",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"description": "Premium luxury bilingual IPTV player with multiple server source support, featuring high-quality primary stream sources & custom M3U uploads."
},
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "StreamTube Live",
"url": "https://streamtube.live",
"potentialAction": {
"@type": "SearchAction",
"target": "https://streamtube.live/?search={search_term_string}",
"query-input": "required name=search_term_string"
}
},
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "StreamTube Corporation",
"url": "https://streamtube.live",
"logo": "https://streamtube.live/streamtube_logo.jpg",
"sameAs": [
"https://github.com/streamtube-iptv"
]
},
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Home",
"item": "https://streamtube.live/"
},
{
"@type": "ListItem",
"position": 2,
"name": "Sports Streams",
"item": "https://streamtube.live/?tab=sports"
},
{
"@type": "ListItem",
"position": 3,
"name": "FIFA Matches",
"item": "https://streamtube.live/?tab=fifa"
}
]
}
]
</script>
<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="StreamTube" />
<meta name="mobile-web-app-capable" content="yes" />
<link rel="apple-touch-icon" href="/streamtube_logo.jpg" />
<link rel="manifest" href="/manifest.json" />
<title>StreamTube - Free Live World IPTV Player | Watch M3U Playlist Streams Online</title>
</head>
<body class="bg-[#07060e] text-[#e2e1e9] m-0 p-0 overflow-hidden">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>