-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (37 loc) · 1.51 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="keywords" content="donuts, fresh donuts, gourmet donuts, donut shop">
<meta name="description" content="Discover premium quality, delicious donuts at Class One Donuts. Explore our wide variety of flavors and specialties. Fresh & flavorful donuts await!">
<meta property="og:title" content="Class One Donuts">
<meta property="og:description" content="Savor the best donuts in town. From classic favorites to innovative new flavors, Class One Donuts offers an unforgettable experience.">
<link rel="icon" type="image/svg+xml" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Class One Donuts</title>
<link rel="preload" href="/src/assets/images/image1.webp" as="image">
<link rel="stylesheet" href="/src/index.css" as="styles" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Bakery",
"name": "Class One Donuts",
"description": "Premium donut shop offering a wide variety of flavors and specialties.",
"url": "URL_of_your_website",
"address":"1804 E Rte 66, Glendora, CA 91740";
"hours":"
Friday 5AM to 2PM,
Saturday 6 AM to 2PM,
Sunday 6AM to 12PM,
Monday 5AM to 2PM,
Tuesday 5AM to 2PM,
Wednesday 5AM to 2PM,
Thursday 5AM to 2PM"
}
</script>