BrandFree

Social Profile Links

Counts links to social profiles (LinkedIn, Twitter/X, YouTube, GitHub, etc.) and checks for sameAs schema. Cross-platform presence builds brand identity.

Why It Matters for AI Visibility

Social profile links help AI engines verify that your brand is real and active across platforms. When ChatGPT, Perplexity, or Google AI Overviews evaluate whether to cite a source, they look for signals that the entity behind the content is legitimate. Links to established social profiles on LinkedIn, Twitter/X, YouTube, and other platforms provide that verification. These links also feed into the knowledge graph that AI engines build about your brand. Google AI Overviews draws on structured entity data, and social profile URLs in your schema markup's sameAs property directly contribute to how Google understands your organization. Perplexity's real-time search can cross-reference your social presence when evaluating source authority. Without social profile links, your site appears less connected to the broader web. A brand with zero social presence looks like a thin or disposable site to AI systems. Even three verified social profiles transform your site from an anonymous page into a recognized entity that AI engines can corroborate across platforms.

How We Score It

The analyzer checks for links to seven social platforms: LinkedIn, Twitter/X, Facebook, Instagram, YouTube, GitHub, and TikTok. It scans two sources: page links (all anchor tags on the page) and schema sameAs properties in Organization, LocalBusiness, or Person JSON-LD markup. Platforms found in either source count toward your score. The formula scales to a maximum of 10: zero platforms scores 0, one platform scores 3, two platforms scores 7, and three or more platforms earns a perfect 10. You need just three platforms for full marks. The analyzer cross-references both sources. If a platform appears in your page links but not in your schema sameAs, it still counts for the score, but the analyzer recommends adding it to sameAs for maximum AI discoverability.
See how your site scores on this factorAnalyze My Site

How to Improve

  • 1

    Add social links to your site footer on every page

    Place links to your active social profiles in the footer so they appear on every page the analyzer checks. The analyzer only detects links on the page being analyzed -- if your social links live exclusively on your About page, they will not be found when analyzing your homepage.

  • 2

    Include at least three platforms for a perfect score

    Choose the three most relevant platforms for your industry. For B2B: LinkedIn, Twitter/X, and YouTube. For B2C: Instagram, Facebook, and YouTube. For tech companies: GitHub, Twitter/X, and LinkedIn. Any combination of three earns a perfect 10.

  • 3

    Add social URLs to your Organization schema sameAs property

    The sameAs array in your JSON-LD schema tells AI engines which social profiles belong to your brand. This structured data is directly consumed by Google AI Overviews for entity resolution. Add every active profile URL to the sameAs array.

  • 4

    Use standard platform URLs the analyzer recognizes

    Link to the canonical platform domains: linkedin.com, twitter.com or x.com, facebook.com, instagram.com, youtube.com, github.com, and tiktok.com. Custom short URLs or redirect links may not be matched by the platform detection patterns.

Before & After

Before
<footer>
  <p>Copyright 2025 Acme Inc.</p>
</footer>
After
<footer>
  <nav>
    <a href="https://linkedin.com/company/acme">LinkedIn</a>
    <a href="https://twitter.com/acmeinc">Twitter</a>
    <a href="https://youtube.com/@acme">YouTube</a>
  </nav>
  <p>Copyright 2025 Acme Inc.</p>
</footer>

Code Examples

Organization schema with sameAs

{
  "@context": "https://schema.org",
  "@type": "Organization",
  "name": "Acme Inc.",
  "url": "https://acme.com",
  "logo": "https://acme.com/logo.png",
  "sameAs": [
    "https://linkedin.com/company/acme",
    "https://twitter.com/acmeinc",
    "https://youtube.com/@acme",
    "https://github.com/acme"
  ]
}

Footer with social links

<footer>
  <nav aria-label="Social profiles">
    <a href="https://linkedin.com/company/acme">LinkedIn</a>
    <a href="https://twitter.com/acmeinc">Twitter</a>
    <a href="https://youtube.com/@acme">YouTube</a>
    <a href="https://github.com/acme">GitHub</a>
  </nav>
</footer>

Frequently Asked Questions

Do social links need to be in both the page HTML and schema?

Not for the base score -- platforms found in either location count. But having them in both is best practice. The analyzer specifically recommends adding page-linked platforms to your schema sameAs for maximum AI discoverability through both structured data and visible links.

Which three social platforms should I prioritize?

It depends on your industry. B2B companies should prioritize LinkedIn, Twitter/X, and YouTube. B2C brands should focus on Instagram, Facebook, and YouTube. Tech companies benefit most from GitHub, Twitter/X, and LinkedIn. Any three earns a perfect score.

Does linking to social platforms from a different page count?

Only links on the analyzed page are checked. If your social links are only on your About page, they will not be detected when analyzing your homepage. Add social links to your site footer so they appear on every page.

Related Factors

Check Your GEO Score

Run a free analysis on your website and see how you score across all 52 factors.

Analyze My Site