diff --git a/packages/webapp/components/PostSEOSchema.tsx b/packages/webapp/components/PostSEOSchema.tsx index 0695abf50a..c354a9a830 100644 --- a/packages/webapp/components/PostSEOSchema.tsx +++ b/packages/webapp/components/PostSEOSchema.tsx @@ -149,8 +149,7 @@ export const getBreadcrumbJsonLd = (post: Post): string => { { '@type': 'ListItem', position: 3, - name: post.title, - item: post.commentsPermalink, + name: post.title || post.sharedPost?.title || 'Post', }, ], });