Description
The address is added as "locationAddressId" which is not recognized by schema.org as it should be "location"
"copyrightHolder": {
"@type": "ClothingStore",
"name": "company",
"description": "xxx ",
"email": "xxx",
"image": {
"@type": "ImageObject",
"url": "",
"height": 400,
"width": 400
},
"contactPoint": [
{
"@type": "ContactPoint",
"contactType": "customer service",
"telephone": ""
}
],
"locationAddressId": {
"@type": "PostalAddress",
"addressCountry": "NL",
"addressLocality": "xxx",
"addressRegion": null,
"postalCode": "xxx",
"streetAddress": "xxx "
},
},
How to reproduce
Add an address to Global Metadata > website identity and check your page source
Sprout Version
4.45.1
Craft Version
4.13.2
Database Type Version
MySQL
Description
The address is added as "locationAddressId" which is not recognized by schema.org as it should be "location"
"copyrightHolder": {
"@type": "ClothingStore",
"name": "company",
"description": "xxx ",
"email": "xxx",
"image": {
"@type": "ImageObject",
"url": "",
"height": 400,
"width": 400
},
"contactPoint": [
{
"@type": "ContactPoint",
"contactType": "customer service",
"telephone": ""
}
],
"locationAddressId": {
"@type": "PostalAddress",
"addressCountry": "NL",
"addressLocality": "xxx",
"addressRegion": null,
"postalCode": "xxx",
"streetAddress": "xxx "
},
},
How to reproduce
Add an address to Global Metadata > website identity and check your page source
Sprout Version
4.45.1
Craft Version
4.13.2
Database Type Version
MySQL