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 647f5ba commit 97a0192Copy full SHA for 97a0192
src/pages/news/article/[id]/index.astro
@@ -74,7 +74,7 @@ const authors = await Promise.all(
74
wordCount,
75
datePublished: dayjs(article.data.date).format("YYYY-MM-DD"),
76
abstract: article.data.excerpt ?? "",
77
- isAccessibleForFree: "https://schema.org/True",
+ isAccessibleForFree: true,
78
author: authors.map((author) => ({
79
"@type": "Person",
80
name: author.data.name,
0 commit comments