We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 579c29a commit b995f4dCopy full SHA for b995f4d
1 file changed
src/layouts/Layout.astro
@@ -43,7 +43,7 @@ const structuredData = {
43
{
44
"@type": "Person",
45
name: `${author}`,
46
- url: `${profile}`,
+ ...(profile && { url: profile }),
47
},
48
],
49
};
0 commit comments