We respect your privacy.

We use strictly necessary cookies to keep you signed in and to protect against CSRF. With your permission we also use a small amount of first-party analytics to improve the product. We do not sell your data and we do not use third-party advertising trackers. See our cookie policy and privacy policy .

← All learn topics

Rule site.organization.sameAs-thin

Add at least 3 sameAs profile URLs to your Organization schema

site.organization.sameAs-thin is a check in Crawlmind's site audit that grades medium-impact issues of this kind. This page explains why the rule matters and the exact fix.

Impact: mediumEffort: lowFixable: 1-click

Why it matters

AI engines build a "is this a real entity" signal from the graph of profile URLs an Organization claims it controls. A thin sameAs array (zero, one, or two entries) makes the entity look new or under-verified, weakening citation likelihood. Adding 3 to 5 verifiable profile URLs typically lifts entityClarity by 10 to 15 points.

The fix

```json
{
  "@context": "https://schema.org",
  "@type": "Organization",
  "@id": "https://example.com/#organization",
  "name": "Example",
  "url": "https://example.com",
  "sameAs": [
    "https://www.linkedin.com/company/example",
    "https://twitter.com/example",
    "https://github.com/example",
    "https://www.crunchbase.com/organization/example"
  ]
}
```

Pick profiles that you actually maintain. A dormant LinkedIn page is a worse signal than no LinkedIn at all once an engine fetches it and sees the last post was three years ago.

Strong candidates: LinkedIn company page, X / Twitter, GitHub organisation, Crunchbase, Wikipedia (if you have one), Wikidata, AngelList/Wellfound, YouTube channel, Bluesky.

References