www.autozone.com
Scored by v3 · source-of-truth hashes: score db860d6ac94e · thresholds e94f8b33e500 — verifiable against the canonical scorer.
The 28-day score is the p75 of nightly runs — the stable number to cite. Deterministic metrics (CRR/SSD/TC) show their latest value (they move only when the site changes); timing (TTFUT) and answer-fidelity (AF) are smoothed by 28-day p75 — the same lab-vs-field split Core Web Vitals uses. Synthetic daily measurement, not real-user field data.
An agent is likely to fabricate missing details rather than say “I don’t know”. 0/3 applicable facts come from machine-readable structured data.
Metrics
Token Cost breakdown
Where the page's tokens go (≈949 across regions). Most tokens are real content — the agent isn't paying much for chrome.
Final screenshot
Diagnostics
pre-JS raw HTML
Fix: Server-render or statically generate the main content so a non-JS agent still receives it; make client rendering a progressive enhancement, not the source of truth.
content vs chrome/boilerplate
Fix: Wrap the real content in <main>/<article>, cut repeated nav/boilerplate, and keep the primary content dense and early in the DOM.
Rendered profile: headless
Metrics
Token Cost breakdown
Where the page's tokens go (≈8,518 across regions). 45% is non-content — chrome and boilerplate an agent pays for. Add landmark roles (main/nav/header/footer) so agents can skip it.
Final screenshot
Diagnostics
pre-JS raw HTML
Fix: Server-render or statically generate the main content so a non-JS agent still receives it; make client rendering a progressive enhancement, not the source of truth.
content vs chrome/boilerplate
Fix: Wrap the real content in <main>/<article>, cut repeated nav/boilerplate, and keep the primary content dense and early in the DOM.
agent representation — token decomposition
Fix: Strip repeated nav/header/footer/cookie chrome from the agent-visible output; wrap content in <main>/<article> so the extractor keeps signal and drops boilerplate.
Rendered profile: headless
Access & discovery checks — separate from the gated CAV metrics above. Click an issue for business impact, what we measured, and how to fix. · Take the Agent Readiness course →
Agent files & endpoints
Issues (6)
✗ No login wall on public content high impact HTTP 403
Business impact Public content behind authentication is unreachable to agents (they have no account). Gate only genuinely private material.
What we measured We follow redirects and detect 401/403 and login-form signals on content pages.
How to fix Separate public marketing/docs from authenticated areas; keep public pages reachable without login.
Spec: https://llmstxt.org
✗ Structured data (JSON-LD) medium impact No JSON-LD found
Business impact Schema.org JSON-LD tells agents what a page IS (product, article, business) with typed fields (price, rating, hours). Without it agents extract less reliably.
What we measured We parse <script type=application/ld+json>, validate it, and check for populated @type fields.
How to fix Add JSON-LD: Organization/LocalBusiness on the homepage, Product on product pages, Article on posts.
<script type="application/ld+json">{"@context":"https://schema.org","@type":"Organization","name":"Your Co","url":"https://example.com"}</script>Spec: https://schema.org/
✗ XML sitemap present medium impact No /sitemap.xml
Business impact A sitemap is your table of contents for AI crawlers. Without it agents follow homepage links and miss deep pages (products, docs, pricing) — shrinking what they can recommend.
What we measured We fetch /sitemap.xml (and /sitemap_index.xml), confirm valid XML with <loc> entries, and check <lastmod> freshness.
How to fix Generate an XML sitemap of all public pages with current lastmod dates and reference it in robots.txt.
# robots.txt
Sitemap: https://example.com/sitemap.xml
~ agents.json discovery low impact Absent (emerging standard)
Business impact agents.json describes what your site can DO for agents (services, endpoints, capabilities) — an emerging discovery standard. Early adopters get native agent integration.
What we measured We check /agents.json and /.well-known/agents.json for a valid configuration.
How to fix Publish /agents.json describing your site's capabilities and actions.
~ WebMCP endpoint low impact Absent (emerging standard)
Business impact WebMCP lets agents call actions on your site directly (book, buy, query) instead of scraping the DOM. Early adopters get native AI-agent interoperability.
What we measured We check /.well-known/webmcp and /webmcp.json for a valid actions array.
How to fix Add a WebMCP endpoint exposing your key actions to agents.
Spec: https://webmcp.org
~ API documentation low impact No OpenAPI/Swagger found
Business impact Programmatic agents prefer a typed API. An OpenAPI/Swagger spec lets them integrate without scraping.
What we measured We probe /openapi.json, /swagger.json, /api-docs and /.well-known/openapi.json.
How to fix Publish an OpenAPI spec at a well-known path.
Passed audits (5)
Transport & Trust (SEC 1.0.0)
HTTPS, HSTS, CSP, sniffing, referrer and CORS posture. Diagnostic only — this does not affect the CAV score. A security header does not make a page more legible to an agent, so scoring it would reward a CDN toggle that changes nothing an agent can recover. We measure it and say so.
Per-header findings (6)
| Header | Evidence |
|---|---|
| ✅ HTTPS | served over HTTPS |
| ✅ HSTS | max-age=31536000 |
| ❌ Content-Security-Policy | no content-security-policy header |
| ❌ X-Content-Type-Options | missing nosniff |
| ⚠️ Referrer-Policy | no referrer-policy header (browser default applies) |
| ❌ CORS exposure | access-control-allow-origin: * WITH allow-credentials: true — invalid and unsafe |
How to improve
whole profile
Third-party impact
32 third-party requests · 291 KiB (97.7% of transfer) · 105 ms main-thread — code an agent must also fetch/run before your content settles. Fewer, lazier third-parties = faster, cheaper agent reads.
| Third-party domain | Reqs | Transfer | Main-thread |
|---|---|---|---|
| qualtrics.com | 11 | 122 KiB | — |
| tiqcdn.com | 8 | 87 KiB | — |
| postcodeanywhere.co.uk | 6 | 41 KiB | 51 ms |
| captcha-delivery.com | 3 | 22 KiB | 54 ms |
| pcapredict.com | 1 | 13 KiB | — |
| thrive.today | 1 | 5 KiB | — |
| demdex.net | 1 | 1 KiB | — |
| tealiumiq.com | 1 | 1 KiB | — |
Wasted JavaScript (by bundle)
Transfer-accurate — each bundle's transfer size × its unused %, ranked by wasted bytes (the biggest code-splitting wins). Unused JS also inflates Token Cost (TC).
| Bundle | Transfer | Unused | Wasted |
|---|---|---|---|
| https://siteintercept.qualtrics.com/dxjsmodule/941.769e075aa2ef88969a43.chunk.js?Q_CLIENTVERSION=2.53.0&Q_CLIENTTYPE=web&Q_BRANDID=www.autozone.com 3P | 38 KiB | 69% | 26 KiB |
| https://siteintercept.qualtrics.com/dxjsmodule/CoreModule.js?Q_CLIENTVERSION=2.53.0&Q_CLIENTTYPE=web&Q_BRANDID=autozone 3P | 33 KiB | 78.6% | 26 KiB |
| https://tags.tiqcdn.com/utag/autozone/b2c-responsive-us/prod/utag.3.js?utv=ut4.47.202607090322 3P | 37 KiB | 55.5% | 21 KiB |
| https://tags.tiqcdn.com/utag/autozone/b2c-responsive-us/prod/utag.js 3P | 33 KiB | 52.6% | 17 KiB |
| https://siteintercept.qualtrics.com/dxjsmodule/881.aef18691518ab4d98fec.chunk.js?Q_CLIENTVERSION=2.53.0&Q_CLIENTTYPE=web&Q_BRANDID=www.autozone.com 3P | 18 KiB | 89.3% | 16 KiB |
| https://services.postcodeanywhere.co.uk/js/platformcaptureplus-2.40.min.js?key=MA91-ND29-KM98-NM32&BRAND=PostcodeAnywhere 3P | 28 KiB | 45.9% | 13 KiB |
| https://siteintercept.qualtrics.com/dxjsmodule/WebResponsiveDialogModule.js?Q_CLIENTVERSION=2.53.0&Q_CLIENTTYPE=web&Q_BRANDID=autozone 3P | 11 KiB | 79.2% | 9 KiB |
| https://autoz11111.pcapredict.com/js/sensor.js 3P | 13 KiB | 67.8% | 9 KiB |
| https://tags.tiqcdn.com/utag/autozone/b2c-responsive-us/prod/utag.206.js?utv=ut4.47.202607090322 3P | 11 KiB | 66.9% | 7 KiB |
| https://ct.captcha-delivery.com/c.js 3P | 14 KiB | 51.3% | 7 KiB |
| https://siteintercept.qualtrics.com/dxjsmodule/308.9d2d27321812850d955a.chunk.js?Q_CLIENTVERSION=2.53.0&Q_CLIENTTYPE=web&Q_BRANDID=autozone 3P | 7 KiB | 84.4% | 6 KiB |
| https://integrate.thrive.today/ 3P | 5 KiB | 45.8% | 2 KiB |
| https://siteintercept.qualtrics.com/dxjsmodule/EmbeddedTargetModule.js?Q_CLIENTVERSION=2.53.0&Q_CLIENTTYPE=web&Q_BRANDID=autozone 3P | 3 KiB | 85.1% | 2 KiB |
| https://znenhmrspg8idzymd-autozone.siteintercept.qualtrics.com/WRSiteInterceptEngine/?Q_ZID=ZN_enhmrspG8idZYMd&Q_LOC=https%3A%2F%2Fwww.autozone.com%2F 3P | 5 KiB | 29.7% | 2 KiB |
| https://ct.captcha-delivery.com/ext.C254CBC8986297F1AB1F10918EC6CA.js 3P | 7 KiB | 18.4% | 1 KiB |
Network
Heaviest requests (30)
| URL | Type | Status | Transfer |
|---|---|---|---|
| https://siteintercept.qualtrics.com/dxjsmodule/941.769e075aa2ef88969a43.chunk.js?Q_CLIENTVERSION=2.53.0&Q_CLIENTTYPE=web&Q_BRANDID=www.autozone.com | Script | 200 | 38 KiB |
| https://tags.tiqcdn.com/utag/autozone/b2c-responsive-us/prod/utag.3.js?utv=ut4.47.202607090322 | Script | 200 | 37 KiB |
| https://siteintercept.qualtrics.com/dxjsmodule/CoreModule.js?Q_CLIENTVERSION=2.53.0&Q_CLIENTTYPE=web&Q_BRANDID=autozone | Script | 200 | 33 KiB |
| https://tags.tiqcdn.com/utag/autozone/b2c-responsive-us/prod/utag.js | Script | 200 | 33 KiB |
| https://services.postcodeanywhere.co.uk/js/platformcaptureplus-2.40.min.js?key=MA91-ND29-KM98-NM32&BRAND=PostcodeAnywhere | Script | 200 | 28 KiB |
| https://siteintercept.qualtrics.com/dxjsmodule/881.aef18691518ab4d98fec.chunk.js?Q_CLIENTVERSION=2.53.0&Q_CLIENTTYPE=web&Q_BRANDID=www.autozone.com | Script | 200 | 18 KiB |
| https://ct.captcha-delivery.com/c.js | Script | 200 | 14 KiB |
| https://autoz11111.pcapredict.com/js/sensor.js | Script | 200 | 13 KiB |
| https://siteintercept.qualtrics.com/dxjsmodule/WebResponsiveDialogModule.js?Q_CLIENTVERSION=2.53.0&Q_CLIENTTYPE=web&Q_BRANDID=autozone | Script | 200 | 11 KiB |
| https://tags.tiqcdn.com/utag/autozone/b2c-responsive-us/prod/utag.206.js?utv=ut4.47.202607090322 | Script | 200 | 11 KiB |
| https://ct.captcha-delivery.com/ext.C254CBC8986297F1AB1F10918EC6CA.js | Script | 200 | 7 KiB |
| https://siteintercept.qualtrics.com/dxjsmodule/308.9d2d27321812850d955a.chunk.js?Q_CLIENTVERSION=2.53.0&Q_CLIENTTYPE=web&Q_BRANDID=autozone | Script | 200 | 7 KiB |
| https://integrate.thrive.today/ | Script | 200 | 5 KiB |
| https://services.postcodeanywhere.co.uk/images/icons/captureplus/loqatelogoinverted.svg | Image | 200 | 5 KiB |
| https://znenhmrspg8idzymd-autozone.siteintercept.qualtrics.com/WRSiteInterceptEngine/?Q_ZID=ZN_enhmrspG8idZYMd&Q_LOC=https%3A%2F%2Fwww.autozone.com%2F | Script | 200 | 5 KiB |
| https://www.autozone.com/favicon.ico | Other | 200 | 4 KiB |
| https://services.postcodeanywhere.co.uk/images/icons/captureplus/loader.gif | Image | 200 | 3 KiB |
| https://siteintercept.qualtrics.com/WRSiteInterceptEngine/Targeting.php?Q_ZoneID=ZN_enhmrspG8idZYMd&Q_CLIENTVERSION=2.53.0&Q_CLIENTTYPE=web | XHR | 200 | 3 KiB |
| https://siteintercept.qualtrics.com/dxjsmodule/EmbeddedTargetModule.js?Q_CLIENTVERSION=2.53.0&Q_CLIENTTYPE=web&Q_BRANDID=autozone | Script | 200 | 3 KiB |
| https://services.postcodeanywhere.co.uk/css/platformcaptureplus-2.40.min.css?key=MA91-ND29-KM98-NM32&BRAND=PostcodeAnywhere | Stylesheet | 200 | 2 KiB |
| https://services.postcodeanywhere.co.uk/images/icons/captureplus/geolocationicon.svg | Image | 200 | 2 KiB |
| https://siteintercept.qualtrics.com/WRSiteInterceptEngine/Asset.php?Module=SI_1WYXGtZBDGcNOiG&Version=37&Q_ORIGIN=https://www.autozone.com&Q_CLIENTVERSION=2.53.0&Q_CLIENTTYPE=web&Q_BrandTier=RQqcwhV2J1&Q_ARCACHEVERSION=21&Q_BRANDDC=iad1 | XHR | 200 | 2 KiB |
| https://www.autozone.com/ | Document | 403 | 2 KiB |
| https://tags.tiqcdn.com/utag/autozone/b2c-responsive-us/prod/utag.15.js?utv=ut4.47.202508131720 | Script | 200 | 2 KiB |
| https://siteintercept.qualtrics.com/dxjsmodule/147.c84a094c6c0838b08571.chunk.js?Q_CLIENTVERSION=2.53.0&Q_CLIENTTYPE=web&Q_BRANDID=autozone | Script | 200 | 1 KiB |
| https://tags.tiqcdn.com/utag/autozone/b2c-responsive-us/prod/utag.214.js?utv=ut4.47.202505150408 | Script | 200 | 1 KiB |
| https://tags.tiqcdn.com/utag/autozone/b2c-responsive-us/prod/utag.16.js?utv=ut4.47.202411250658 | Script | 200 | 1 KiB |
| https://siteintercept.qualtrics.com/WRSiteInterceptEngine/Asset.php?Module=CR_8eNI9wSiZJ7d5Eq&Version=1&Q_InterceptID=SI_1WYXGtZBDGcNOiG&Q_ORIGIN=https://www.autozone.com&Q_CLIENTVERSION=2.53.0&Q_CLIENTTYPE=web&Q_BrandTier=RQqcwhV2J1&Q_ARCACHEVERSION=21&Q_BRANDDC=iad1 | XHR | 200 | 1 KiB |
| https://dpm.demdex.net/id?d_visid_ver=2.5.0&d_fieldgroup=MC&d_rtbd=json&d_ver=2&d_orgid=0E3334FA53DA8C980A490D44%40AdobeOrg&d_nsid=0&ts=1784548406264 | XHR | 200 | 1 KiB |
| https://collect.tealiumiq.com/autozone/b2c-responsive-us/2/i.gif | XHR | 200 | 1 KiB |
Long tasks (>50 ms)
| Start | Duration |
|---|---|
| 2117 ms | 54 ms |
| 730 ms | 51 ms |