Skip to content

Commit f5f7e55

Browse files
committed
Add rich data FAQs
1 parent 8d8bf8d commit f5f7e55

2 files changed

Lines changed: 93 additions & 1 deletion

File tree

_includes/faq-consultancy.md

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<summary>How long will it take?</summary>
2929

30-
<p>Probably not as long as you think! Over the past six years, I have managed
30+
<p>Probably not as long as you think! Over the past decade, I have managed
3131
to optimise my workflow to such an extent that we can move incredibly quickly.
3232
Vitamix had this to say about it:</p>
3333

@@ -42,3 +42,40 @@
4242
start, the better.</p>
4343

4444
</details>
45+
46+
<script type="application/ld+json">
47+
{
48+
"@context": "https://schema.org",
49+
"@type": "FAQPage",
50+
"mainEntity": [
51+
52+
{
53+
"@type": "Question",
54+
"name": "How much will it cost?",
55+
"acceptedAnswer": {
56+
"@type": "Answer",
57+
"text": "Engagements start around $1,000 and can scale to $100,000 for large, enterprise-level projects. Every project is designed around your exact needs, so the best next step is to get in touch and we’ll map out an approach that fits."
58+
}
59+
},
60+
61+
{
62+
"@type": "Question",
63+
"name": "Do you work with smaller organisations?",
64+
"acceptedAnswer": {
65+
"@type": "Answer",
66+
"text": "Absolutely. Although my portfolio highlights well-known brands, I regularly partner with smaller teams. Whether it’s consultancy, audits, or training, company size isn’t a blocker—great work happens at every size and shape."
67+
}
68+
},
69+
70+
{
71+
"@type": "Question",
72+
"name": "How long will it take?",
73+
"acceptedAnswer": {
74+
"@type": "Answer",
75+
"text": "Thanks to a refined workflow developed over many years, we can move fast. Audits typically turn around inside two weeks, and longer consultancy engagements run three-to-six months with measurable wins delivered along the way."
76+
}
77+
}
78+
79+
]
80+
}
81+
</script>

_includes/faq-workshops.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,58 @@
6262
deliver maximum value.</p>
6363

6464
</details>
65+
66+
<script type="application/ld+json">
67+
{
68+
"@context": "https://schema.org",
69+
"@type": "FAQPage",
70+
"mainEntity": [
71+
72+
{
73+
"@type": "Question",
74+
"name": "Do you run workshops remotely?",
75+
"acceptedAnswer": {
76+
"@type": "Answer",
77+
"text": "Yes. In response to the 2020 Coronavirus pandemic I designed a workshop curriculum and delivery format that is fully optimised for remote sessions. You can learn more on the Web-Performance Back to Front workshop page."
78+
}
79+
},
80+
81+
{
82+
"@type": "Question",
83+
"name": "How many people can attend a workshop?",
84+
"acceptedAnswer": {
85+
"@type": "Answer",
86+
"text": "Pricing is not based on head-count, so you are free to invite as many colleagues as you like. For maximum interactivity I recommend keeping the group below 30 attendees, but the choice is yours."
87+
}
88+
},
89+
90+
{
91+
"@type": "Question",
92+
"name": "How long do workshops last?",
93+
"acceptedAnswer": {
94+
"@type": "Answer",
95+
"text": "Workshops run for at least one full day. A two-day format works best: day one for learning, day two for a guided hackathon that puts new knowledge into practice. Longer boot-camps and periodic refresher sessions are also available—just ask."
96+
}
97+
},
98+
99+
{
100+
"@type": "Question",
101+
"name": "Can we live-stream or record workshops?",
102+
"acceptedAnswer": {
103+
"@type": "Answer",
104+
"text": "Yes. If you have the facilities, you are welcome to live-stream or record the sessions so that remote team-mates can join in or revisit the material later."
105+
}
106+
},
107+
108+
{
109+
"@type": "Question",
110+
"name": "Can we choose workshop content?",
111+
"acceptedAnswer": {
112+
"@type": "Answer",
113+
"text": "Absolutely. We’ll collaborate beforehand to tailor an agenda that matches your projects and goals—there’s no point covering e-commerce case studies if you’re a publishing house. Get in touch and we’ll shape a workshop that delivers maximum value."
114+
}
115+
}
116+
117+
]
118+
}
119+
</script>

0 commit comments

Comments
 (0)