On this page:
This is some text inside of a div block.
This is some text inside of a div block.
This is some text inside of a div block.

Organization Schema for Webflow Websites

The Organization schema tells search engines WHO you are as a business entity. It powers the Knowledge Panel that appears when someone searches for your company name.

Why Organization Schema Matters

When you search for a company like "Apple" or "Nike", Google shows a Knowledge Panel on the right side with:

  • Logo and name
  • Description
  • Social media links
  • Contact information
  • Key facts

This information comes from Organization schema combined with Google's Knowledge Graph. Without it, Google guesses-and often guesses wrong.

What Schema-HQ Generates

Schema-HQ outputs Organization schema in the @graph format, which combines:

  1. Organization - Your company entity
  2. WebSite - Your website as a distinct entity (with SearchAction for sitelinks searchbox)
{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Organization",
      "@id": "https://yoursite.com/#organization",
      "name": "Your Company",
      "url": "https://yoursite.com",
      ...
    },
    {
      "@type": "WebSite",
      "@id": "https://yoursite.com/#website",
      "name": "Your Company",
      "url": "https://yoursite.com",
      "publisher": { "@id": "https://yoursite.com/#organization" },
      ...
    }
  ]
}

Field Tiers

We organize Organization fields into 8 tiers based on importance:

Tier 1: Essential (7 fields)

The basics every organization needs:

Tier 2: Recommended (15 fields)

Important for rich results and Knowledge Panel:

Tier 3: Disambiguation (9 fields)

Business identifiers for enterprise/B2B:

Tier 4: Structure (11 fields)

Corporate hierarchy and relationships:

Tier 5: Operations (14 fields)

Business operations details:

Tier 6: Policies (8 fields)

For news organizations and publishers:

Tier 7: Credentials (6 fields)

Certifications, awards, accreditations:

Tier 8: Advanced (12 fields)

Specialized fields for specific use cases:

Which Fields Should I Use?

Every organization should have:

  • Tier 1 Essential fields (all 7)
  • description from Tier 2
  • sameAs for social profiles

B2B and enterprise companies should add:

  • legalName and alternateName
  • Tier 3 Disambiguation fields (DUNS, LEI, etc.)
  • Tier 4 Structure fields if you have parent/subsidiary relationships

News organizations and publishers should add:

  • Tier 6 Policies fields (Google News requires these)

Organizations with certifications should add:

  • Tier 7 Credentials fields
On this page:
This is some text inside of a div block.
This is some text inside of a div block.
This is some text inside of a div block.

Need help with schema on your site?

We implement structured data for Webflow sites — from audit to deployment.

Work with us

Work with us