-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
120 lines (111 loc) · 5.21 KB
/
Copy pathindex.html
File metadata and controls
120 lines (111 loc) · 5.21 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
111
112
113
114
115
116
117
118
119
120
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/framely_logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>Framely - Stream Movies & TV Shows Online | Watch Free</title>
<meta name="title" content="Framely - Stream Movies & TV Shows Online | Watch Free" />
<meta name="description" content="Watch unlimited movies and TV shows on Framely. Stream the latest releases, trending content, and classic favorites. Free streaming with no ads, high-quality video." />
<meta name="keywords" content="streaming, movies, tv shows, watch online, free streaming, framely, netflix alternative, video streaming, entertainment" />
<meta name="author" content="Framely" />
<meta name="robots" content="index, follow" />
<meta name="language" content="English" />
<meta name="revisit-after" content="7 days" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://framely-nm.vercel.app/" />
<meta property="og:title" content="Framely - Stream Movies & TV Shows Online" />
<meta property="og:description" content="Watch unlimited movies and TV shows on Framely. Stream the latest releases, trending content, and classic favorites." />
<meta property="og:image" content="https://framely-nm.vercel.app/framely_logo.png" />
<meta property="og:site_name" content="Framely" />
<meta property="og:locale" content="en_US" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://framely-nm.vercel.app/" />
<meta name="twitter:title" content="Framely - Stream Movies & TV Shows Online" />
<meta name="twitter:description" content="Watch unlimited movies and TV shows on Framely. Stream the latest releases, trending content, and classic favorites." />
<meta name="twitter:image" content="https://framely-nm.vercel.app/framely_logo.png" />
<!-- Theme Color for Mobile Browsers -->
<meta name="theme-color" content="#E50914" />
<meta name="msapplication-TileColor" content="#E50914" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<!-- Canonical URL -->
<link rel="canonical" href="https://framely-nm.vercel.app/" />
<!-- Performance Optimization -->
<link rel="dns-prefetch" href="https://api.themoviedb.org" />
<link rel="dns-prefetch" href="https://image.tmdb.org/t/p/" />
<link rel="dns-prefetch" href="https://fonts.googleapis.com" />
<link rel="dns-prefetch" href="https://fonts.gstatic.com" />
<link rel="preconnect" href="https://api.themoviedb.org" crossorigin />
<link rel="preconnect" href="https://image.tmdb.org/t/p/" crossorigin />
<!-- Structured Data (Schema.org) for SEO -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "Framely",
"url": "https://framely-nm.vercel.app/",
"description": "Stream unlimited movies and TV shows online. Watch the latest releases, trending content, and classic favorites.",
"potentialAction": {
"@type": "SearchAction",
"target": "https://framely-nm.vercel.app/search?q={search_term_string}",
"query-input": "required name=search_term_string"
},
"publisher": {
"@type": "Organization",
"name": "Framely",
"logo": {
"@type": "ImageObject",
"url": "https://framely-nm.vercel.app/framely_logo.png"
}
}
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "Framely",
"applicationCategory": "Entertainment",
"operatingSystem": "Any",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.8",
"ratingCount": "1000"
}
}
</script>
<!-- Google Fonts -->
<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=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<script type="importmap">
{
"imports": {
"react/": "https://aistudiocdn.com/react@^19.2.1/",
"react": "https://aistudiocdn.com/react@^19.2.1",
"react-router-dom": "https://aistudiocdn.com/react-router-dom@^7.10.1",
"react-dom/": "https://aistudiocdn.com/react-dom@^19.2.1/",
"zustand/": "https://aistudiocdn.com/zustand@^5.0.9/",
"zustand": "https://aistudiocdn.com/zustand@^5.0.9",
"framer-motion": "https://aistudiocdn.com/framer-motion@^12.23.25",
"lucide-react": "https://aistudiocdn.com/lucide-react@^0.556.0",
"axios": "https://aistudiocdn.com/axios@^1.13.2"
}
}
</script>
<link rel="stylesheet" href="/index.css">
</head>
<body>
<div id="root"></div>
<script type="module" src="/index.tsx"></script>
</body>
</html>