Skip to content
Structured Data & Schema

Organization Schema: How to Add It to Your Homepage

Adding Organization structured data to your homepage improves how Google understands your business entity — critical for GMC trust.

April 13, 2026

Invalid schema breaks your Shopping feed connection.

FeedShield catches issues like this automatically. Run a free audit before it costs you.

Why Organization Schema Matters for GMC

Google's quality reviewers and automated systems look for Organization schema on merchant websites as a business legitimacy signal. It tells Google clearly: who you are, where you're located, how to contact you, and what your official web presence is.

Merchants with complete Organization schema are less likely to trigger misrepresentation flags.

What to Include

Required for GMC purposes:

  • name — Your business name (must match GMC exactly)
  • url — Your website homepage URL
  • contactPoint — Your customer service contact information

Strongly recommended:

  • logo — URL to your logo image
  • address — Your business address
  • sameAs — URLs of your official social profiles and third-party listings (Google Business Profile, Facebook, LinkedIn, Yelp)

Example JSON-LD

{ "@context": "https://schema.org", "@type": "Organization", "name": "Your Business Name", "url": "https://yourdomain.com", "logo": "https://yourdomain.com/logo.png", "contactPoint": { "@type": "ContactPoint", "contactType": "customer service", "email": "support@yourdomain.com", "availableLanguage": "English" }, "address": { "@type": "PostalAddress", "streetAddress": "123 Main St", "addressLocality": "New York", "addressRegion": "NY", "postalCode": "10001", "addressCountry": "US" }, "sameAs": [ "https://www.facebook.com/yourbusiness", "https://www.linkedin.com/company/yourbusiness" ] }

Placement

Add this JSON-LD block to your homepage only (or at most your homepage and About page). Do not include it on every page — it's entity-level information, not page-level.

Validating

Test with Google's Rich Results Test. For Organization schema it won't show as an eligible rich result type, but you can verify Google parsed it correctly without errors.