← Back to Blog

How Your About Page Affects AI Citations — E-E-A-T, Entity Recognition, and What to Fix

April 10, 2026

Your About page is one of the first pages AI models and Google's Quality Raters evaluate when assessing your brand's credibility. According to Google's Search Quality Evaluator Guidelines, "Most websites have an 'About' or 'About Us' page with information about the website" — and raters are explicitly instructed to look at it when judging E-E-A-T.

AI systems do the same thing algorithmically. When ChatGPT, Perplexity, or Google AI Overviews decide whether to cite your brand, they cross-reference entity information from your About page with their training data. If your About page is vague, they can't verify who you are — and unverifiable brands get deprioritized.

What AI models extract from your About page

AI retrieval systems parse About pages for structured entity signals:

  • Named people — founder names, titles, and roles. A named founder with a verifiable LinkedIn profile creates a cross-referenceable entity. "Founded by our passionate team" creates nothing.
  • Founding date and history — "Founded in 2019" gives AI a concrete fact. "We've been around for years" does not.
  • Team size and scale — "47 employees across 3 offices" is citable. "A growing team" is not.
  • Customer metrics — "Serving 12,000+ e-commerce stores" gives AI a specific claim to cite. "Trusted by many businesses" gives nothing.
  • Awards and recognition — Named awards with dates and issuing organizations are verifiable entities.

E-E-A-T signals on your About page

Google's E-E-A-T framework — Experience, Expertise, Authoritativeness, Trustworthiness — directly maps to About page content:

  • Experience: Show real work. Customer case studies, portfolio items, or "we've processed 2M+ orders" demonstrates actual experience.
  • Expertise: Team credentials. "Dr. Sarah Chen, PhD in Materials Science" beats "our expert team."
  • Authoritativeness: Third-party validation. Link to press coverage, awards, or industry recognition — not self-proclaimed authority.
  • Trustworthiness: Transparency. Physical address, contact information, founding story with dates. Pages with author attribution are 3x more likely to appear in AI answers (Convertmate GEO Benchmark 2026).

Brand Claims: positioning your brand for AI

AI models cite brands they can categorize clearly. Your About page should include explicit positioning statements:

  • Market position: "The leading AI search visibility tool for e-commerce" — clear category claim
  • Differentiators: "The only GEO platform with built-in content optimization for Shopify" — specific, verifiable
  • Awards: "Named Best AI SEO Tool 2025 by Search Engine Journal" — third-party validation with date
  • Firsts: "First to offer real-time AI Share of Voice tracking across 4 engines" — historical claim

These explicit brand claims help AI systems categorize your brand when users ask "what's the best tool for X." Without them, AI has to guess — and it usually won't guess in your favor.

Statistics and data: give AI something to cite

The Princeton/IIT Delhi GEO study found that "Statistics Addition" is one of the two most effective strategies for boosting AI visibility, with up to 40% improvement (Aggarwal et al., 2023). Your About page is a natural place for these signals:

  • Founding year and company age
  • Team size (exact number, not "growing")
  • Customers served (specific count)
  • Revenue or growth metrics (if public)
  • Products processed, orders handled, or other scale metrics
  • Industry certifications with issuing bodies

Each of these gives AI a concrete, quotable fact. When Perplexity generates a response about your industry, it looks for specific numbers to include. A page full of vague adjectives gives it nothing to work with.

Common About page mistakes

  • Vague mission statements: "We're passionate about helping businesses succeed" — tells AI nothing about who you are or what you do.
  • No named people: "Our talented team" without a single name. AI can't verify anonymous teams.
  • No verifiable facts: No founding date, no team size, no customer count. If there's nothing to cross-reference, AI treats it as unverifiable.
  • No outbound links: No links to press coverage, LinkedIn profiles, or certifications. Every verifiable link strengthens your entity signals.
  • Stock photos only: Real team photos signal authenticity. AI image models increasingly cross-reference images.

Organization schema for your About page

Add Organization schema with a Person entity for your founder to make your About page machine-readable:

{
  "@context": "https://schema.org",
  "@type": "Organization",
  "name": "Your Company Name",
  "url": "https://yoursite.com",
  "logo": "https://yoursite.com/logo.png",
  "foundingDate": "2019",
  "numberOfEmployees": {
    "@type": "QuantitativeValue",
    "value": 47
  },
  "founder": {
    "@type": "Person",
    "name": "Jane Smith",
    "jobTitle": "CEO & Founder",
    "sameAs": "https://linkedin.com/in/janesmith"
  },
  "sameAs": [
    "https://linkedin.com/company/yourcompany",
    "https://twitter.com/yourcompany"
  ],
  "contactPoint": {
    "@type": "ContactPoint",
    "email": "hello@yoursite.com",
    "contactType": "customer service"
  }
}

This schema makes every entity on your About page — company name, founder, team size, social profiles — directly parseable by AI systems. Without it, they rely on text extraction, which is less reliable.


GEOlikeaPro's AI Readiness audit scores your About page across all six citation signals — Expert Quotes, Statistics, Brand Claims, Q&A Structure, Source Citations, and Content Depth. Run GEO audit to see your score.

FAQ

Why does my About page matter for AI search visibility?

AI models use About pages to verify brand identity and assess trustworthiness. Google's Quality Rater Guidelines explicitly instruct evaluators to check About pages for E-E-A-T signals. If your About page lacks verifiable facts — named people, founding dates, customer metrics — AI systems can't confirm who you are, and unverifiable brands get fewer citations.

What specific information should my About page include for AI?

Include: named founders with titles and LinkedIn profiles, founding date, exact team size, specific customer count or scale metrics, awards with dates and issuing organizations, and links to press coverage. Every concrete, verifiable fact gives AI one more data point to cite.

Does Organization schema on the About page improve AI visibility?

Yes. Organization schema with founder Person entities makes your company data machine-readable. AI retrieval systems can parse structured data more reliably than unstructured text. Include foundingDate, numberOfEmployees, founder, and sameAs links to social profiles.

How often should I update my About page?

Update whenever key metrics change — new customer milestones, team growth, new awards. Content freshness is independently a top AI citation factor: 82% of Perplexity citations come from content updated within 30 days. An About page with 2023 metrics in 2026 signals staleness.