We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5a299e commit 0503e20Copy full SHA for 0503e20
components/PageHead.tsx
@@ -117,22 +117,9 @@ export function PageHead({
117
description,
118
"author": {
119
"@type": "Person",
120
- // TODO: Google Rich Search results recommends adding the url:
121
- // "url": "..."
122
"name": config.author,
123
},
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": "..."
+ "image": socialImageUrl
136
})}
137
</script>
138
)}
0 commit comments