“Smart ideas trapped in a homepage that loads like it’s still waking up.”
Anthropic brought the brainpower, then let the homepage wander in late and overcomplicate the entrance. The branding is polished, but the page keeps tripping over basics like speed, structure, and repetition, which is a funny look for a company selling reliability and control.
https://www.anthropic.com/
screenshot
TECHNICAL SUMMARY
The homepage has a solid SEO baseline with a canonical tag, meta description, and crawlability intact, but the performance stack is dragging hard. Largest Contentful Paint is 6.8s, First Contentful Paint is 6.0s, Time to Interactive is 9.9s, main-thread work is 18.7s, and bootup time is 15.3s. The page is also missing structured data, has a heading-level skip from h3 to h6, and the robots.txt audit scored 0 despite the file existing. In short: the site is indexable and credible enough to find, but it loads and routes like it’s doing all the thinking in real time.
🔥Your Largest Contentful Paint at 6.8s is moving like it got stuck in a research ethics committee.
💀
A premium AI brand delivering a homepage that loads like it’s thinking very hard and accomplishing very little.
→
Cut unused JavaScript by the estimated 312 KiB and defer noncritical bundles until after the hero renders.
→
Eliminate render-blocking resources to recover the estimated 3,640 ms and move critical CSS above the fold.
→
Split the long main-thread tasks and delay third-party execution so interaction happens before users start questioning their life choices.
02
SEO
74
SEO score83robots.txt audit0Schema types0Link text audit2 links found
🔥robots.txt scored 0 even though it exists and allows everything, which is a delightful little self-own for a company that sells intelligence.
💀
The site is indexable, but it treats search engines like they should infer the rest from vibes alone.
→
Add JSON-LD for Organization, WebSite, and Breadcrumb on the homepage, plus Product if Claude is being promoted there.
→
Fix the heading hierarchy so it moves cleanly from h1 to h2 to h3 without the dramatic h3-to-h6 teleportation.
→
Review robots.txt in Lighthouse and confirm the crawler directives are being interpreted correctly, then add descriptive anchor text to internal links.
🔥One form with 3 inputs and 0 required fields is the web equivalent of asking for a sale while refusing to ask for a commitment.
💀
The page wants conversion energy, but the funnel is padded with repetition instead of persuasion.
→
Add at least one required lead-capture field or a clearer qualification step if the form is meant to convert interest into action.
→
Replace repeated CTA duplicates with context-specific actions: demo, contact sales, and app download should each serve a distinct intent.
→
Increase trust density by adding testimonials, customer logos, or quantified proof near the primary CTA so the page stops asking for faith on an empty stage.