We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d12df85 commit c043fd0Copy full SHA for c043fd0
1 file changed
src/components/about-structured-data.tsx
@@ -26,7 +26,6 @@ export default function AboutStructuredData() {
26
"name": `About ${appName}`,
27
"description": `I'm ${PERSON_NAME} (${PERSON_ALTERNATE_NAME}), a ${PERSON_JOB_TITLE}.`,
28
"url": `${NEXT_PUBLIC_APP_URL}/about`,
29
- "mainEntityOfPage": `${NEXT_PUBLIC_APP_URL}/about`,
30
"primaryImageOfPage": {
31
"@type": "ImageObject",
32
"url": personImageUrl,
0 commit comments