SiteBrandIdentity
SiteBrandIdentity
A named public brand associated with the site organization.
Properties
id
string
Absolute or site-relative JSON-LD identifier. Defaults to #brand.
identifiers
Generic identifiers associated with this brand.
name
string
Public brand name.
Example
Required
{
"name": "example"
}
Full
{
"id": "example",
"identifiers": [
{
"propertyID": "example",
"value": "example"
}
],
"name": "example"
}
examples are generated from the schema.