-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (42 loc) · 2.06 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
<!DOCTYPE html>
<html lang="en">
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/cmc.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="keywords" content="car dealership, vehicles, cars, trucks, SUVs, used cars, new cars"/>
<meta name="description" content="CMC is a modern car dealership landing page that offers a wide selection of vehicles. Browse through our inventory and filter by make, model, and year. View detailed information and photos of each vehicle and contact us directly to schedule a test drive."/>
<meta property="og:title" content="CMC - Car Dealership Landing Page"/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="https://yourwebsite.com"/>
<meta property="og:image" content="https://yourwebsite.com/screenshots/screenshot1.png"/>
<meta property="og:description" content="CMC is a modern car dealership landing page that offers a wide selection of vehicles. Browse through our inventory and filter by make, model, and year. View detailed information and photos of each vehicle and contact us directly to schedule a test drive."/>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "AutomotiveBusiness",
"name": "CMC Car Dealership",
"address": {
"@type": "PostalAddress",
"streetAddress": "123 Main St",
"addressLocality": "City",
"addressRegion": "State",
"postalCode": "12345",
"addressCountry": "Country"
},
"telephone": "555-555-5555",
"openingHours": "Mo,Tu,We,Th,Fr 09:00-17:00",
"image": "https://yourwebsite.com/logo.png",
"priceRange": "$$",
"branchOf": {
"@type": "AutomotiveBusiness",
"name": "CMC Car Dealership LLC"
}
}
</script>
<title>CMC - Car Dealership Landing Page</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>