-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
79 lines (73 loc) · 3.66 KB
/
index.html
File metadata and controls
79 lines (73 loc) · 3.66 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ReadMode - by Curate.Fun | News Made Fun</title>
<meta name="description" content="News made fun! Swipe to read articles in an engaging, newspaper-style interface. Discover, like, and save stories from your favorite sources with ReadMode by Curate.Fun." />
<meta name="keywords" content="news, reading, swipe, articles, curate, fun, daily news, newspaper, social media" />
<meta name="author" content="Curate.Fun" />
<meta name="robots" content="index, follow" />
<meta name="theme-color" content="#ff4444" />
<!-- Favicon -->
<link rel="icon" href="/lovable-uploads/b69b86a6-17fc-491d-b80b-09d24871b48a.png" type="image/png">
<link rel="apple-touch-icon" href="/lovable-uploads/b69b86a6-17fc-491d-b80b-09d24871b48a.png">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://curate.fun/" />
<meta property="og:title" content="ReadMode - by Curate.Fun | News Made Fun" />
<meta property="og:description" content="News made fun! Swipe to read articles in an engaging, newspaper-style interface. Discover, like, and save stories from your favorite sources." />
<meta property="og:image" content="/lovable-uploads/1d75c33b-437e-4cfe-be6b-57c7cd5be98c.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:alt" content="ReadMode - News delivery mascot on motorcycle" />
<meta property="og:site_name" content="Curate.Fun" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://curate.fun/" />
<meta name="twitter:title" content="ReadMode - by Curate.Fun | News Made Fun" />
<meta name="twitter:description" content="News made fun! Swipe to read articles in an engaging, newspaper-style interface. Discover, like, and save stories." />
<meta name="twitter:image" content="/lovable-uploads/1d75c33b-437e-4cfe-be6b-57c7cd5be98c.png" />
<meta name="twitter:image:alt" content="ReadMode - News delivery mascot on motorcycle" />
<!-- Additional SEO -->
<meta name="application-name" content="ReadMode" />
<meta name="msapplication-TileColor" content="#ff4444" />
<meta name="msapplication-config" content="/browserconfig.xml" />
<link rel="canonical" href="https://curate.fun/" />
<!-- Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "ReadMode - by Curate.Fun",
"description": "News made fun! Swipe to read articles in an engaging, newspaper-style interface. Discover, like, and save stories from your favorite sources.",
"url": "https://curate.fun/",
"applicationCategory": "NewsApplication",
"operatingSystem": "All",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"publisher": {
"@type": "Organization",
"name": "Curate.Fun",
"url": "https://curate.fun/"
},
"screenshot": "/lovable-uploads/1d75c33b-437e-4cfe-be6b-57c7cd5be98c.png",
"featureList": [
"Swipe-based article reading",
"Multiple RSS feed support",
"Audio article playback",
"Article bookmarking",
"Daily reading goals",
"Share articles across social platforms"
]
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>