-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (39 loc) · 2.08 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vanlife | You got the travel plans, we got the travel vans.</title>
<!-- meta tags -->
<meta name="description" content="Vanlife | You got the travel plans, we got the travel vans." />
<meta name="keywords"
content="vanlife, van, van rental, van rental near me, van rental company, van rental company near me, van rental" />
<meta name="author" content="Saugat Rimal" />
<meta name="robots" content="index, follow" />
<meta name="googlebot" content="index, follow" />
<!-- Schema.org markup for Google+ -->
<meta itemprop="name" content="Vanlife | You got the travel plans, we got the travel vans." />
<meta itemprop="description"
content="Add adventure to your life by joining the #vanlife movement. Rent the perfect van to make your perfect road trip." />
<meta itemprop="image" content="/og_image.png" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://vanlife.vercel.app/" />
<meta property="og:title" content="Vanlife | You got the travel plans, we got the travel vans." />
<meta property="og:description"
content="Add adventure to your life by joining the #vanlife movement. Rent the perfect van to make your perfect road trip." />
<meta property="og:image" content="/og_image.png" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://vanlife.vercel.app/" />
<meta property="twitter:title" content="Vanlife | You got the travel plans, we got the travel vans." />
<meta property="twitter:description"
content="Add adventure to your life by joining the #vanlife movement. Rent the perfect van to make your perfect road trip." />
<meta property="twitter:image" content="/og_image.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>