Why your site needs a real About page
A real About page answers 3 questions in plain sight: who runs this site, where the operation is based, and how to reach a human. Google's helpful content self-assessment treats this as a trust question and asks it directly: “Is it self-evident to your visitors who authored your content?” per Google's guidance on creating helpful content. If a stranger cannot answer that after one visit, neither can an AI assistant deciding whether to recommend you.
The symptom: engines treat your site as anonymous
Your pages are competent. The services are described, the prices are listed, the contact form works. And yet the site never surfaces when someone asks an AI assistant to recommend a business like yours, and it struggles to rank for anything where trust matters. When we audit sites like this, the pattern is consistent: there is no page anywhere on the site that says who is behind it. No names. No location. No history. The site talks about what it sells and never about who is selling it.
This matters more than most owners think, because the question engines are trying to answer is not "is this page well written." It is "does a real operation stand behind this page." Google's own self-assessment frames the whole exercise as evaluating your content in terms of “Who, How, and Why” it was produced. The Who comes first. A site that cannot answer it starts every trust evaluation from zero.
The cause: nothing on the site says who stands behind it
Sometimes the About page simply does not exist. The site was built from a template, the builder skipped the page that felt optional, and nobody noticed because customers arriving from word of mouth already knew who they were dealing with. Engines do not arrive from word of mouth. They arrive cold, and they read what is actually there.
The other common cause is an About page that exists but says nothing. "We are passionate about quality and committed to our customers" is not information. It could be pasted onto any business in any industry, and engines have read it on thousands of them. A page like that is indistinguishable from the About page of a site that was generated last Tuesday, which is exactly the comparison being made. E-E-A-T, the experience and trust framework our glossary entry covers in full, is assessed in part through signals like this: whether the site demonstrates a real, findable operation, or just asserts one.
AI assistants sharpen the stakes. When someone asks "should I trust this business," the assistant goes looking for exactly the things an About page holds: who runs it, how long it has operated, where it is, whether the identity checks out against other sources. If those answers are missing, the assistant either says it cannot verify the business or quietly recommends one it can.
The fix: build an About page a stranger can verify
Write the page a skeptical stranger would need. It does not have to be long. It has to be specific and checkable:
- Who you are. Real names where it is safe to publish them. If naming individuals is a genuine safety concern, name the operation precisely: how many people, what roles, what qualifications.
- Where you operate. A city and service area at minimum. A street address if you have premises. Vagueness here reads as evasion.
- How to reach you. A phone number or monitored email, not just a form that vanishes into the void.
- Your history. When you started, what you have actually done. One true paragraph beats five generic ones.
Then make the same facts machine-readable with Organization markup, so the page and the schema tell one story:
<!-- /about: the minimum a real operation shows --> <h1>About Delgado Roofing</h1> <p>We are a 4-person roofing crew in Austin, Texas, founded in 2014 by Maria Delgado.</p> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "Organization", "name": "Delgado Roofing", "foundingDate": "2014", "address": { "@type": "PostalAddress", "addressLocality": "Austin", "addressRegion": "TX" }, "telephone": "+1-512-555-0100", "url": "https://example.com/" } </script>
Link the About page from your main navigation or footer so it is one click from every page. A trust page nobody can find does no work. And carry the Who onto your content itself: bylines that lead somewhere, which our guide on author bios covers step by step.
Be honest: a fake About page is worse than none
We have audited sites with a "team" of stock photos, invented staff names, and an office address that resolves to a mail drop. Do not do this. A missing About page reads as an oversight. A fabricated one reads as deception, and it is checkable deception. AI assistants asked to vet a business cross-reference what your site claims against business registries, maps, reviews, and social profiles. A stock-photo team member who appears on 40 other websites is not a subtle signal. Publish what is true, publish only what is safe to publish, and leave out what you cannot stand behind. A short honest page outperforms a long invented one on the only test that matters.
Verify: read it as a skeptic, then run the audit
When the page is live, read it as a stranger with money on the line. Can you tell who runs the site, where they are, and how to reach them, without leaving the page? Does anything on it appear word-for-word on other websites? Then check the machine's view: confirm the Organization markup parses and matches the visible text, name for name and address for address.
Then test it the way the engines will. Paste your site into the Brimm audit and we will read it the way a crawler does, flag missing identity signals, and put the gaps in fix order. If you want the wider picture on how identity ties into rankings, our entity clarity guide and the rest of the fix library carry on from here.