Skip to content

Commit 8f0e185

Browse files
authored
feat: add operating system metadata to portfolio items for enhanced structured data
1 parent 314526b commit 8f0e185

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/pages/portfolio/index.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ const structuredData = {
4949
applicationCategory: item.data.category,
5050
description: item.data.summary,
5151
url: `${siteUrl}/portfolio/${item.id}/`,
52+
operatingSystem: "Web",
5253
},
5354
})),
5455
},

0 commit comments

Comments
 (0)