www.zillow.com
Metrics
Final screenshot
Diagnostics
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.
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.
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
Metrics
Final screenshot
Diagnostics
signal 0.69 · 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.
13% of content requires JS · 87% of rendered content recovered (rest is placeholder/wrong)
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.
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 (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).
User-agent: GPTBot
Allow: /
Disallow: /admin/
✗ 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.
~ 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.
# Your Site
> One-line description for AI agents.
## Key pages
- /products — catalog
- /pricing — plans
- /docs — documentationSpec: 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.
<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.
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.
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 (2)
How to improve
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.
| Script | Size | Unused |
|---|---|---|
| https://www.zillow.com/HYx10rg3/captcha/captcha.js?a=c&u=9ce7045d-75d3-11f1-9d95-7f083999ce67&v=&m=0&b=aHR0cHM6Ly93d3cuemlsbG93LmNvbS8=&h=R0VU | 573 KiB | 117 KiB (20%) |
| https://client.px-cloud.net/PXHYx10rg3/main.min.js | 231 KiB | 87 KiB (38%) |
| https://www.zillow.com/ | 5 KiB | 4 KiB (78%) |
Network
Heaviest requests
| URL | Type | Status | Transfer |
|---|---|---|---|
| https://www.zillow.com/HYx10rg3/captcha/captcha.js?a=c&u=9ce7045d-75d3-11f1-9d95-7f083999ce67&v=&m=0&b=aHR0cHM6Ly93d3cuemlsbG93LmNvbS8=&h=R0VU | Script | 200 | 269 KiB |
| https://client.px-cloud.net/PXHYx10rg3/main.min.js | Script | 200 | 98 KiB |
| https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2 | Font | 200 | 42 KiB |
| https://www.zillow.com/ | Document | 403 | 6 KiB |
| https://www.zillow.com/favicon.ico | Other | 200 | 5 KiB |
| https://collector-pxhyx10rg3.px-cloud.net/assets/js/bundle | XHR | 200 | 3 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=swap | Stylesheet | 200 | 3 KiB |
| https://www.zillowstatic.com/s3/pfs/static/z-logo-default.svg | Image | 200 | 2 KiB |
| https://collector-pxhyx10rg3.px-cloud.net/assets/js/bundle | XHR | 200 | 1 KiB |
| https://collector-pxhyx10rg3.px-cloud.net/assets/js/bundle | XHR | 200 | 1 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/z | XHR | 200 | 1 KiB |
| https://ift.px-cloud.net/ns?c=9ce7045d-75d3-11f1-9d95-7f083999ce67 | XHR | 200 | 1 KiB |
| blob:https://www.zillow.com/ecf07955-6a18-4975-8ecd-3e48cd0a692e | Script | — | 0 KiB |
| blob:https://www.zillow.com/da4d7acd-fef9-47e4-bc0f-88e28dd9cf1b | Script | — | 0 KiB |
| blob:https://www.zillow.com/a8bdff4f-866b-4274-b50f-34f089e536ab | Script | — | 0 KiB |
| blob:https://www.zillow.com/a5e81853-76cf-421f-ac95-73ebbc7a1ba7 | Script | — | 0 KiB |
| blob:https://www.zillow.com/6b3ed65b-7f86-4956-afb7-09cfa327e66b | Script | — | 0 KiB |
| blob:https://www.zillow.com/29b2e341-007f-4b7c-b633-8f5087cb6460 | Script | — | 0 KiB |
| blob:https://www.zillow.com/6a3bc781-5536-4379-9f97-b7ce760d84a9 | Script | — | 0 KiB |
| blob:https://www.zillow.com/e0488a51-c0d9-48ec-8a66-f18f3f6b3341 | Script | — | 0 KiB |
| blob:https://www.zillow.com/673a3abc-592d-4004-b34d-7a859be44e1d | Script | — | 0 KiB |
| blob:https://www.zillow.com/9b7ef2f1-e51d-497c-ada9-9e0772bbaeac | Script | — | 0 KiB |
| blob:https://www.zillow.com/3766df42-5e07-4609-b88c-f4c99364b6b6 | Script | — | 0 KiB |
| blob:https://www.zillow.com/ad397cdb-3242-4e4a-943a-abad90ee7aa2 | Script | — | 0 KiB |
| blob:https://www.zillow.com/480af86b-9b49-4c4b-97fb-fa01e7edcdef | Script | — | 0 KiB |
| blob:https://www.zillow.com/104df247-ea1c-4e29-a9d9-093e514bf407 | Script | — | 0 KiB |
| blob:https://www.zillow.com/4736bdcc-aab5-4942-b244-aa8a5e42e660 | Script | — | 0 KiB |
| blob:https://www.zillow.com/d08f2820-0c92-4582-8bf8-396de0dba29d | Script | — | 0 KiB |
| blob:https://www.zillow.com/c0070c22-3cd4-4492-8057-76800d216bc3 | Script | — | 0 KiB |
| https://js.px-cloud.net/?t=d-gr0vzs8pm-1782968716094&v=9d21dd3d-75d3-11f1-aa0f-afda23cbf169&h=d3d3LnppbGxvdy5jb20%3D&a=PXHYx10rg3 | Document | 200 | 0 KiB |
Long tasks (>50 ms)
| Start | Duration |
|---|---|
| 784 ms | 363 ms |
| 1384 ms | 165 ms |
| 181 ms | 139 ms |
| 1185 ms | 98 ms |
| 1284 ms | 67 ms |
| 687 ms | 65 ms |
| 1601 ms | 65 ms |