How this study classifies a homepage
The text below is the actual instruction given to the model (prompt v4) — not a paraphrase — so this page can't drift from what was really asked.
Instructions given to the model
The six dimensions
Excluded companies (6)
Companies crawled but left out of the 100-company dataset, and why:
| Basecamp | Not part of the official 50-company B2B SaaS sample -- this was the earlier pilot/validation company used while designing the v3/v4 prompt, left in data/companies/ from that phase. |
| Freshworks | Bot-detection block (Cloudflare 'Just a moment...' challenge, HTTP 403) encountered during the 48->100 expansion -- caught by expand_dataset.py and replaced, left in data/companies/ from the rejected attempt. |
| Middesk | Crawl captured only nav/footer chrome (476 chars, no hero or body copy) -- likely client-side content that loads after the crawler's load event, not a bot block. Missed by expand_dataset.py's length/phrase heuristics since it wasn't literally a block page; caught manually during the 48->100 expansion and replaced with Baseten. |
| Salesforce | Bot-detection block (Akamai 'Access Denied') -- homepage never actually rendered, so there was no real content for Claude to analyze. |
| Sentry | Bot-detection block (challenge page containing 'captcha') encountered during the 48->100 expansion -- caught by expand_dataset.py and replaced with a different candidate, left in data/companies/ from the rejected attempt. |
| ServiceNow | Bot-detection block (Akamai 'Access Denied') -- same as above. |
Scope
This is homepage-only analysis: the model sees only the homepage's cleaned text content, capped at 15,000 characters. It does not read documentation, pricing pages, blog posts, or any other page on the site, and it is not evaluated against AI-search citations, answer-engine visibility, or any off-site source. Those are different, separate metrics that may be added to this Index as future dimensions — this page's per-dimension breakdown updates automatically if they are, with no rebuild required.
Preliminary results. Every classification above is Claude's own reading of the homepage text — not independently verified ground truth. A subset of companies is currently going through manual human review; as reviewed rows are corrected, the numbers on every page of this Index update automatically on the next regeneration.