Organization schema with sameAs links tells AI engines your business is verified and trustworthy. Here's how to add it in minutes.
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.
{
"@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"
]
}
Add this to the <head> section of your homepage, alongside your LocalBusiness schema. You can have multiple JSON-LD blocks on the same page.
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?