We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f0e185 commit 73020f9Copy full SHA for 73020f9
1 file changed
src/pages/portfolio/index.astro
@@ -115,6 +115,8 @@ const categoryColors: Record<string, string> = {
115
itemscope
116
itemtype="https://schema.org/SoftwareApplication"
117
>
118
+ <meta itemprop="operatingSystem" content="Web" />
119
+ <meta itemprop="url" content={`${siteUrl}/portfolio/${item.id}/`} />
120
<div class="mb-4 flex items-center justify-between">
121
<span class={`inline-block rounded-full border px-3 py-1 text-xs font-semibold ${categoryColors[item.data.category] || categoryColors["Development"]}`} itemprop="applicationCategory">
122
{item.data.category}
0 commit comments