@@ -7,6 +7,67 @@ permalink: /about/
77lux : About
88---
99
10+ <script type =" application/ld+json " >
11+ {
12+ " @context" : " https://schema.org" ,
13+ " @graph" : [
14+ {
15+ " @type" : " ProfilePage" ,
16+ " @id" : " {{ site.url }}/about/#webpage" ,
17+ " url" : " {{ site.url }}/about/" ,
18+ " name" : " About Harry Roberts – Award-Winning Web Performance Consultant" ,
19+ " description" : " Harry Roberts is an award-winning Consultant Web Performance Engineer from the UK." ,
20+ " isPartOf" : {
21+ " @type" : " WebSite" ,
22+ " @id" : " {{ site.url }}/#website" ,
23+ " url" : " {{ site.url }}/" ,
24+ " name" : " CSS Wizardry"
25+ },
26+ " mainEntity" : { " @id" : " {{ site.url }}/#person" }
27+ },
28+ {
29+ " @type" : " Person" ,
30+ " @id" : " {{ site.url }}/#person" ,
31+ " name" : " Harry Roberts" ,
32+ " url" : " {{ site.url }}/about/" ,
33+ " image" : " {{ site.url }}/img/content/about.jpg" ,
34+ " jobTitle" : " Consultant Web Performance Engineer" ,
35+ " worksFor" : { " @id" : " {{ site.url }}/#org" },
36+ " sameAs" : [
37+ " https://twitter.com/csswizardry" ,
38+ " https://github.com/csswizardry" ,
39+ " https://www.linkedin.com/in/csswizardry/" ,
40+ " https://developers.google.com/profile/u/csswizardry"
41+ ],
42+ " knowsAbout" : [
43+ " Web performance" ,
44+ " Core Web Vitals" ,
45+ " CSS architecture" ,
46+ " Front-end performance" ,
47+ " Site-speed optimisation"
48+ ]
49+ },
50+ {
51+ " @type" : " BreadcrumbList" ,
52+ " itemListElement" : [
53+ {
54+ " @type" : " ListItem" ,
55+ " position" : 1 ,
56+ " name" : " CSS Wizardry" ,
57+ " item" : " {{ site.url }}/"
58+ },
59+ {
60+ " @type" : " ListItem" ,
61+ " position" : 2 ,
62+ " name" : " About" ,
63+ " item" : " {{ site.url }}/about/"
64+ }
65+ ]
66+ }
67+ ]
68+ }
69+ </script >
70+
1071** Hi there, I’m Harry. I am an independent Consultant Web Performance Engineer
1172based in Leeds, UK. I deliver high-end, bespoke consultancy to world-class,
1273ambitious clients.**
0 commit comments