-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
214 lines (205 loc) · 8.35 KB
/
index.html
File metadata and controls
214 lines (205 loc) · 8.35 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
<!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" />
<!-- Primary Meta Tags -->
<title>Macey's Method | Professional Virtual Assistant Services UK</title>
<meta name="description" content="Professional virtual assistant services in the UK. Email management, social media management, calendar management, CRM support, and administrative support for entrepreneurs and growing businesses." />
<meta name="keywords" content="virtual assistant UK, VA services, email management, social media management, administrative support, business support" />
<meta name="language" content="English" />
<meta name="author" content="Macey Cherrill" />
<meta name="revisit-after" content="7 days" />
<!-- Canonical URL -->
<link rel="canonical" href="https://maceysmethod.co.uk/" />
<!-- Open Graph (Social Media Sharing) -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://maceysmethod.co.uk/" />
<meta property="og:title" content="Macey's Method | Professional Virtual Assistant Services" />
<meta property="og:description" content="Grow and scale your business with behind-the-scenes support from a professional virtual assistant" />
<meta property="og:image" content="https://maceysmethod.co.uk/og-image.jpg" />
<meta property="og:site_name" content="Macey's Method" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://maceysmethod.co.uk/" />
<meta name="twitter:title" content="Macey's Method | Virtual Assistant Services" />
<meta name="twitter:description" content="Professional administrative and social media support for entrepreneurs" />
<meta name="twitter:image" content="https://maceysmethod.co.uk/og-image.jpg" />
<!-- Preconnect for Performance -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<!-- JSON-LD Schema - LocalBusiness/Service -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "Macey's Method",
"url": "https://maceysmethod.co.uk",
"image": "https://maceysmethod.co.uk/logo.jpg",
"description": "Professional virtual assistant providing email management, social media management, calendar management, CRM support, and administrative services for entrepreneurs and growing businesses in the UK",
"founder": {
"@type": "Person",
"name": "Macey Cherrill"
},
"sameAs": [
"https://www.instagram.com/maceys.method",
"https://www.linkedin.com/in/macey-cherrill-a5b9092aa"
],
"address": {
"@type": "PostalAddress",
"addressCountry": "GB",
"addressRegion": "United Kingdom"
},
"contact": {
"@type": "ContactPoint",
"contactType": "Customer Support",
"email": "maceycherrill27@gmail.com",
"url": "https://maceysmethod.co.uk/#contact"
},
"service": [
{
"@type": "Service",
"name": "Email Management",
"description": "Professional email inbox organization and management"
},
{
"@type": "Service",
"name": "Social Media Management",
"description": "Graphic creation, captions, hashtags, reels, and post scheduling"
},
{
"@type": "Service",
"name": "Calendar Management",
"description": "Seamlessly coordinate your schedule and optimize your time"
},
{
"@type": "Service",
"name": "CRM Support",
"description": "Keep backend systems up-to-date and organized"
}
],
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.9",
"ratingCount": "50"
}
}
</script>
<!-- JSON-LD Schema - Organization (with Social Profiles) -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Macey's Method",
"url": "https://maceysmethod.co.uk",
"logo": "https://maceysmethod.co.uk/logo.jpg",
"sameAs": [
"https://www.instagram.com/maceys.method",
"https://www.linkedin.com/in/macey-cherrill-a5b9092aa"
]
}
</script>
<!-- JSON-LD Schema - BreadcrumbList (Navigation) -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Home",
"item": "https://maceysmethod.co.uk/"
},
{
"@type": "ListItem",
"position": 2,
"name": "About",
"item": "https://maceysmethod.co.uk/#about"
},
{
"@type": "ListItem",
"position": 3,
"name": "Services",
"item": "https://maceysmethod.co.uk/#services"
},
{
"@type": "ListItem",
"position": 4,
"name": "Pricing",
"item": "https://maceysmethod.co.uk/#pricing"
},
{
"@type": "ListItem",
"position": 5,
"name": "Contact",
"item": "https://maceysmethod.co.uk/#contact"
}
]
}
</script>
<!-- JSON-LD Schema - FAQPage -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What services does Macey's Method provide?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Macey's Method provides professional virtual assistant services including email management, social media management, calendar management, CRM support, and administrative tasks for entrepreneurs and growing businesses."
}
},
{
"@type": "Question",
"name": "What packages are available?",
"acceptedAnswer": {
"@type": "Answer",
"text": "We offer the Essentials package (£297/month), the Elevate package (£497/month), and custom packages tailored to your specific business needs."
}
},
{
"@type": "Question",
"name": "How can I book a consultation?",
"acceptedAnswer": {
"@type": "Answer",
"text": "You can schedule a free 30-minute discovery call to discuss your business needs and explore how Macey's Method can support your business growth."
}
},
{
"@type": "Question",
"name": "What is included in the social media package?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The social media package includes graphic creation, caption writing, hashtag strategy, reel scheduling, and daily engagement with your audience."
}
},
{
"@type": "Question",
"name": "How do I contact Macey?",
"acceptedAnswer": {
"@type": "Answer",
"text": "You can reach out via email at maceycherrill27@gmail.com, schedule a call, or fill out the contact form on the website. Response time is within 24 hours."
}
},
{
"@type": "Question",
"name": "Is there a free trial or consultation?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, we offer a complimentary 30-minute discovery call to discuss your goals and see if we're the right fit for your business."
}
}
]
}
</script>
</head>
<body>
<div id="root"></div>
<!-- <script src="https://assets.calendly.com/assets/external/widget.js" type="text/javascript" async></script> -->
<script type="module" src="/src/main.jsx"></script>
</body>
</html>