Skip to content

Commit 0503e20

Browse files
committed
Remove comments regarding currently unsupported features of LD-JSON
1 parent d5a299e commit 0503e20

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

components/PageHead.tsx

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -117,22 +117,9 @@ export function PageHead({
117117
description,
118118
"author": {
119119
"@type": "Person",
120-
// TODO: Google Rich Search results recommends adding the url:
121-
// "url": "..."
122120
"name": config.author,
123121
},
124-
"image": socialImageUrl,
125-
// TODO: Figure out how to pull these from the Notion content
126-
//"datePublished": "2024-11-08",
127-
//"dateModified": "2024-11-08",
128-
//"wordCount": "488",
129-
//"keywords": [
130-
// "tags",
131-
// "should",
132-
// "be"
133-
// "here"
134-
//],
135-
//"articleBody": "..."
122+
"image": socialImageUrl
136123
})}
137124
</script>
138125
)}

0 commit comments

Comments
 (0)