Skip to content

Commit b107953

Browse files
authored
Merge pull request #666 from novomusica/patch-1
Update product-jsonld.tpl - Unexpected type for brand. Expected types: Brand, Organization
2 parents d2a6929 + 8e2faf1 commit b107953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/_partials/microdata/product-jsonld.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
}
4545
{elseif $shop.name},
4646
"brand": {
47-
"@type": "Thing",
47+
"@type": "Organization",
4848
"name": "{$shop.name}"
4949
}
5050
{/if}

0 commit comments

Comments
 (0)