How to fix org missing sameas on Adobe Commerce (Magento)

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 Adobe Commerce (Magento)

  1. In your Magento admin, go to Content → Design → Configuration → select your store view → Edit.
  2. Scroll to 'HTML Head' → 'Scripts and Style Sheets' and paste the Organization JSON-LD block (with `sameAs`) there, wrapped in `<script type='application/ld+json'>` tags.
  3. Alternatively, edit your theme's `default_head_blocks.xml` layout file to add a structured-data block via a custom module for more maintainable deployment.
  4. Flush the Magento cache (System → Cache Management → Flush Cache), then verify with Google's Rich Results Test.
Official Adobe Commerce (Magento) documentation ↗
{
  "@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 Adobe Commerce (Magento) 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

Fix org missing sameas on another platform