DotVisible
Back to Blog

The Entity Home: How to Build Your Personal Authority Hub Online

Your entity home anchors how Google's Knowledge Graph sees you. Learn the 5 criteria, Person schema, and sameAs strategy that lift AI citations and conversions.

Marcus Chen | | Updated April 21, 2026 | ~5 min read
#entity home #personal brand #Knowledge Graph #Person schema #entity SEO

The Entity Home: How to Build Your Personal Authority Hub Online

When Google looks you up, it needs somewhere to send the mail.

Not metaphorically — literally. Google’s entity resolution system needs one central address that says: “This is the definitive source on who this person is.” One page it trusts above all others to confirm your name, your profession, your credentials, and why you matter.

That page is called your entity home. Without one, all the other signals you’ve built — your LinkedIn profile, press mentions, podcast appearances, social profiles — are floating, disconnected facts. Google has to piece together your identity like a puzzle with no reference image. The result is a fragmented, low-confidence entity record.

With a deliberate entity home, those signals converge. Google resolves your identity cleanly. And that clarity feeds directly into AI search systems, Knowledge Panels, and the trust signals that make buyers act.

[INTERNAL-LINK: Knowledge Graph Optimization → /blog/knowledge-graph-optimization/]

Key Takeaways

  • An entity home is the single page Google treats as the canonical source of truth for who you are — without one, your entity record stays fragmented.
  • Google uses five criteria to select an entity home: identity statement, internal link prominence, schema markup, outbound corroboration links, and URL stability.
  • Person entities in Google’s Knowledge Vault increased over 22-fold between May 2020 and March 2024 (Search Engine Land, 2024) — the window to establish yours is open now.
  • A properly built entity home lifted conversions by 6% for visitors who reached it (Jason Barnard / Search Engine Land, March 2026).
  • The sameAs array is the most underused signal: Wikidata appears in only 0.17% of pages but carries the highest trust weight (HTTP Archive Web Almanac, 2024).


What Is an Entity Home and Why Does It Matter for Your Personal Brand?

Google’s entity resolution system needs one page it can treat as ground truth. Jason Barnard, writing in Search Engine Land in March 2026, defines it precisely: “The entity home is the single page that anchors how algorithms, bots, and people understand your brand. It’s where algorithms resolve your identity, where bots map your footprint, and where humans verify trust before they convert.” Person entities in Google’s Knowledge Vault increased over 22-fold between May 2020 and March 2024 (Search Engine Land, 2024) — demand for clean entity records has never been higher.

For notable individuals — coaches, lawyers, founders, speakers, financial advisors, authors, athletes — the entity home is almost always the /about page on a personal domain. It’s the page where you make your most explicit identity statement. It holds your structured data. It links outward to your LinkedIn, press mentions, and corroborating sources. It’s the page the rest of your site points back to.

Think of it as your entity’s home address. Every other page on the web that mentions you is like a letter with your name on it. Google uses all those letters to build a picture of you. But it still needs one fixed address to resolve the final identity record.

[UNIQUE INSIGHT] Most personal brand websites bury the /about page in a navigation menu and link to it once. Google’s entity home criteria rewards pages with the strongest internal link prominence across the entire site. Treating your /about page like a blog post — rather than the canonical identity anchor it should be — is the single most common structural error we see in entity SEO audits.


How Does Google Choose an Entity Home?

Google doesn’t announce entity home selections, but Jason Barnard’s research in Search Engine Land (March 2026) identifies five criteria Google uses to make the determination — and each one is controllable.

Criterion 1: Most explicit identity statement. The page must say clearly, in plain text, who the person is. Not “Welcome to my site.” Something like: “Jane Morris is a certified financial planner and retirement income specialist based in Austin, Texas.”

Criterion 2: Strongest internal link prominence. Google tracks how many pages on your site link to this page. Your homepage, service pages, blog posts, and contact page should all link to your /about page — not the other way around.

Criterion 3: Best-structured schema markup with a stable @id. The page needs Person schema with a consistent @id URI that doesn’t change. This URI becomes Google’s internal reference handle for your entity.

Criterion 4: Clearest outbound links to corroborating third-party sources. Your entity home should link out to your LinkedIn profile, press coverage, speaker profiles, and Wikidata entry. Outbound links tell Google where to find corroboration.

Criterion 5: Most stable long-term URL. Google prefers pages that don’t move. A URL at yourname.com/about that has existed unchanged for two or more years carries more weight than a recently created page.

[CHART: Horizontal bar chart - “Five Criteria for Entity Home Selection” - Five bars representing relative controllability of each criterion (1-5 scale): URL stability 5/5, Schema markup 5/5, Internal link prominence 4/5, Outbound corroboration links 4/5, Identity statement clarity 5/5 - Source: Jason Barnard, Search Engine Land, March 2026]


How to Build an Entity Home Step by Step

Building an entity home is a structured process, not a one-time page edit. Each step builds on the previous one. Rushing ahead without completing the foundation means the schema you add later won’t have clean signals to reference.

Step 1: Claim Your Personal Domain

Your entity home must live on a domain you own. yourname.com is the default. If your name is common, yourfullname.com or firstnamelastnamepro.com works. What doesn’t work: a page on your employer’s website, a Squarespace subdomain, or a LinkedIn profile. Google needs a stable, self-controlled URL to anchor the entity home.

Step 2: Create a Dedicated /About Page

Create a page at yourname.com/about — not at the root URL. The root URL is your homepage; the about page is your identity statement. Write a 2-3 sentence bio that names your profession, your specialization, and your geographic or topical scope. This bio must match, word for word, the bio you use on LinkedIn, your speaker profile, and any press kit.

Every other page on your site should link to /about. Add it to your global navigation. Include a contextual link from your homepage. Link to it from every blog post you publish. The goal is for /about to hold the highest internal PageRank on your entire domain.

Step 4: Add Person Schema with a Stable @id

This is the technical layer that makes your entity home machine-readable. The @id you choose becomes your entity’s permanent identifier in Google’s graph. Do not change it after deployment.

[INTERNAL-LINK: Person schema markup → /blog/knowledge-graph-optimization/kg-5-schema-markup-personal-entity-optimization/]

{
  "@context": "https://schema.org",
  "@type": "Person",
  "@id": "https://yourname.com/about#person",
  "name": "Full Name",
  "description": "2-3 sentence professional bio",
  "jobTitle": "Professional Title",
  "url": "https://yourname.com",
  "image": "https://yourname.com/headshot.jpg",
  "sameAs": [
    "https://www.linkedin.com/in/yourname",
    "https://twitter.com/yourhandle",
    "https://www.instagram.com/yourhandle",
    "https://www.youtube.com/@yourchannel",
    "https://en.wikipedia.org/wiki/YourName",
    "https://www.wikidata.org/wiki/QxxxxxxX"
  ],
  "worksFor": {
    "@type": "Organization",
    "name": "Company Name",
    "url": "https://company.com"
  },
  "knowsAbout": ["Topic 1", "Topic 2", "Topic 3"]
}

JSON-LD is now used on 41% of pages, up from 34% in 2022, with Article → author → Person schema appearing across 925,000 tracked implementations (HTTP Archive Web Almanac 2024 / Search Engine Journal). Adoption is rising — but most implementations are incomplete. The sameAs array and @id are the two properties most frequently missing.

Your entity home should link out to every major platform profile you own. These outbound links are the bridge between your entity home and your broader entity corroboration network. Include them as visible links in your bio section, not just in schema. Google reads both.



What Should Go in Your sameAs Array?

The sameAs property is where most entity homes underperform. It’s the mechanism Google uses to connect your entity home to every external profile and reference page that talks about you. The platforms you include — and their order of authority — signal Google’s confidence level in your entity.

Here’s the priority list from highest to lowest entity authority:

  1. Wikidata (highest trust — Google’s preferred corroboration; only 0.17% of pages use it)
  2. Wikipedia (very high authority; 0.13% adoption in sameAs arrays)
  3. LinkedIn (high authority; approximately 1.11% adoption)
  4. YouTube channel
  5. Twitter/X
  6. Instagram (3.67% adoption, medium authority)
  7. Facebook (4.53% adoption, medium authority)
  8. GitHub / Google Scholar (niche authority platforms for technical or academic entities)
  9. Crunchbase / Forbes contributor (business and executive entities)

[PERSONAL EXPERIENCE] In our entity audits at DotVisible, we see a consistent pattern: professionals list Facebook and Instagram in their sameAs arrays while omitting Wikidata and LinkedIn. They’re including the high-adoption, low-authority platforms and skipping the low-adoption, high-authority ones. Wikidata appears in only 0.17% of pages (HTTP Archive Web Almanac, 2024), which means adding it gives you a genuine structural advantage that very few competitors have.

[CHART: Horizontal bar chart - “sameAs Adoption Gap: Platform Adoption vs. Authority Value” - Platforms listed with adoption percentage and authority tier: Facebook 4.53% Medium, Instagram 3.67% Medium, LinkedIn 1.11% High, Wikidata 0.17% Very High, Wikipedia 0.13% Very High - Label: “Lower adoption + higher authority = bigger competitive advantage” - Source: HTTP Archive Web Almanac 2024]


Does Your Entity Home Affect AI Search Citations?

Yes — and the effect is measurable. Sites with over 32,000 referring domains are 3.5x more likely to be cited by ChatGPT than sites with up to 200 referring domains (SE Ranking study via Position.Digital, November 2025). A strong entity home contributes directly to the domain authority and entity clarity that AI systems use when selecting sources to cite.

The mechanism works like this. When AI systems like ChatGPT, Perplexity, or Google’s AI Overviews construct an answer, they pull from sources that have clear entity attribution. An entity home with complete Person schema, a stable @id, and a populated sameAs array gives AI systems exactly the structured signal they need to attribute information correctly. Without it, your content might get used — but your name won’t get cited.

Person entities with E-E-A-T-friendly subtitles surged 38% during the March 2024 Knowledge Graph update (Search Engine Land / Kalicube data, March 2024). That surge reflects Google’s increasing preference for entities with clear, structured identity signals rather than implicit recognition from backlinks alone.

[CITATION CAPSULE] Person entities in Google’s Knowledge Vault increased over 22-fold between May 2020 and March 2024, while entities with E-E-A-T-friendly subtitles surged 38% during the March 2024 update (Search Engine Land / Kalicube data, 2024). An entity home with complete Person schema and a stable @id is the foundational signal that positions a Person entity for inclusion in this growing graph.

[INTERNAL-LINK: get into Google’s Knowledge Graph → /blog/knowledge-graph-optimization/kg-4-how-to-get-into-google-knowledge-graph/]


Why Does an Entity Home Matter Beyond Search Rankings?

The business case for an entity home extends well beyond SEO metrics. CEO reputation contributes to nearly 44% of company market value (Weber Shandwick CEO Reputation Premium study). For individual professionals — coaches, lawyers, financial advisors, speakers — personal authority is the business. The entity home is where that authority becomes verifiable online.

Consider what happens when a prospective client searches your name before a discovery call. They land on your /about page, or Google surfaces it in a Knowledge Panel. They see a clear, confident identity statement. They see press mentions, LinkedIn, and verified profiles linked directly from the page. That verification takes 30 seconds and either builds or breaks trust.

75% of B2B buyers say a specific piece of thought leadership led them to research a product they weren’t previously considering (Edelman-LinkedIn B2B Thought Leadership Study, 2024). Your entity home isn’t just a technical SEO asset. It’s the trust verification layer that converts curious searchers into warm prospects.

Jason Barnard’s research found that improving an entity home page alone lifted conversions by 6% for visitors who reached it (Search Engine Land, March 2026). For a professional billing at $500 per hour, a 6% lift on inbound inquiries is a meaningful number.

[INTERNAL-LINK: personal entity building → /blog/personal-entity-building/]


Use this checklist before and after building your entity home. The “Required” column covers the minimum viable entity home. The “Recommended” column covers the signals that separate a good entity home from a great one.

[CHART: Two-column checklist table - “Entity Home Implementation Checklist” - Required column: Dedicated personal domain (yourname.com), About/bio page at /about, Person schema with @id, name/jobTitle/description in schema, image (professional headshot), sameAs array (min. 4 platforms), LinkedIn in sameAs, Consistent bio (2-3 sentences same across web), Outbound links to press/media mentions, Internal links from homepage to /about - Recommended/Optional column: Wikidata in sameAs, Wikipedia in sameAs (if eligible), worksFor organization schema, alumniOf institution schema, knowsAbout topics array, speakable schema (AI citation signal), award property - Source: Jason Barnard SEL March 2026 + HTTP Archive Web Almanac 2024]

The two most impactful items on the recommended list are speakable schema and Wikidata in sameAs. The speakable schema property explicitly tells AI systems which passages on your page are citation-worthy. Wikidata in your sameAs array gives Google a structured, machine-readable corroboration source it trusts above almost all others.

Google’s algorithmic confidence that an entity is unambiguously a Person rose from 70.16% to 76.78% during the June 2025 Knowledge Graph cleanup, which removed over 3 billion entities (Search Engine Land, June 2025). Entities that survived that cleanup — and saw their confidence score rise — shared one characteristic: complete, well-structured entity homes.

[INTERNAL-LINK: Knowledge Panel optimization → /blog/knowledge-panels/kp-2-knowledge-panel-optimization/]


Frequently Asked Questions

What is an entity home in SEO?

An entity home is the single web page Google recognizes as the most authoritative source for factual information about a given entity. For individuals, it’s typically the /about page on a personal domain. It anchors how algorithms resolve your identity, how AI systems attribute content to you, and how humans verify your credibility before they engage. Improving it alone lifted conversions by 6% for visitors who reached it (Jason Barnard / Search Engine Land, March 2026).

Does my entity home have to be on my own website?

It should be. Google’s five entity home criteria — explicit identity statement, internal link prominence, structured schema, outbound corroboration links, and URL stability — are all easiest to control on a domain you own. A LinkedIn profile or a page on your employer’s site can’t meet all five. Without your own domain, you’re letting a third party’s priorities determine how Google resolves your identity.

How long does it take for Google to recognize my entity home?

Recognition timing varies, but the typical range is 3 weeks to 3 months from the completion of a full entity home implementation (Kalicube, 2024). Pages that already have inbound links, existing press mentions, and social profiles with consistent bios tend to see faster uptake. The @id URI in your Person schema is often the trigger — once Google processes it alongside your sameAs array, entity resolution accelerates.

What is the sameAs property and why does it matter?

The sameAs property in Person schema is a list of URLs that Google should treat as references for the same entity. It connects your entity home to every profile and page that talks about you — LinkedIn, Wikidata, Wikipedia, social accounts, and press profiles. Wikidata in your sameAs array is especially valuable: it appears in only 0.17% of pages (HTTP Archive Web Almanac, 2024) but carries very high entity trust weight.

Can I have more than one entity home?

Technically, no. Google selects one page per entity as the home. A common mistake is having two pages that compete for the role — a homepage that includes a bio and an /about page that duplicates it. Google resolves this ambiguity by picking the one with stronger signals, but the competition between them weakens both. The fix is to consolidate your identity statement on /about and have every other page point to it.



Your Entity Home Is the Foundation, Not a Feature

Most professionals treat their /about page as an afterthought. Written once. Never updated. Never given a deliberate internal link from the rest of the site. That approach made sense in the keyword era. It doesn’t make sense in 2026.

Google’s Knowledge Graph now holds over 1.6 trillion facts on 54 billion entities (Search Engine Land, 2024). AI systems are pulling from that graph to construct answers, citations, and recommendations. The professionals who get cited are the ones Google can resolve cleanly — and clean resolution starts with a well-built entity home.

The steps aren’t complex. A personal domain, a clear identity statement, complete Person schema with a stable @id, a populated sameAs array that includes Wikidata and LinkedIn, and internal links from every page on your site pointing to /about. That’s the foundation.

86% of B2B buyers say they’d invite a company producing consistent quality thought leadership content to an RFP they weren’t otherwise considering (Edelman-LinkedIn B2B Thought Leadership Study, 2024). Your entity home is what makes your thought leadership attributable. Build the anchor first, then build everything else on top of it.

[INTERNAL-LINK: Knowledge Panel optimization → /blog/knowledge-panels/kp-2-knowledge-panel-optimization/]


What to Do Next

You now know what an entity home is, how Google selects one, and what yours needs to contain. The next question is: does your current website qualify? Most professionals are surprised to discover what’s missing.

The fastest way to understand your current Knowledge Graph status and AI visibility is a Digital Footprint Audit. It maps where you appear, what’s missing, and what conflicting signals are holding you back — across Google, AI engines, and the 50+ platforms that feed entity recognition.

Get Your Free Digital Footprint Audit →

No obligation. 15 minutes. You’ll walk away knowing exactly where you stand.

← Previous

No previous post

Next →

No next post