Skip to content

Website identity address is added as locationAddressId instead of location #347

@white-mark-w

Description

@white-mark-w

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions