From Googleβs E-E-A-T to AI trust evaluation
Google formalized E-E-A-T (Experience, Expertise, Authoritativeness, Trustworthiness) to evaluate website quality. Since 2024, AI agents like ChatGPT Shopping, Perplexity Shopping, and Google AI Mode use these same criteria to decide which stores to recommend to buyers.
The fundamental difference: Google evaluates E-E-A-T to rank pages in search results. AI agents evaluate E-E-A-T to recommend one store over another in a conversation. The consequence is direct: a store that doesnβt project E-E-A-T signals readable by AI crawlers never gets recommended.
AI agents donβt browse your site like a human. They read HTML, JSON-LD, policy pages, and structured data. Every E-E-A-T signal must be readable in plain text to exist in the AI world.
The 4 E-E-A-T pillars applied to agentic commerce
Experience: proof of real activity
Experience measures whether your store has a real track record of commercial activity. AI agents look for signals of proven history:
- Customer review volume: an
AggregateRatingwithreviewCount> 50 signals real activity. A store with no reviews or just 3 reviews is treated as unproven. - Review freshness: recent reviews (< 90 days old) prove ongoing activity. Reviews from 2022 on a site in 2026 signal a potentially abandoned store.
- Response time: FAQ pages, responses to reviews, and mentions of active customer service reinforce the experience signal.
To learn how to implement AggregateRating, see our guide on AggregateRating for Shopify.
Expertise: demonstrable product knowledge
Expertise is measured by the depth and precision of your product information. AI agents favor stores that demonstrate mastery of their domain:
- Expert content: detailed product descriptions with precise technical terms (INCI composition in cosmetics, nutritional values in food, technical specs in electronics).
- Industry certifications: certifications (organic, vegan, cruelty-free, OEKO-TEX, ISO) in schema.org prove expertise validated by third parties.
- Expert endorsements: endorsements by professionals (dermatologists, nutritionists, veterinarians) with verifiable credentials strengthen the expertise signal.
Expertise without proof is an unverifiable claim. See our guide on Claims & Proof to structure your evidence.
Authoritativeness: reputation and external recognition
Authoritativeness measures your storeβs recognition by external sources. AI agents evaluate:
- Domain age: a domain registered for 5 years carries more authority than a 3-month-old domain. AI agents cross-reference this data with WHOIS registries.
- Brand mentions: references to your brand on third-party sites, press articles, or comparison sites reinforce authority.
- Backlink profile: the quality and diversity of sites linking to yours is an authority signal that AI agents inherit from search engines.
Trustworthiness: coherence and verification
Trustworthiness is the central pillar. A store can have experience, expertise, and authoritativeness, but if it displays inconsistent information, AI agents penalize it:
- Verified claims: every marketing promise (free shipping, 30-day returns, satisfaction guarantee) must be backed by an accessible policy page and corresponding structured data.
- Accessible policies:
/policies/shipping-policyand/policies/refund-policypages must exist in HTML, not only in JavaScript. - Data coherence: the displayed price must match the price in the
Offerschema. The displayed rating must match theAggregateRating. Any divergence is a distrust signal.
To structure your schema.org data, see our guide on Schema.org for Shopify.
Concrete signals AI agents read
AggregateRating in JSON-LD
The most impactful E-E-A-T signal for AI commerce. Agents read JSON-LD directly:
{
"@type": "AggregateRating",
"ratingValue": "4.7",
"reviewCount": "324",
"bestRating": "5"
}
A store with 324 reviews and a 4.7/5 rating in JSON-LD gets recommended before a store without AggregateRating, even if the latter has better products.
Certifications in schema.org
Certifications (organic, vegan, cruelty-free) must be in structured data, not just displayed as images:
{
"@type": "Product",
"hasEnergyConsumptionDetails": {
"@type": "EnergyConsumptionDetails",
"hasEnergyEfficiencyCategory": "https://schema.org/EUEnergyEfficiencyCategoryA"
},
"additionalProperty": [
{
"@type": "PropertyValue",
"name": "Certification",
"value": "COSMOS Organic"
}
]
}
About page with verifiable facts
An βAbout Usβ page that says βWe are passionate about qualityβ provides zero E-E-A-T signal. A page that says βFounded in 2018, 15,000 customers, workshop in Lyon, ISO 9001 certifiedβ provides verifiable facts that AI can cross-reference with other sources.
Accessible and complete policy pages
Shipping and return pages must be in native HTML and contain precise information: delivery times in days, return conditions, costs. An empty page or a JavaScript-only page invisible to crawlers is a negative E-E-A-T signal.
Common mistakes that destroy your E-E-A-T signals
-
Badges as images without alt text: a Trustpilot badge displayed as
<img src="trustpilot-badge.png">without alt text is invisible to AI crawlers. The fix: expose the data as JSON-LDAggregateRating. -
Reviews loaded only via JavaScript: review widgets that load reviews via JavaScript after initial render are invisible to AI crawlers that read raw HTML. The fix: inject reviews via SSR (server-side rendering) or JSON-LD.
-
Unverifiable claims: βBest value for moneyβ or βCategory leaderβ without a source, study, or certification is an empty claim. AI agents treat it as marketing noise and penalize it.
-
Missing or broken return policy: if
/policies/refund-policyreturns a 404 error, the AI agent considers the return policy nonexistent, even if itβs mentioned in the footer. -
Price mismatch between schema and display: a price of 29.90 EUR displayed on the page but 39.90 EUR in the
Offerschema creates a maximum distrust signal. AI may exclude the product from its recommendations entirely.
Priority E-E-A-T checklist for AI
- Implement
AggregateRatingin JSON-LD withreviewCountandbestRating - Expose certifications as
additionalPropertyin the Product schema - Write an βAbout Usβ page with verifiable facts (founding date, customer count, location, certifications)
- Verify that
/policies/shipping-policyand/policies/refund-policyare accessible and complete - Remove marketing claims not backed by structured proof
- Convert image-only badges to JSON-LD data
- Verify coherence between displayed values and schema.org values
- Publish expert content with verifiable sources
To assess your international readiness, also see our guide on GEO Readiness.
Related articles
- Claims & Proof: Credibility in the Eyes of AI
- AggregateRating: Making Your Reviews AI-Readable
- Conversational Content: Writing for Humans AND AI
- Understanding Your GEO Score: 9 Factors Explained
- Schema.org Product: Why and How on Shopify
Ready to check your store? Run a free GEO audit β