Skip to content

Commit 9a859f6

Browse files
committed
fix(seo): add creator organization to Dataset JSON-LD schema
1 parent 3a7c294 commit 9a859f6

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

index.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,12 @@
173173
"name": "Commercial Baking Ingredient Density & Volume-to-Weight Conversion Dataset",
174174
"description": "A curated reference database of 40+ common baking ingredients containing empirical bulk density values (g/ml) for instant two-way conversion between volume and metric weight.",
175175
"license": "https://creativecommons.org/publicdomain/zero/1.0/",
176-
"isAccessibleForFree": true
176+
"isAccessibleForFree": true,
177+
"creator": {
178+
"@type": "Organization",
179+
"name": "BakeCost Studio",
180+
"url": "https://bake.skillary.ai/"
181+
}
177182
}
178183
]
179184
}

0 commit comments

Comments
 (0)