Skip to content

Commit f8046d8

Browse files
committed
New rich data
1 parent f5f7e55 commit f8046d8

3 files changed

Lines changed: 97 additions & 0 deletions

File tree

_includes/promo-next.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,23 @@
77
<p style="text-align: center;"><small><a href="/case-studies/">View all case studies…</a></small></p>
88

99
</article>
10+
11+
<script type="application/ld+json">
12+
{
13+
"@context": "https://schema.org",
14+
15+
"@id": "{{ site.url }}{{ page.url }}#caseStudy",
16+
"@type": "CaseStudy",
17+
18+
"name": "{{ page.title }}",
19+
"headline": "{{ page.title }}",
20+
"url": "{{ site.url }}{{ page.url }}",
21+
22+
"author": { "@id": "{{ site.url }}#person" },
23+
"publisher": { "@id": "{{ site.url }}#org" },
24+
25+
"about": "{{ page.meta | default: page.excerpt | strip_html | truncate: 160 }}",
26+
27+
"inLanguage": "en-GB"
28+
}
29+
</script>

consultancy.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,40 @@ permalink: /consultancy/
77
lux: "Services / Consultancy"
88
---
99

10+
<script type="application/ld+json">
11+
{
12+
"@context": "https://schema.org",
13+
14+
"@id": "{{ site.url }}/consultancy/#service",
15+
"@type": "ProfessionalService",
16+
"serviceType": "Site-Speed & Web-Performance Consultancy",
17+
"url": "{{ site.url }}/consultancy/",
18+
"provider": { "@id": "{{ site.url }}#org" },
19+
20+
"areaServed": "Worldwide",
21+
"priceRange": "GBP7500-50000",
22+
23+
"audience": {
24+
"@type": "Audience",
25+
"audienceType": [
26+
"E-commerce",
27+
"Retail",
28+
"Media",
29+
"Publishing",
30+
"High-Traffic Brands"
31+
]
32+
},
33+
34+
"availableChannel": {
35+
"@type": "ServiceChannel",
36+
"serviceLocation": {
37+
"@type": "VirtualLocation",
38+
"url": "{{ site.url }}/consultancy/"
39+
}
40+
}
41+
}
42+
</script>
43+
1044
**Web performance impacts all businesses. How does it affect yours?**
1145

1246
I work together with organisations of all sizes to analyse, find, and fix

index.html

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,49 @@
77
lux: Home
88
---
99

10+
<script type="application/ld+json">
11+
{
12+
"@context": "https://schema.org",
13+
"@graph": [
14+
15+
{
16+
"@id": "https://csswizardry.com/#org",
17+
"@type": "Organization",
18+
"name": "CSS Wizardry Ltd.",
19+
"url": "https://csswizardry.com/",
20+
"logo": {
21+
"@type": "ImageObject",
22+
"@id": "https://csswizardry.com/#logo",
23+
"url": "https://csswizardry.com/icon.png",
24+
"contentUrl": "https://csswizardry.com/icon.png"
25+
},
26+
"founder": { "@id": "https://csswizardry.com/#person" },
27+
"sameAs": [
28+
"https://twitter.com/csswizardry",
29+
"https://github.com/csswizardry",
30+
"https://www.linkedin.com/in/csswizardry/",
31+
"https://developers.google.com/profile/u/csswizardry"
32+
],
33+
"contactPoint": [{
34+
"@type": "ContactPoint",
35+
"contactType": "Sales",
36+
"email": "mailto:csswizardry@gmail.com"
37+
}]
38+
},
39+
40+
{
41+
"@id": "https://csswizardry.com/#person",
42+
"@type": "Person",
43+
"name": "Harry Roberts",
44+
"jobTitle": "Consultant Web-Performance Engineer",
45+
"url": "https://csswizardry.com/about/",
46+
"worksFor": { "@id": "https://csswizardry.com/#org" }
47+
}
48+
49+
]
50+
}
51+
</script>
52+
1053
<!--
1154
- Jump straight back out of wrapper mode on the home page.
1255
-->

0 commit comments

Comments
 (0)