Skip to main content
Intermediate2 min read470 words

The Complete WordPress Organization Schema Guide

Every field, every property, and why each one matters for AI system recognition

AI Verified Team29 April 2026

Why Organization Schema Is the Most Important Markup on Your Site

Of all the structured data you can add to a WordPress site, Organization schema has the highest impact on AI visibility. It is the markup that tells AI systems who you are — your name, what you do, where you are located, and how to verify your identity. Without it, AI systems must infer your identity from unstructured text, which produces inconsistent and often incorrect results.

The Minimum Viable Organization Schema

The minimum fields required for AI system recognition are: @type, name, url, and description. These four fields allow an AI system to identify your business and describe it accurately. Everything beyond this is an improvement, not a requirement.

The Full Field Set

A complete Organization schema for a WordPress business site should include all of the following:

  • @context: "https://schema.org"
  • @type: "Organization" (or a more specific subtype: "LocalBusiness", "ProfessionalService", "Corporation")
  • name: Your legal business name
  • alternateName: Trading name if different from legal name
  • url: Your canonical homepage URL
  • logo: ImageObject with URL, width, and height
  • description: One to two sentences describing what your business does
  • foundingDate: Year founded (YYYY format)
  • address: PostalAddress with streetAddress, addressLocality, addressRegion, postalCode, addressCountry
  • contactPoint: ContactPoint with telephone, email, contactType
  • sameAs: Array of authoritative external URLs

The sameAs Array: The Most Underused Field

The sameAs array is the field that most WordPress sites get wrong by omitting it entirely. It is an array of URLs that point to authoritative third-party records for your business — your Companies House page, your Wikidata entry, your LinkedIn company page, your Google Business Profile, your Crunchbase profile, and your AI Verified passport verification page.

AI systems use the sameAs array to cross-reference your identity claims. A business that links to its Companies House record is making a verifiable claim that can be independently confirmed. A business without sameAs links is making unverifiable claims that AI systems treat with lower confidence.

Adding Your AI Verified Passport to sameAs

Once you have an AI Verified passport, add your passport verification URL to the sameAs array: https://aiverified.io/v/[your-passport-hash]/. This connects your WordPress schema to an independently verified identity record and gives AI systems a machine-readable confirmation of your business's existence and verification status.