-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
60 lines (55 loc) · 3.31 KB
/
Copy pathindex.html
File metadata and controls
60 lines (55 loc) · 3.31 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
<!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" />
<!-- SEO Meta Tags -->
<title>Sparkle Scrub — Owner‑Operated House Cleaning | Ten Mile & Knoxville Area</title>
<meta name="description" content="Solo cleaner serving Ten Mile, Knoxville, and surrounding areas. Homes, Airbnb turnovers, and small offices. Friendly, reliable, no‑fuss service. Request a quick estimate." />
<link rel="canonical" href="https://southern-scrubbin.pages.dev/" />
<!-- Open Graph Meta Tags -->
<meta property="og:title" content="Sparkle Scrub — Owner‑Operated House Cleaning | Ten Mile & Knoxville Area" />
<meta property="og:description" content="Solo cleaner serving Ten Mile, Knoxville, and surrounding areas. Homes, Airbnb turnovers, and small offices." />
<meta property="og:url" content="https://southern-scrubbin.pages.dev/" />
<meta property="og:image" content="https://southern-scrubbin.pages.dev/og-image.jpg" />
<meta property="og:type" content="website" />
<meta property="og:locale" content="en_US" />
<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Sparkle Scrub — Owner‑Operated House Cleaning | Ten Mile & Knoxville Area" />
<meta name="twitter:description" content="Solo cleaner serving Ten Mile, Knoxville, and surrounding areas. Homes, Airbnb turnovers, and small offices." />
<!-- Schema.org JSON-LD for LocalBusiness -->
<script type="application/ld+json">
{
"@context":"https://schema.org",
"@type":["LocalBusiness","HouseCleaning"],
"name":"Sparkle Scrub",
"url":"https://southern-scrubbin.pages.dev",
"image":"https://southern-scrubbin.pages.dev/og-image.jpg",
"address":{"@type":"PostalAddress","addressLocality":"Ten Mile","addressRegion":"TN","addressCountry":"US"},
"areaServed":"Ten Mile, Knoxville, and surrounding areas",
"telephone":"",
"email":""
}
</script>
<!-- Schema.org JSON-LD for FAQPage -->
<script type="application/ld+json">
{
"@context":"https://schema.org",
"@type":"FAQPage",
"mainEntity":[
{"@type":"Question","name":"Do you bring supplies?","acceptedAnswer":{"@type":"Answer","text":"Yes—I bring standard supplies and tools. If you prefer your products, set them out with a note."}},
{"@type":"Question","name":"Are pets okay?","acceptedAnswer":{"@type":"Answer","text":"Absolutely. Please secure anxious animals so everyone stays comfortable."}},
{"@type":"Question","name":"Do you do recurring cleans?","acceptedAnswer":{"@type":"Answer","text":"Yes—weekly, bi-weekly, or monthly once I know your space."}},
{"@type":"Question","name":"Do you clean interior windows?","acceptedAnswer":{"@type":"Answer","text":"Within safe reach and without tall ladders."}},
{"@type":"Question","name":"Do you handle laundry?","acceptedAnswer":{"@type":"Answer","text":"Homes: fold-only add-on with your detergent. STRs: on-site if time allows."}}
]
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>