We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0e7136 commit 313827fCopy full SHA for 313827f
1 file changed
src/app/[username]/[articleHandle]/page.tsx
@@ -82,6 +82,7 @@ const Page: NextPage<ArticlePageProps> = async ({ params }) => {
82
"@context": "https://schema.org",
83
"@type": "Article",
84
name: article?.title,
85
+ headline: article?.title,
86
image: article?.cover_image ? getFileUrl(article?.cover_image) : undefined,
87
description: article?.excerpt ?? removeMarkdownSyntax(article?.body ?? ""),
88
url: `https://www.techdiary.dev/@${article?.user?.username}/${article?.handle}`,
0 commit comments