SEO for Solos
schema.org/BrandNo rich result

Brand schema

A brand, as distinct from the legal organisation that owns it and sells under it.

Where to use it

Nested inside Product, as the brand property. Brand is not a substitute for Organization: reference the organisation by @id and reserve Brand for the trade name customers see.

A complete example

Valid as written, with every required property and the recommended ones that carry real information. Shown inside its documented parent, Product, because that is the shape a page actually ships.

brand.json
{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "Acme Reference",
  "brand": {
    "@type": "Brand",
    "name": "Acme Reference",
    "logo": "https://www.seoforsolos.com/icon.svg",
    "url": "https://www.seoforsolos.com/example"
  }
}

Generate a Brand node with your own values in the schema generator, and lint what your page actually ships with the schema validator.

Properties

Brand properties
PropertyStatus
nameRequired
logoRecommended
urlRecommended

The three mistakes this type attracts

  1. 01Duplicating Organization as Brand rather than referencing it.
  2. 02A logo URL that 404s.
  3. 03Using it where the brand and the organisation are the same and already declared.

Related types

Where this appears in the playbook

Questions

What is the Brand schema type for?

A brand, as distinct from the legal organisation that owns it and sells under it. Use it on: nested inside Product, as the brand property. Brand is not a substitute for Organization: reference the organisation by @id and reserve Brand for the trade name customers see.

Which Brand properties are required?

Brand requires one property: name. It also recommends 2: logo, url.

Does Brand produce a rich result?

Brand does not produce a Google rich result. It is still worth shipping, because its value is entity resolution and answer extraction rather than search result presentation.

What is the most common Brand mistake?

The most common Brand mistake is: Duplicating Organization as Brand rather than referencing it.

Product analytics are optional. On the skill page, X advertising measurement is also optional and shares your visit and ad identifiers with X. Both are off until you allow them. Privacy policy.