-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
74 lines (65 loc) · 2.24 KB
/
index.html
File metadata and controls
74 lines (65 loc) · 2.24 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" />
<!-- Favicon -->
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/KnowIndiaTravel.png"
/>
<link
rel="icon"
type="image/png"
sizes="656x656"
href="/KnowIndiaTravel.png"
/>
<link rel="apple-touch-icon" href="/KnowIndiaTravel.png" />
<!-- Viewport -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Title -->
<title>KnowIndiaTravel - Explore the Real India</title>
<!-- Meta Description -->
<meta
name="description"
content="KnowIndiaTravel helps you explore the beauty, culture, and diversity of India through curated guides, tips, and travel experiences."
/>
<!-- Keywords (optional but helpful) -->
<meta
name="keywords"
content="India travel, Indian tourism, Explore India, Travel guides, Indian culture, KnowIndiaTravel, Best India Tour Website, India Travel Packages, Know India Travel, Holiday Packages India, Travel Agency India, Tour Booking, Custom Tours India, Vacation Planner India"
/>
<!-- Author -->
<meta name="author" content="KnowIndiaTravel Team" />
<!-- Robots -->
<meta name="robots" content="index, follow" />
<!-- Open Graph / Facebook -->
<meta
property="og:title"
content="KnowIndiaTravel - Explore the Real India"
/>
<meta
property="og:description"
content="Discover India like never before with KnowIndiaTravel. Explore destinations, culture, food, and more."
/>
<meta property="og:image" content="/KnowIndiaTravel.png" />
<meta property="og:url" content="https://www.knowindiatravel.com" />
<meta property="og:type" content="website" />
<!-- Twitter Meta -->
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:title"
content="KnowIndiaTravel - Explore the Real India"
/>
<meta
name="twitter:description"
content="Your travel companion to India's best places, stories, and cultures."
/>
<meta name="twitter:image" content="/KnowIndiaTravel.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>