Skip to content

brando:hasProductPersona

Property: Has Product Persona

Brando property reference
Defined in the Brando vocabulary.


Brand > Property > Brand :: hasProductPersona

Canonical URL: https://brandoschema.com/properties/hasProductPersona Check for open issues.


Definition

Links the node to one or more persona-card entities associated with its offer portfolio.


Values expected to be one of these types

  • brando:PersonaCard
  • List of brando:PersonaCard values

Used on these types

  • brando:Brand

Example (JSON-LD)

{
  "@context": {
    "schema": "https://schema.org/",
    "brando": "https://brandoschema.com/"
  },
  "@type": "brando:Brand",
  "schema:name": "Example Brand",
  "brando:hasProductPersona": {
    "@id": "https://example.com/example",
    "@type": "brando:PersonaCard"
  }
}

Example (YAML)

@context:
  schema: https://schema.org/
  brando: https://brandoschema.com/

@type: brando:Brand
schema:name: Example Brand

brando:hasProductPersona: {'@id': 'https://example.com/example', '@type': 'brando:PersonaCard'}

Acknowledgements

This element is based on the work of Advanced Analytica. Many Type and Property definitions are inspired by extensive analysis of brand guidelines, governance systems, and AI content-safety practices.