Skip to content

Commit c043fd0

Browse files
committed
fix: remove redundant mainEntityOfPage from structured data
1 parent d12df85 commit c043fd0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/components/about-structured-data.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ export default function AboutStructuredData() {
2626
"name": `About ${appName}`,
2727
"description": `I'm ${PERSON_NAME} (${PERSON_ALTERNATE_NAME}), a ${PERSON_JOB_TITLE}.`,
2828
"url": `${NEXT_PUBLIC_APP_URL}/about`,
29-
"mainEntityOfPage": `${NEXT_PUBLIC_APP_URL}/about`,
3029
"primaryImageOfPage": {
3130
"@type": "ImageObject",
3231
"url": personImageUrl,

0 commit comments

Comments
 (0)