mirror of
https://github.com/xHyroM/website.git
synced 2024-11-10 01:38:05 +01:00
fix(pages): add name in schema to projects
This commit is contained in:
parent
bc2ba4cb65
commit
c79bd6ccae
1 changed files with 1 additions and 0 deletions
|
@ -86,6 +86,7 @@ for (const project of projects) {
|
|||
schemaOrg={{
|
||||
"@context": "https://schema.org/",
|
||||
"@type": "ItemList",
|
||||
name: "Projects",
|
||||
itemListElement: projects.map((project, i) => ({
|
||||
"@type": "ListItem",
|
||||
position: i + 1,
|
||||
|
|
Loading…
Reference in a new issue