
This check flags a site with no About page: no single place that says who runs it, what they do, and why they are worth trusting. The stakes are credibility. A reader who cannot find out who is behind a site, and a quality rater trying to assess the same thing, both come up empty, which weakens every other trust signal you have built.
What this check flags and why it matters
The About page is where a site establishes its identity: the people or organization behind it, their background, their mission, and how to reach them. Google's Quality Rater Guidelines have raters look up who is responsible for a site, and the About page is the first place they look. Be straight about the mechanism: E-E-A-T is a rater framework, not a direct ranking factor. Raters evaluate; systems approximate. An About page will not rank you, but its absence makes a site look faceless, and faceless sites earn less trust from readers, raters, and AI systems trying to attribute content to a known entity.
Author bios vs the About page
These solve different problems and are easy to confuse. An author bio establishes who wrote a specific article. The About page establishes who runs the whole operation. A site can have solid per-article bios and still fail this check because there is no organizational identity behind them. The two work together: the About page vouches for the organization, and author pages vouch for individual writers. On a YMYL site especially, a reader deciding whether to trust health or money advice will look for both before they act.
Backing the page with Organization schema
The About page should be a real, human-readable page first. Reinforce it with Organization schema so machines can read the same identity, and reference the About URL where the entity is described:
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "SEO ProCheck",
"url": "https://seoprocheck.com/",
"logo": "https://seoprocheck.com/logo.png",
"description": "Technical SEO auditing and field guides.",
"foundingDate": "2019",
"founder": { "@type": "Person", "name": "Claude Vincent" },
"sameAs": [
"https://www.linkedin.com/company/seoprocheck",
"https://x.com/seoprocheck"
],
"contactPoint": {
"@type": "ContactPoint",
"contactType": "customer support",
"email": "hello@seoprocheck.com"
}
}The sameAs links tie the organization to its established profiles, and contactPoint mirrors the contact details a reader finds on the page. Keep the schema and the visible page consistent.
What a trustworthy About page includes
| Element | Weak version | Trust-building version |
|---|---|---|
| Who runs it | "We are a team of experts" | Named people with real photos and roles |
| Background | "Years of experience" | Founding year, track record, specifics |
| Mission | Generic mission statement | A clear, specific reason the site exists |
| Contact | No contact route | Email, address, or a linked contact page |
| Proof | Unverifiable claims | Press, clients, credentials you can check |
How to detect it on your own site
- Load
/about/or/about-us/and confirm it resolves to a real, substantive page. - Check your main navigation and footer for a link to it; an orphaned About page is nearly as bad as none.
- Read it as a stranger would: can you tell who runs this site and how to reach them within thirty seconds?
- Confirm it names real people or a real organization, not vague "team of passionate experts" filler.
- Check for Organization (or Person, for a personal site) schema that matches what the page says.
How to fix it
- Create a real About page covering the elements in the table above; make it specific, not a mission-statement cliche.
- Name the people or organization behind the site, with genuine detail and, where sensible, photos.
- Include a clear contact route and, for a registered business, the legal entity name.
- Link it prominently from the primary navigation and the footer so it is one click from anywhere.
- Add Organization or Person schema that mirrors the page, then keep both in sync as the team changes.
A one-person site still benefits enormously: an honest "who I am and why I write this" page often does more for trust than a corporate one full of buzzwords. If you have real proof, a shipped product, named clients, press coverage, a credential, put it here where a rater checking the site can find it in one place, rather than scattering it across posts.
FAQ
Does an About page help rankings directly?
No. There is no About-page ranking signal. It supports the site-wide trust that raters, readers, and AI systems weigh. Build it for credibility, not for a rankings bump.
Is an About page necessary for a small personal blog?
Yes, and it is often more valuable there. Readers of a small site especially want to know who is behind it. A genuine, personal About page builds trust that anonymity cannot.
What is the difference between an About page and a Contact page?
The About page establishes identity and background; the Contact page provides a way to reach you. They complement each other, and the About page should still include or link to a contact route.
Should the About page use Organization or Person schema?
Use Organization for a company or brand and Person for a solo site or personal brand. Either way, keep the structured data consistent with what the visible page states.
Need a full technical audit?
SEO ProCheck runs deep crawls that catch issues like this across your whole site.
Claude Vincent is a technical SEO consultant focused on crawlability, rendering, and AI-search visibility. He writes the field guides and case studies at SEO ProCheck, with a bias toward the durable, unglamorous work that decides whether search engines and AI answer engines can actually read and cite a site.
About SEO ProCheck
Technical SEO consulting and GEO strategy with 20 years of enterprise experience. Case studies, resources, and tools for search and AI visibility.
Work With Me
Technical SEO audits, GEO strategy, site migrations, and international SEO. Hourly consulting for teams who need hands-on support, not just reports.







