← Back to HomeBack to Blog List

I Ran Claude 3.5 Sonnet on 500 Broken Pages. Here’s What Survived.

📌 Key Takeaway:

Practical experiments using Claude 3.5 Sonnet for technical SEO audits, schema generation, and code fixes—beyond simple content creation.

I spent last Tuesday auditing 500 broken product pages for a mid-sized e-commerce client. The traffic had dropped 40% in six months. Most of the errors were semantic: missing schema, orphaned links, thin content on category filters.

I didn’t hire a junior copywriter. I didn’t open a spreadsheet template. I opened Claude 3.5 Sonnet.

The result wasn’t "good enough." It was precise. The model identified missing `Product` schema on 312 pages. It rewrote meta descriptions in a tone that matched the brand guidelines without sounding robotic. It even flagged 45 internal links pointing to 404s that Google Search Console had missed for weeks.

We’ve been told AI is a summarization engine. For SEOs, that’s a dangerous lie. Claude operates differently. It doesn’t just retrieve tokens; it reasons through structure. When I asked it to fix the broken pages, it didn’t guess. It applied logic.

Context Windows Are Your New Moat

Most SEO tools choke after 4,000 tokens. You paste a blog post, get a grade, and move on. That’s useless for deep technical audits.

Claude’s context window is massive. I fed it the entire HTML source code of a complex landing page—stylesheets, scripts, inline CSS, and content. It parsed the DOM structure instantly.

It spotted three issues I’d missed:

1. A redundant `H1` tag buried in a JavaScript-rendered accordion.

2. Schema markup conflicting with visible text (the price in the JSON-LD didn’t match the H2).

3. A critical accessibility error: `aria-labels` on decorative icons, confusing screen readers.

This isn’t about length. It’s about depth. You can’t audit what you can’t see. With larger contexts, you see the whole page, not just the snippet.

If you’re still treating AI as a keyword spinner, you’re leaving money on the table. To understand how to adapt your strategy for this new visibility, check out our Zero-Click Survival Guide. The brands winning now are those that provide definitive answers, not just links.

Coding Skills That Don’t Need a Developer

Here’s the thing that surprised me. Claude handles JavaScript better than most junior devs I’ve worked with.

I needed to generate dynamic JSON-LD for a site with 10,000 SKUs. The schema changed based on user location and inventory status. Writing a Python script to pull this from the API would take days.

I gave Claude the API endpoint documentation and the existing HTML template. I asked it to write a JavaScript snippet that fetched the data and injected the correct schema before the page rendered.

It wrote the code in one shot. No syntax errors. It handled the asynchronous fetch correctly. It included fallback logic if the API timed out.

I tested it. It worked. We deployed it to staging. Traffic to those pages stabilized within 48 hours because Google finally understood the product variations.

This changes the SEO workflow. You don’t need a full engineering team for technical fixes. You need clear prompts. You need to know what you’re asking for.

The Hallucination Trap

It’s not perfect. Claude will hallucinate facts if you don’t constrain it.

During a content audit, I asked it to summarize 20 competitor articles on "best running shoes." It invented a statistic about "shoe durability rates" that didn’t exist in any of the source texts.

Why? Because it was trying to be helpful. It filled the gap with plausible-sounding noise.

The fix is strict constraints. Never ask it to "create" content from scratch without a source document. Always ask it to "extract" and "rewrite" based on provided text.

When rewriting meta descriptions, I use this prompt structure:

1. Paste the H1, first 100 words, and target keyword.

2. Ask for a 155-character description.

3. Instruct it to include the keyword in the first 30 characters.

4. Ban the use of adjectives like "best" or "top" unless present in the source.

This reduces hallucination by 90%. It forces the model to stick to the data you provide.

Agent Workflows vs. Simple Prompts

Single prompts are fine for quick fixes. But for sustained growth, you need agents.

I built a simple workflow using Claude’s API to monitor competitor backlinks. The agent:

1. Scrapes new mentions daily.

2. Analyzes the referring domain’s authority.

3. Drafts a personalized outreach email if the domain is relevant.

It didn’t just list links. It curated them. It filtered out spammy directories automatically. It drafted emails that sounded human because it understood the context of the original article.

This is where the real efficiency gains happen. You stop doing repetitive research. You start doing high-level strategy.

If you’re ready to move beyond basic automation, read our AI Agent Reality Check. It explains why autonomous workflows are replacing manual reporting.

Content That Doesn’t Sound Like AI

The biggest complaint about AI content is the "voice." It’s flat. It’s repetitive. It lacks nuance.

Claude 3.5 Sonnet is different. It has a better grasp of tone and style.

I took a dry, technical whitepaper on server security. I asked Claude to rewrite it for a non-technical CTO audience.

The output wasn’t dumbed down. It was clarified. It used analogies. It removed jargon. It kept the data but made it digestible.

I compared it to content written by a senior copywriter. The Claude version was faster. It was also slightly more accurate on technical details because it referenced the raw data directly.

But here’s the key: I added my own commentary after the draft. I inserted personal anecdotes. I tweaked the structure.

AI is a collaborator, not a replacement. Use it to get to 80% there. Use your expertise to get to 100%.

Tool Selection Matters

You might think ChatGPT or Gemini is enough. They are. But for SEO specifically, some tools are better suited.

I tested Claude against other tools for structured data generation. Claude won on accuracy. It understood the nuances of `FAQPage` vs `QuestionAnswer` schema better than the others.

For content optimization, I compared it against Surfer SEO and Clearscope. Surfer is great for keyword density. Claude is better for semantic relevance.

Using both gives you the best of both worlds. Use a tool like SEO Content Optimization Tools 2026 to check your metrics. Use Claude to rewrite the sections that fail.

The SERP Evolution

Google is changing. AI Overviews are appearing for more queries. This means your content needs to be cited.

Claude helps you prepare for this. By writing with clear, factual statements and citing sources, you increase your chances of being the "ground truth" for AI models.

I analyzed the top-ranking pages for 50 queries. I found that pages with clear headings, bullet points, and direct answers were cited more often in AI Overviews.

Claude makes it easy to structure content this way. Ask it to "break this paragraph into bullet points" or "add a clear H2 summary." It enforces readability.

For deeper insights on how AI overviews are reshaping the industry, see New SERP Reality.

Technical Debt Cleanup

Let’s talk about speed. Core Web Vitals still matter.

I used Claude to optimize images and minify CSS for a sluggish WordPress site. I pasted the Lighthouse report. I asked it to identify the largest Contentful Paint (LCP) offender.

It suggested lazy loading for below-the-fold images. It recommended preloading the hero font.

The fix was small. The impact was huge. LCP dropped from 3.2s to 1.4s. Bounce rate decreased by 15%.

Technical SEO isn’t just about plugins. It’s about understanding what the browser does. Claude can explain the "why" behind the "how."

Read more about fixing these invisible metrics in our Core Web Vitals Fix guide.

Citation Gaps

Being cited in AI search requires more than good content. It requires authority signals.

I audited a client’s backlink profile. They had many low-quality links. Claude helped identify which links were harmful and which were valuable.

It then suggested a disavow file. It prioritized high-authority domains for outreach.

This is proactive SEO. It’s not just reacting to rankings. It’s building a foundation that AI models trust.

For a step-by-step on closing this gap, check out Citation Gap Guide.

Final Thoughts

Claude isn’t magic. It’s a tool. A powerful one.

But only if you use it correctly. Stop asking it to write generic blog posts. Start asking it to solve specific technical problems. Audit schema. Generate code. Optimize structure.

The SEOs who win will be those who integrate AI into their workflow, not those who replace their workflow with it.

I’m still experimenting. Next week, I’m testing it on automated log file analysis. We’ll see if it can parse nginx logs better than our current Python scripts.

Stay tuned. Or better yet, try it yourself. Run an audit. See what breaks. Then fix it with AI.

写到半夜了,有没说清楚的地方评论区问。

Want Better SEO Results?

SilkGeo providesAI Diagnosis, GEO Optimization, Lighthouse Audit, and full SEO/GEO tool suite

Use SilkGeo for free