Apply for pilot
Example

This is an illustrative sample. Northgate CRM, its domain and every result below are fictional — written to show what an Agent Journey Audit delivers.

Only with JavaScriptExample

Plan prices are only visible with JavaScript

Buyer question: How much does the Growth plan cost?

Confidence: HighChecked three ways: plain fetch, browser session and structured data.

Where the journey stopped

  1. Open homepagecompleted
  2. Follow the Pricing linkcompleted
  3. Open /pricingcompleted
  4. Read plan pricesblocked here
  5. Compare plansnot reached

Person view vs. agent view

Person sees (browser)200 · 12 Sept 2026 10:16:41
Growth
  €49 per user/month
Enterprise
  Talk to sales
Agent gets200 · 12 Sept 2026 10:14:05
Growth
  — per user/month
Enterprise
  Talk to sales

Blocker

The pricing page loads for every agent, but the plan prices are injected by a script. An agent that reads the HTML sees each plan name followed by an empty price.

Business impact

Assistants that don't run JavaScript can't quote Northgate's prices, so they may leave it out of a cost comparison or describe it as "contact sales".

Trade-off

None found — the prices are already public in the browser.

Fix

Render each plan's price in the server HTML, or add schema.org Offer data with price and currency.

Done when
A plain HTTP fetch of /pricing contains "€49".
Owner
Web team
Effort
Small

Evidence · 3 records

Plain agent fetchPlain HTTP agent · no JavaScript
Request
200https://northgate-crm.example/pricing
Captured
· Amsterdam, NL
Growth
  — per user/month
Enterprise
  Talk to sales

38 KB HTML · no price values in the markup

Browser sessionBrowser-based agent · JavaScript on
Request
200https://northgate-crm.example/pricing
Captured
· Amsterdam, NL
Growth
  €49 per user/month
Enterprise
  Talk to sales

Prices rendered by /assets/pricing-widget.js

Structured dataStructured-data read
Request
200https://northgate-crm.example/pricing
Captured
· Amsterdam, NL
application/ld+json: { "@type": "Organization", "name": "Northgate CRM" }

No Offer, price or priceCurrency found