-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
70 lines (60 loc) 路 3.43 KB
/
Copy pathindex.html
File metadata and controls
70 lines (60 loc) 路 3.43 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
<!doctype html>
<html lang="en">
<head>
<!-- Basic meta tags -->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="UTF-8">
<meta name="author" content="BookQuest">
<meta name="robots" content="index, follow">
<!-- HTML Meta Tags -->
<title> BookQuest 馃摎 - Discover, Explore & Save Your Favorite Books </title>
<meta name="description" content="Start your reading journey with BookQuest. Discover new books, explore genres, and build your personalized favorites list鈥攁ll in one place. Your next great read is just a click away.">
<meta name="keywords" content="books, book discovery, favorite books, reading list, book recommendations, book tracker, book app, find books, read books, book explorer, book quest, book collection, best books, book genres">
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://bookquest-eosin.vercel.app">
<meta property="og:type" content="website">
<meta property="og:title" content="BookQuest 馃摎 - Discover, Explore & Save Your Favorite Books">
<meta property="og:description" content="Start your reading journey with BookQuest. Discover new books, explore genres, and build your personalized favorites list鈥攁ll in one place. Your next great read is just a click away.">
<meta property="og:image" content="https://bookquest-eosin.vercel.app/bookquest-banner.png">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="postmorph.vercel.app">
<meta property="twitter:url" content="https://bookquest-eosin.vercel.app">
<meta name="twitter:title" content="BookQuest 馃摎 - Discover, Explore & Save Your Favorite Books">
<meta name="twitter:description" content="Start your reading journey with BookQuest. Discover new books, explore genres, and build your personalized favorites list鈥攁ll in one place. Your next great read is just a click away.">
<meta name="twitter:image" content="https://bookquest-eosin.vercel.app/bookquest-banner.png">
<!-- Canonical Tag (Avoid Duplicate Content Issues) -->
<link rel="canonical" href="https://bookquest-eosin.vercel.app">
<!-- Standard Favicon -->
<link rel="icon" href="bookquest-logo.png" type="image/x-icon">
<!-- For Apple devices (Retina display) -->
<link rel="apple-touch-icon" href="bookquest-logo.png">
<!-- For Android devices -->
<link rel="icon" sizes="192x192" href="bookquest-logo.png">
<!-- For Safari pinned tab -->
<link rel="mask-icon" href="bookquest-logo.png" color="#5bbad5">
<!-- Schema Markup (Structured Data for Better Search Visibility) -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebPage",
"name": "BookQuest",
"url": "https://bookquest-eosin.vercel.app",
"description": "Start your reading journey with BookQuest. Discover new books, explore genres, and build your personalized favorites list鈥攁ll in one place. Your next great read is just a click away.",
"publisher": {
"@type": "Organization",
"name": "BookQuest",
"logo": {
"@type": "ImageObject",
"url": "https://bookquest-eosin.vercel.app/bookquest-logo.png"
}
}
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>