Skip to content

Commit 9972143

Browse files
committed
chore: Add ProfilePage strucutred data to about page
1 parent 5791e2b commit 9972143

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

pages/images/profile.jpg

768 KB
Loading

pages/index.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,22 @@
88
<meta name="description" content="The personal website of Chris Newton, a software developer based in Brighton.">
99
<link rel="stylesheet" href="style.css">
1010
<script type="module" src="https://game-of-life.chrisnewtn.com/game-of-life.js"></script>
11+
<script type="application/ld+json">
12+
{
13+
"@context": "https://schema.org",
14+
"@type": "ProfilePage",
15+
"dateCreated": "2024-01-25T14:44:29Z",
16+
"dateModified": "2025-05-08T14:01:36Z",
17+
"mainEntity": {
18+
"@type": "Person",
19+
"email": "mailto:[email protected]",
20+
"image": "profile.jpg",
21+
"jobTitle": "Software developer",
22+
"name": "Chris Newton",
23+
"url": "https://chrisnewtn.com"
24+
}
25+
}
26+
</script>
1127
</head>
1228
<body>
1329
<header class="site-wide">

0 commit comments

Comments
 (0)