Resources/How to Add Organization Schema
Schema

How to Add Organization Schema

Organization schema with sameAs links tells AI engines your business is verified and trustworthy. Here's how to add it in minutes.

20 minBeginner

What is Organization Schema?

Organization schema tells AI engines: "This is a real, verified business with a presence across the web." The sameAs property links your website to your profiles on Google, Yelp, LinkedIn, and other platforms — creating a web of verification that AI engines use to confirm your business identity.

The Template

{
  "@context": "https://schema.org",
  "@type": "Organization",
  "name": "Your Business Name",
  "url": "https://yourbusiness.com",
  "logo": "https://yourbusiness.com/logo.png",
  "foundingDate": "2015",
  "description": "What your business does in 1-2 sentences",
  "contactPoint": {
    "@type": "ContactPoint",
    "telephone": "+1-555-000-0000",
    "contactType": "customer service",
    "availableLanguage": "English"
  },
  "sameAs": [
    "https://www.google.com/maps/place/your-business",
    "https://www.yelp.com/biz/your-business",
    "https://www.facebook.com/yourbusiness",
    "https://www.linkedin.com/company/yourbusiness",
    "https://twitter.com/yourbusiness",
    "https://www.bbb.org/us/your-business"
  ]
}

Where to Add It

Add this to the <head> section of your homepage, alongside your LocalBusiness schema. You can have multiple JSON-LD blocks on the same page.

Pro Tip: The More sameAs Links, the Better

Every verified profile you can link to increases your trustworthiness score with AI engines. Aim for at least 5-8 sameAs links.

Was this article helpful?

Want this done for you?

Click Elevate handles how to add organization schema and every other AEO fix for you. Starting at $997/month.