How to fix org missing sameas on WooCommerce
Add a `sameAs` array to your Organization structured data, linking to your official social profiles, Wikipedia page, LinkedIn, and other authoritative directories so search engines can confidently identify your brand as a distinct entity.
Steps for WooCommerce
- Install the free Yoast SEO or Rank Math plugin if not already active.
- For Yoast SEO: go to Yoast SEO → Settings → Site representation; fill in your organization name, logo, and then scroll to 'Other profiles' to add all your social/profile URLs — Yoast automatically outputs these as `sameAs` in JSON-LD.
- For Rank Math: go to Rank Math → Titles & Meta → Local SEO → Social Profiles; enter each URL; Rank Math injects them into the Organization schema site-wide.
- If you prefer manual control, add the JSON-LD snippet via your child theme's `functions.php` using `wp_head` action hook, or use the 'Insert Headers and Footers' plugin to paste the script into the <head>.
- Verify the output with Google's Rich Results Test.
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Your Brand Name",
"url": "https://www.yourdomain.com",
"logo": "https://www.yourdomain.com/logo.png",
"sameAs": [
"https://www.linkedin.com/company/your-brand",
"https://www.facebook.com/yourbrand",
"https://www.instagram.com/yourbrand",
"https://twitter.com/yourbrand",
"https://www.youtube.com/@yourbrand",
"https://en.wikipedia.org/wiki/Your_Brand",
"https://www.wikidata.org/wiki/Q000000",
"https://www.crunchbase.com/organization/your-brand"
]
}What is org missing sameas?
Structured data is hidden code on your website that tells search engines facts about your business in a standardized language they understand. One of the most powerful pieces of that code is the `Organization` schema, which describes who you are. Inside it, the `sameAs` property is a list of URLs — your LinkedIn page, Facebook, Instagram, Wikipedia entry, Wikidata record, and so on — that all point to the same real-world business. Think of it as giving Google a collection of "proof links" that confirm your brand identity across the web.
Search engines build a mental map of the web called a Knowledge Graph, where businesses, people, and concepts exist as distinct "entities." Without `sameAs` links, Google may struggle to connect your website to the broader signals about your brand that already exist across the web, weakening your entity authority. Strong entity recognition improves your chances of appearing in AI-generated answers (AEO / SGE), earning a Knowledge Panel in search results, and ranking for branded queries. It also makes your brand more resistant to being confused with competitors or namesakes, protecting the organic traffic you've already earned.
See the complete Org missing sameas guide for every platform and the full background.
Not sure if your WooCommerce store has this?
Run a free SEOLZ audit — we’ll find org missing sameas and every other issue across your whole site.
Scan my site free