Skip to content

Commit 1c38090

Browse files
committed
feat: added schema.org microdata
1 parent 9de1614 commit 1c38090

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

Diff for: index.html

+26
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,32 @@
2121
})(window, document, 'script', 'dataLayer', '{{TAG_MANAGER_ID}}');
2222
</script>
2323

24+
<script type="application/ld+json">
25+
{
26+
"@context": "https://schema.org",
27+
"@type": "WebSite",
28+
"url": "https://tomcoates.dev",
29+
"name": "Tom Coates",
30+
"description": "Experienced developer with 25+ years in Ruby, PHP, Python, JavaScript, TypeScript, Go, and Swift—building everything from prototypes to large-scale apps.",
31+
"author": {
32+
"@type": "Person",
33+
"name": "Tom Coates",
34+
"url": "https://tomcoates.dev",
35+
"sameAs": [
36+
"https://github.com/coatezy",
37+
"https://linkedin.com/in/coatezy",
38+
"https://bsky.app/profile/coatezy.bsky.social"
39+
],
40+
"jobTitle": "Head of Engineering",
41+
"worksFor": {
42+
"@type": "Organization",
43+
"name": "BBC Maestro",
44+
"url": "https://www.bbcmaestro.com"
45+
}
46+
}
47+
}
48+
</script>
49+
2450
<style>
2551
@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@300;700&family=Fira+Code:wght@400&display=swap");
2652

0 commit comments

Comments
 (0)