www.facebook.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 (≈1,514 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 (≈218 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
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 (5)
✗ robots.txt allows AI bots high impact Blocks: * (all)
Business impact If robots.txt blocks AI crawlers you are invisible to ChatGPT, Claude and Perplexity — they skip you and recommend a competitor instead.
What we measured We read /robots.txt and test it against 16 AI user-agents (GPTBot, ClaudeBot, PerplexityBot, …) for a Disallow that blocks them.
How to fix Allow major AI bots to public content; restrict only private paths (/admin, /api).
User-agent: GPTBot
Allow: /
Disallow: /admin/
~ No content-blocking cookie wall medium impact Consent platform: cookieconsent (verify it doesn't block content)
Business impact A consent wall that hides content until a click is invisible to agents — they cannot click 'Accept'.
What we measured We fingerprint OneTrust, Cookiebot, Usercentrics and similar managers and flag content-blocking ones.
How to fix Use an overlay banner that leaves content in the DOM, not a blocking interstitial.
Spec: https://gdpr.eu/cookies/
~ llms.txt present + valid high impact Found at /llms.txt but missing H1/blockquote
Business impact llms.txt is the robots.txt for AI: it tells agents what your site is, what matters, and where to find it. Without it AI guesses — and guessing means inaccurate recommendations and lost visibility.
What we measured We fetch /llms.txt and /.well-known/llms.txt and validate the spec (H1 title + a one-line blockquote summary). We also note /llms-full.txt (your full content as Markdown).
How to fix Create /llms.txt with a short summary + key pages; optionally /llms-full.txt with full content in Markdown.
# Your Site
> One-line description for AI agents.
## Key pages
- /products — catalog
- /pricing — plans
- /docs — documentationSpec: 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 Sitemap found but no <url>/<loc> entries
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
Passed audits (7)
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=15552000; preload |
| ✅ Content-Security-Policy | policy present, script-src does not allow inline |
| ✅ X-Content-Type-Options | nosniff |
| ⚠️ Referrer-Policy | no referrer-policy header (browser default applies) |
| ➖ CORS exposure | no CORS headers on the document (normal for an HTML page) |
How to improve
vJH4p2CDepJFV_I66ysNaCck9C41lyew2vU-ZHUaKAw1v_kkAv_-wGQgXdYivvCwsHHKy1uKLQ_0jLSF6kN-2GoifAozIMNFBkkw1JtOGoHMq0nyQSP3ZLAfTu4yAsukPWHDuNRhupS312EsVjQqltBeBhusk2amyJhKMh2otzgdunJl3g9q4pR78qL69VqNNp4Gm1BHl-lElGzTH4Lah-t55E7mOl6Gkjq0OVeavkZc4HIHnCJZCcc2ZP1Mq8wypiAW_bfk-AMUuK2ufRhAdmh5DEndjkC1LYw5WWi7IP1HIUYBqZ4h.js — 290 KiB transferred, 72.6% unused (third-party)
fbcdn.net — 2010 KiB, 24 requests, 698 ms main-thread
longest task 171 ms (7 total)
2.0 MB total
Third-party impact
25 third-party requests · 2010 KiB (96.3% of transfer) · 698 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 |
|---|---|---|---|
| fbcdn.net | 24 | 2010 KiB | 698 ms |
| instagram.com | 1 | 0 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://static.xx.fbcdn.net/rsrc.php/v4iFbC4/yT/l/en_US-j/vJH4p2CDepJFV_I66ysNaCck9C41lyew2vU-ZHUaKAw1v_kkAv_-wGQgXdYivvCwsHHKy1uKLQ_0jLSF6kN-2GoifAozIMNFBkkw1JtOGoHMq0nyQSP3ZLAfTu4yAsukPWHDuNRhupS312EsVjQqltBeBhusk2amyJhKMh2otzgdunJl3g9q4pR78qL69VqNNp4Gm1BHl-lElGzTH4Lah-t55E7mOl6Gkjq0OVeavkZc4HIHnCJZCcc2ZP1Mq8wypiAW_bfk-AMUuK2ufRhAdmh5DEndjkC1LYw5WWi7IP1HIUYBqZ4h.js 3P | 290 KiB | 72.6% | 210 KiB |
| https://static.xx.fbcdn.net/rsrc.php/v4i_054/ym/l/en_US-j/BVyuo68h8Nd.js 3P | 203 KiB | 53.3% | 108 KiB |
| https://static.xx.fbcdn.net/rsrc.php/v4iBxS4/ya/l/en_US-j/kb4N0xGuJrb.js 3P | 108 KiB | 95.4% | 103 KiB |
| https://static.xx.fbcdn.net/rsrc.php/v4i-zr4/yP/l/en_US-j/5ktunK5qEOe.js 3P | 93 KiB | 91.8% | 85 KiB |
| https://static.xx.fbcdn.net/rsrc.php/v4/yU/r/DcrX2w7W64E.js 3P | 76 KiB | 99.9% | 76 KiB |
| https://static.xx.fbcdn.net/rsrc.php/v4iQxj4/yF/l/en_US-j/rLiy053inXRe1gcD0vuM3SWJukooR-9NvNR8emwuUeOHqNCKLlf5PAhRi7mWBMSxEcjMVGcktGGRp72OqDwSuA8Ya7eSNpDNxgKVIPNHOqVL96GSBvj8_FEnWA8livdkQTLOhlOg4ZYKX0hePZ2GqKu-kUqm8HXN6FrYZ.js 3P | 94 KiB | 75% | 71 KiB |
| https://static.xx.fbcdn.net/rsrc.php/v4iZ9D4/yK/l/en_US-j/FwJ7QOGaA-6.js 3P | 96 KiB | 72.5% | 70 KiB |
| https://static.xx.fbcdn.net/rsrc.php/v4iA944/y8/l/en_US-j/RMFblO6_gVO.js 3P | 65 KiB | 75.2% | 49 KiB |
| https://static.xx.fbcdn.net/rsrc.php/v4/yZ/r/QBbo_GHLV1U.js 3P | 74 KiB | 60.8% | 45 KiB |
| https://static.xx.fbcdn.net/rsrc.php/v4idc84/yN/l/en_US-j/aEbdLbpCnrv.js 3P | 44 KiB | 94.9% | 42 KiB |
| https://static.xx.fbcdn.net/rsrc.php/v4iJVq4/y5/l/en_US-j/QBdwjaueSIi.js 3P | 44 KiB | 77.6% | 34 KiB |
| https://static.xx.fbcdn.net/rsrc.php/v4ieWN4/y3/l/en_US-j/ayyrapzEMKxa5BXqhTg_NQYCPfv43i0iwrruBGGEYFdGhwCEsLVMyJV6uBpr9kvHpcAdF4Q4yS3Q5yLIhLjdtTF59V3TtN2HhP51QCeCZRMWgwI6-NhAsCA5LxvyfVWAYRn5Q5XLynIoHzskHM2TrHr72z775NzKCi2Sch9boWyHYdnzATCB6ghfjDQ.js 3P | 57 KiB | 51.4% | 30 KiB |
| https://static.xx.fbcdn.net/rsrc.php/v4i7M54/yu/l/en_US-j/vhwZK6TCDMl.js 3P | 13 KiB | 95.3% | 13 KiB |
| https://static.xx.fbcdn.net/rsrc.php/v4/yL/r/xSkza5ra-Ks.js 3P | 11 KiB | 93.4% | 10 KiB |
| https://static.xx.fbcdn.net/rsrc.php/v4idBq4/yT/l/en_US-j/rnVOlHQUK8-.js 3P | 9 KiB | 90.9% | 8 KiB |
Network
Heaviest requests (30)
| URL | Type | Status | Transfer |
|---|---|---|---|
| https://static.xx.fbcdn.net/rsrc.php/v4iFbC4/yT/l/en_US-j/vJH4p2CDepJFV_I66ysNaCck9C41lyew2vU-ZHUaKAw1v_kkAv_-wGQgXdYivvCwsHHKy1uKLQ_0jLSF6kN-2GoifAozIMNFBkkw1JtOGoHMq0nyQSP3ZLAfTu4yAsukPWHDuNRhupS312EsVjQqltBeBhusk2amyJhKMh2otzgdunJl3g9q4pR78qL69VqNNp4Gm1BHl-lElGzTH4Lah-t55E7mOl6Gkjq0OVeavkZc4HIHnCJZCcc2ZP1Mq8wypiAW_bfk-AMUuK2ufRhAdmh5DEndjkC1LYw5WWi7IP1HIUYBqZ4h.js | Script | 200 | 290 KiB |
| https://static.xx.fbcdn.net/rsrc.php/v5/yM/l/0,cross/3JIS_YZgQh4vv5uJTdNZ6O7TF2-QXH5TPT9DWDYPz6DhfgQe914iiBfvP3p6y_S61oONMKn3YhINqU49pVNahkCkvx2I9b7Pb8K.css | Stylesheet | 200 | 279 KiB |
| https://static.xx.fbcdn.net/rsrc.php/v4i_054/ym/l/en_US-j/BVyuo68h8Nd.js | Script | 200 | 203 KiB |
| https://static.xx.fbcdn.net/rsrc.php/yQ/r/-pkMfchyeAZ.woff2 | Font | 200 | 179 KiB |
| https://static.xx.fbcdn.net/rsrc.php/yB/r/83zWJdc6PJI.webp | Image | 200 | 174 KiB |
| https://static.xx.fbcdn.net/rsrc.php/v4iBxS4/ya/l/en_US-j/kb4N0xGuJrb.js | Script | 200 | 108 KiB |
| https://static.xx.fbcdn.net/rsrc.php/v4iZ9D4/yK/l/en_US-j/FwJ7QOGaA-6.js | Script | 200 | 96 KiB |
| https://static.xx.fbcdn.net/rsrc.php/v4iQxj4/yF/l/en_US-j/rLiy053inXRe1gcD0vuM3SWJukooR-9NvNR8emwuUeOHqNCKLlf5PAhRi7mWBMSxEcjMVGcktGGRp72OqDwSuA8Ya7eSNpDNxgKVIPNHOqVL96GSBvj8_FEnWA8livdkQTLOhlOg4ZYKX0hePZ2GqKu-kUqm8HXN6FrYZ.js | Script | 200 | 94 KiB |
| https://static.xx.fbcdn.net/rsrc.php/v4i-zr4/yP/l/en_US-j/5ktunK5qEOe.js | Script | 200 | 93 KiB |
| https://static.xx.fbcdn.net/rsrc.php/v4/yU/r/DcrX2w7W64E.js | Script | 200 | 76 KiB |
| https://www.facebook.com/ | Document | 200 | 75 KiB |
| https://static.xx.fbcdn.net/rsrc.php/v4/yZ/r/QBbo_GHLV1U.js | Script | 200 | 74 KiB |
| https://static.xx.fbcdn.net/rsrc.php/v4iA944/y8/l/en_US-j/RMFblO6_gVO.js | Script | 200 | 65 KiB |
| https://static.xx.fbcdn.net/rsrc.php/v4ieWN4/y3/l/en_US-j/ayyrapzEMKxa5BXqhTg_NQYCPfv43i0iwrruBGGEYFdGhwCEsLVMyJV6uBpr9kvHpcAdF4Q4yS3Q5yLIhLjdtTF59V3TtN2HhP51QCeCZRMWgwI6-NhAsCA5LxvyfVWAYRn5Q5XLynIoHzskHM2TrHr72z775NzKCi2Sch9boWyHYdnzATCB6ghfjDQ.js | Script | 200 | 57 KiB |
| https://static.xx.fbcdn.net/rsrc.php/v4idc84/yN/l/en_US-j/aEbdLbpCnrv.js | Script | 200 | 44 KiB |
| https://static.xx.fbcdn.net/rsrc.php/v4iJVq4/y5/l/en_US-j/QBdwjaueSIi.js | Script | 200 | 44 KiB |
| https://static.xx.fbcdn.net/rsrc.php/v5/yf/l/0,cross/TYVm8ebBC0cwCrB0Y6jo2v.css | Stylesheet | 200 | 34 KiB |
| https://static.xx.fbcdn.net/rsrc.php/yl/r/9AJbVCy4-G1.woff2 | Font | 200 | 29 KiB |
| https://static.xx.fbcdn.net/rsrc.php/y1/r/ay1hV6OlegS.ico | Other | 200 | 20 KiB |
| https://static.xx.fbcdn.net/rsrc.php/v4i7M54/yu/l/en_US-j/vhwZK6TCDMl.js | Script | 200 | 13 KiB |
| https://static.xx.fbcdn.net/rsrc.php/v4/yL/r/xSkza5ra-Ks.js | Script | 200 | 11 KiB |
| https://static.xx.fbcdn.net/rsrc.php/v4imgg4/yr/l/en_US-j/V15tj8h63LNXV_vKBEegn763T-omr2qwML2OjEpNOBjYRtKQGwG0ihEa-9ML_Y_MRXHBlvxuIMFsRSR_169Kn2AO-Qx8lcabVTDOwgx-s7CoHnI3XLoYQF64vO2zT06LS1ity9KFzyFGG8nQWShO2h-PYdOQEKEXaGJ8DwBsqEPHSH1YTvtL32s_6TN5GUvR7zmf91oXroJ7K59X9C3AwQd1t3qNKef6G-hKocd89O_LiCUWDnXRwDHCkV8R1onn-JtdZ7PJrsOfCedTPWKCFM-z_0Q2ncNh9-DZBIN8jKeHWrECl3_n5Wu6jBGHRQaSS1OrajkDar.js | Script | 200 | 10 KiB |
| https://static.xx.fbcdn.net/rsrc.php/v4idBq4/yT/l/en_US-j/rnVOlHQUK8-.js | Script | 200 | 9 KiB |
| https://static.xx.fbcdn.net/rsrc.php/yS/r/hP6qDL2Mt8j.webp | Image | 200 | 5 KiB |
| https://static.xx.fbcdn.net/rsrc.php/v4/yD/r/-yEwuPKSfI5.js | Script | 200 | 0 KiB |
| https://www.facebook.com/ajax/qm/?__a=1&__user=0&__comet_req=15&jazoest=22151 | Ping | 200 | 0 KiB |
| https://www.facebook.com/ajax/bz?__a=1&__ccg=EXCELLENT&__comet_req=15&__hs=20654.HYP%3Acomet_loggedout_pkg.2.1...0&__hsi=7664593007905501311&__req=2&__rev=1043454487&__s=izhigd%3Ai9hq1z%3As5kony&__spin_b=trunk&__spin_r=1043454487&__spin_t=1784552123&__user=0&dpr=1&jazoest=22151&lsd=AdRWK-L-sIImORjy-HNOCMe0_d8&ph=C3 | XHR | 200 | 0 KiB |
| https://www.facebook.com/ajax/bz?__a=1&__ccg=EXCELLENT&__comet_req=15&__hs=20654.HYP%3Acomet_loggedout_pkg.2.1...0&__hsi=7664593007905501311&__req=1&__rev=1043454487&__s=izhigd%3Ai9hq1z%3As5kony&__spin_b=trunk&__spin_r=1043454487&__spin_t=1784552123&__user=0&dpr=1&jazoest=22151&lsd=AdRWK-L-sIImORjy-HNOCMe0_d8&ph=C3 | XHR | 200 | 0 KiB |
| https://www.facebook.com/ajax/bz?__a=1&__ccg=EXCELLENT&__comet_req=15&__hs=20654.HYP%3Acomet_loggedout_pkg.2.1...0&__hsi=7664593007905501311&__req=3&__rev=1043454487&__s=izhigd%3Ai9hq1z%3As5kony&__spin_b=trunk&__spin_r=1043454487&__spin_t=1784552123&__user=0&dpr=1&jazoest=22151&lsd=AdRWK-L-sIImORjy-HNOCMe0_d8&ph=C3&qpl_active_flow_ids=175125627%2C516759801 | XHR | 200 | 0 KiB |
| https://www.instagram.com/accounts/xuserid/ | XHR | 200 | 0 KiB |
Long tasks (>50 ms)
| Start | Duration |
|---|---|
| 581 ms | 171 ms |
| 1599 ms | 165 ms |
| 778 ms | 80 ms |
| 886 ms | 73 ms |
| 963 ms | 54 ms |
| 1018 ms | 50 ms |
| 1396 ms | 50 ms |