www.zillow.com

Report from 7/2/2026, 2:16:48 PM https://www.zillow.com
Agent blocked: bot-block (raw HTTP 403, only 41 tokens recovered) — scores reflect the block page, not your content.
39
Overall score
weighted CAV (0–100)
BLOCKED
0–4950–8990–100

Metrics

0%
CRR Content Recovery Poor
0.50
SSD Semantic Signal Density Needs work
41 tok
TC Token Cost Good
TTFUT Time to First Useful Token N/A

Final screenshot

Final screenshot of https://www.zillow.com

Diagnostics

high CRR Agents are blocked before they see the page

A non-browser agent got a block/challenge (bot-block (raw HTTP 403, only 41 tokens recovered)). Every score below is measured against that wall, not your content.

Fix: Allowlist legitimate agent user-agents / IP ranges in your WAF or bot-management rules, and serve real content (not a challenge) to them.

high CRR Content is hidden behind JavaScript

100% of content requires JS

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.

medium SSD Low signal-to-noise for agents

signal 1.00 · JSON-LD 0/1 · missing: structured-data

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

Agent Discoverability 27/100 · Agent Blocked

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

llms.txt Absent at /llms.txt and /.well-known/llms.txt Learn →
robots.txt (AI bots) Blocks: * (all) Learn →
sitemap.xml No /sitemap.xml Learn →
JSON-LD structured data No JSON-LD found Learn →
~ agents.json Absent (emerging standard) Learn →
~ WebMCP endpoint Absent (emerging standard) Learn →
~ OpenAPI / API docs No OpenAPI/Swagger found Learn →

Issues (10)

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).

Learn how to implement →

User-agent: GPTBot
Allow: /
Disallow: /admin/

Spec: https://platform.openai.com/docs/gptbot

No CAPTCHA wall high impact Detected: px-captcha

Business impact CAPTCHAs stop bots — including the AI agents your customers send to shop or book. Content behind a challenge is unreachable.

What we measured We fingerprint reCAPTCHA, hCaptcha and Cloudflare Turnstile in the page.

How to fix Reserve CAPTCHA for login/checkout flows, never public content pages.

Spec: https://developers.cloudflare.com/turnstile/

~ Machine-readable prices medium impact No prices found (fine for non-commercial sites)

Business impact When a user asks an agent 'how much does X cost', it needs readable pricing. Hidden, JS-only or 'request a quote' pricing means the agent can't answer — and recommends someone who can.

What we measured We scan the HTML for price patterns and Schema.org Offer/PriceSpecification markup.

How to fix Expose prices (or a starting-from range) in HTML and add Schema.org Offer.

<script type="application/ld+json">{"@type":"Offer","price":"29.90","priceCurrency":"EUR"}</script>

Spec: https://schema.org/Offer

llms.txt present high impact Absent at /llms.txt and /.well-known/llms.txt

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.

Learn how to implement →

# Your Site
> One-line description for AI agents.

## Key pages
- /products — catalog
- /pricing — plans
- /docs — documentation

Spec: https://llmstxt.org

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.

Learn how to implement →

<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.

Learn how to implement →

# robots.txt
Sitemap: https://example.com/sitemap.xml

Spec: https://www.sitemaps.org/

~ 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.

Learn how to implement →

Spec: https://agents-json.org

~ 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.

Learn how to implement →

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.

Learn how to implement →

Spec: https://www.openapis.org/

Passed audits (2)

✓ No content-blocking cookie wall✓ Server response (TTFB)
Full profile — how to improve · unused JS · network · timing

How to improve

highBreak up long main-thread taskshighest leverage

Longest task 363 ms (7 long tasks). Split heavy work, defer third-party scripts, and move compute off the main thread.

JavaScript coverage

208 KiB unused of 810 KiB (26% unused JS) — unused JS inflates Token Cost (TC) and slows the agent's parse.

ScriptSizeUnused
https://www.zillow.com/HYx10rg3/captcha/captcha.js?a=c&u=9ce7045d-75d3-11f1-9d95-7f083999ce67&v=&m=0&b=aHR0cHM6Ly93d3cuemlsbG93LmNvbS8=&h=R0VU573 KiB117 KiB (20%)
https://client.px-cloud.net/PXHYx10rg3/main.min.js231 KiB87 KiB (38%)
https://www.zillow.com/5 KiB4 KiB (78%)

Network

36Requests
432 KiBTransferred
19Scripts
0%3rd-party
7Long tasks
Script (19)
367 KiB
Font (2)
42 KiB
XHR (7)
7 KiB
Document (4)
6 KiB
Other (1)
5 KiB
Stylesheet (2)
3 KiB
Image (1)
2 KiB

Heaviest requests

URLTypeStatusTransfer
https://www.zillow.com/HYx10rg3/captcha/captcha.js?a=c&u=9ce7045d-75d3-11f1-9d95-7f083999ce67&v=&m=0&b=aHR0cHM6Ly93d3cuemlsbG93LmNvbS8=&h=R0VUScript200269 KiB
https://client.px-cloud.net/PXHYx10rg3/main.min.jsScript20098 KiB
https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2Font20042 KiB
https://www.zillow.com/Document4036 KiB
https://www.zillow.com/favicon.icoOther2005 KiB
https://collector-pxhyx10rg3.px-cloud.net/assets/js/bundleXHR2003 KiB
https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swapStylesheet2003 KiB
https://www.zillowstatic.com/s3/pfs/static/z-logo-default.svgImage2002 KiB
https://collector-pxhyx10rg3.px-cloud.net/assets/js/bundleXHR2001 KiB
https://collector-pxhyx10rg3.px-cloud.net/assets/js/bundleXHR2001 KiB
https://collector-pxhyx10rg3.px-client.net/b/g?payload=aUkQRhAIEGRbXlt+cHB5aGAGDxAeEFYQCEkQUGBoaHdLRh1qYVUPEAhUU15BVx4QeEpVZnpleEp3cVUPEAgQYmoDAwUGBxAeEHdqeF58A1FXa3MCDxAIEEJKWlEQHhB5dkZRYl8DYWVFYw8QCFRTXkFXHhBwdApFdVl3S39LQQ8QCBBRAgBWUAEHC1ABAgIACgRTBFFQCwcDA1RWCwEDC1MGCgtTB1BRVFdUVlQFVARUAFFWA1cDVwQEUQcEVwQKA1QBCGZcU2t2AWh5c3hYUUBreAQLe3dgdEVQVEEDZVxCUVMFZV15ewB5Q0hiQ0ZcalZfRgBIWV0DS2IEQh1ca0MGdVxcS2tfWVN0Q3tER3MGQFZ6ZlUAV1pjDw8IAwICAghbSmVYB1ZfXGpASmBadHgKeltie2JjC3B0AV5WWkt8Y31KUFpmAgB8QnxmSkQEfUELZGVAQ0BTHX97W38FX1RcWQRAa2RaCwJFU0d0GQYDSFBbfWZ5VVBCS3NTZmh7egVIV2ZKZ1FofHplWwADSB0GflwAC391Xkt1UG^XQHA2YdYmZbWQFTcQcGfVZoYEh3fAdrQl1oVlNHBGhddWZ5dkVbZmMHCwVlAXlgBWNfZH9TVHBzXUVKVHhkX38HVVgFci%3EG`0t7VUEaCWGNaYgFLWV8KVl9rX8FcFZnl5CkJrQGIdRB0DfldUQgd1Z0YAXnFddQEt7awt9ZhlDaGNqRUNrWkReQkB5WXhqRlRXc1oKGRlTd1gKY1ZxZwFHVnlBXVN+ClNLU1RkR1NYcQVYZld1CwEZdFhfUGpWc3FeUWdzeEtXY2BjYVBAaFxbemFABWhmS39fQABxXFN5e1VeAgNifFh1QNWoEAEVAUiAQLfQFjVUrDVIYEhBY3cCSnl3Y2d/UQJ0X1UESEFCfGgCQ`GtKWGhxAxlwYXF4WF9zQ1FHCnsDf1QBfV5TSF8EdHtVA1AFKSx0Ee2ViYWYdSmtbdUdGe0QdU1thCxkFcHN4B2EZcHtdAkVLS1RFcVcZZ3ZDWGIBHXZeekNKaEF6B0d9A1dGagJAaw8QHhrEB0RVpYdmR4XmhmCg8KQCEkQYmo7DAAUBChAICgIHHhBiagMABQELEAgCHhBiagMABQYCEAgCHhBiagMABQYDEAgfA08eEFADcFBkYVkKanV7DxAIEFpGRkJBCB0dRUVFHEh7bXl5dRRxRXV8dEE9Pbw==&appId=PXHYx10rg3&tag=eWpNaD8AUBl9Yg==&uuid=9ce7045d-75d3-11f1-9d95-7f083999ce67&ft=408&seq=1&en=NTA&bi=Mk1GQmd1AGN0FidnKx57YTNrVQUjRwhlPl5UDwkIC008bQB/dgUCeFwZNTkzbEwbMXgNfBpKBCFbGkYAfC9DP3xfFz13HnRvIGpUGixdAWM+WAVrC14GHzIyAX45EE4=&cs=402955377ebf35fe41943c4e059d2a5a43614ade0b0172519ad8b230a56bcada&pc=6296513700179291&sid=9d21e3b4-75d3-11f1-aa0f-bb8d17e70e81%F3%A0%84%B1%F3%A0%84%B7%F3%A0%84%B8%F3%A0%84%B2%F3%A0%84%B9%F3%A0%84%B6%F3%A0%84%B8%F3%A0%84%B7%F3%A0%84%B1%F3%A0%84%B6%F3%A0%84%B0%F3%A0%84%B1%F3%A0%84%B8&vid=9d21dd3d-75d3-11f1-aa0f-afda23cbf169&ci=9d24cd20-75d3-11f1-b287-21687730b20f&cts=9d21e669-75d3-11f1-aa0f-bb8d17e70e81&hid=K47rgSJLoCB-b8omEHhzu1durkpHW6-mmnYf7UybloY=:zLTza4kaGn5PhUfWytlpLIa2fxg2s8B/VIDPQd7EKkSQiIFpC9otulEyUADIa-Su-/NSjiO/w4jjW9Pgr0IycdQNAo57X43mAcAbNc3vaQj9ECSe4hquJko3kIdycBDlB1Hmq8s/HebKmJ5rCu4RWDFab-3UCLyz8c5ozJlLf2JrKrgEX0q4c3Mg3ekRCd/zXHR2001 KiB
https://ift.px-cloud.net/ns?c=9ce7045d-75d3-11f1-9d95-7f083999ce67XHR2001 KiB
blob:https://www.zillow.com/ecf07955-6a18-4975-8ecd-3e48cd0a692eScript0 KiB
blob:https://www.zillow.com/da4d7acd-fef9-47e4-bc0f-88e28dd9cf1bScript0 KiB
blob:https://www.zillow.com/a8bdff4f-866b-4274-b50f-34f089e536abScript0 KiB
blob:https://www.zillow.com/a5e81853-76cf-421f-ac95-73ebbc7a1ba7Script0 KiB
blob:https://www.zillow.com/6b3ed65b-7f86-4956-afb7-09cfa327e66bScript0 KiB
blob:https://www.zillow.com/29b2e341-007f-4b7c-b633-8f5087cb6460Script0 KiB
blob:https://www.zillow.com/6a3bc781-5536-4379-9f97-b7ce760d84a9Script0 KiB
blob:https://www.zillow.com/e0488a51-c0d9-48ec-8a66-f18f3f6b3341Script0 KiB
blob:https://www.zillow.com/673a3abc-592d-4004-b34d-7a859be44e1dScript0 KiB
blob:https://www.zillow.com/9b7ef2f1-e51d-497c-ada9-9e0772bbaeacScript0 KiB
blob:https://www.zillow.com/3766df42-5e07-4609-b88c-f4c99364b6b6Script0 KiB
blob:https://www.zillow.com/ad397cdb-3242-4e4a-943a-abad90ee7aa2Script0 KiB
blob:https://www.zillow.com/480af86b-9b49-4c4b-97fb-fa01e7edcdefScript0 KiB
blob:https://www.zillow.com/104df247-ea1c-4e29-a9d9-093e514bf407Script0 KiB
blob:https://www.zillow.com/4736bdcc-aab5-4942-b244-aa8a5e42e660Script0 KiB
blob:https://www.zillow.com/d08f2820-0c92-4582-8bf8-396de0dba29dScript0 KiB
blob:https://www.zillow.com/c0070c22-3cd4-4492-8057-76800d216bc3Script0 KiB
https://js.px-cloud.net/?t=d-gr0vzs8pm-1782968716094&v=9d21dd3d-75d3-11f1-aa0f-afda23cbf169&h=d3d3LnppbGxvdy5jb20%3D&a=PXHYx10rg3Document2000 KiB

Long tasks (>50 ms)

StartDuration
784 ms363 ms
1384 ms165 ms
181 ms139 ms
1185 ms98 ms
1284 ms67 ms
687 ms65 ms
1601 ms65 ms
Analyzing…
running mobile + desktop · ~30s