How to Run a Full Technical SEO Audit With Opus 4.7
Step-by-step guide to run a complete technical SEO audit using Claude Opus 4.7 and your sitemap. Free, fast, no agency needed.
Why Founders Skip Technical SEO Audits (And Why That Costs Visibility)
You shipped. Your product works. Users love it. But Google doesn't know it exists.
The problem isn't your content or your keywords. It's the invisible foundation: crawlability, indexing, core web vitals, schema markup, redirect chains, and a hundred other technical signals that determine whether Google even bothers to rank you.
Traditional SEO agencies charge $2,000–$10,000 for a technical audit. Semrush and Ahrefs demand monthly subscriptions. Most founders either skip the audit entirely or hire someone who doesn't understand their stack.
There's a faster way. Claude Opus 4.7 can digest your entire sitemap, analyze your site's technical structure, and deliver a prioritized audit in minutes. You don't need an agency. You don't need expensive software. You need a sitemap and 10 minutes.
This guide walks you through the exact workflow.
Prerequisites: What You Need Before Starting
Before you run the audit, gather these three things:
1. A Valid Sitemap.xml
Your sitemap is the roadmap of your entire site. Google uses it to discover and crawl your pages. If you don't have one, generate it first.
If you're on Next.js, Webflow, Shopify, Lovable, WordPress, or Framer, follow this step-by-step guide to generate sitemap.xml for your site. It takes 5–10 minutes depending on your stack.
If you already have a sitemap, grab the URL. It's usually at yoursite.com/sitemap.xml.
2. Access to Claude Opus 4.7
You'll need one of these:
- A Claude.ai account (free tier works, but has rate limits)
- An Anthropic API key with Claude Opus access (paid, but faster and more reliable)
- A subscription to Claude via a platform like Anthropic's official product page
For this workflow, Claude.ai free is fine. You're running one audit, not thousands.
3. Your Sitemap Content (Copied)
You'll paste your entire sitemap into Claude. Most sitemaps are 2,000–50,000 lines. Opus handles this without breaking a sweat.
To copy your sitemap:
- Visit
yoursite.com/sitemap.xmlin your browser - Right-click → "View Page Source"
- Select all (Ctrl+A or Cmd+A)
- Copy
Done. You're ready to audit.
Step 1: Prepare Your Sitemap for Analysis
Before you paste your sitemap into Claude, clean it up slightly. You want structure, not bloat.
Open a text editor (VS Code, Notepad, whatever). Paste your entire sitemap. Take a screenshot or note the following:
- Total URL count: How many pages are listed?
- URL patterns: Do you see
/blog/,/products/,/docs/? What's the structure? - Last modification dates: Are pages being updated regularly or is everything stale?
- Priority and changefreq tags: Are these set correctly?
You don't need to edit anything. Just observe. This context matters when Claude analyzes the sitemap.
Now, here's the key: If your sitemap is longer than 5,000 lines, Claude can still handle it, but you'll get better results if you trim it. Remove test pages, staging URLs, or duplicate entries. Keep production URLs only.
If you're unsure whether your sitemap is clean, check out the guide on robots, sitemaps, and canonicals to spot common misconfiguration issues first.
Step 2: Open Claude and Create Your Audit Prompt
Head to Claude.ai and start a new conversation.
Paste this prompt (customize it with your domain and business details):
You are a technical SEO auditor. I'm going to give you my site's sitemap.xml.
Analyze it and provide:
1. **Crawl Structure Issues**: Are there redirect chains, broken links, or orphaned pages?
2. **URL Best Practices**: Are URLs too long, non-descriptive, or inconsistent?
3. **Indexing Risks**: Are there duplicate content signals, missing canonicals, or noindex tags?
4. **Site Architecture**: Is the hierarchy logical? Are important pages too deep?
5. **Content Gaps**: What pages are missing that should exist for SEO?
6. **Priority Fixes**: Rank the top 10 issues by impact on rankings.
7. **Quick Wins**: What can be fixed in under 2 hours?
Provide specific, actionable recommendations. Reference actual URLs from my sitemap. Avoid generic SEO advice.
My site: [yoursite.com]
Business: [Brief description of what you do]
Here's my sitemap:
[PASTE ENTIRE SITEMAP HERE]
That's it. Paste the prompt and your sitemap.
Opus will process it in 30–60 seconds. The response will be longer than most ChatGPT outputs because Opus has extended thinking and better context retention.
Step 3: Review Opus's Initial Audit Output
Opus will return a structured audit. Here's what to look for:
Crawl Structure Issues
Opus will flag redirect chains (URL A → URL B → URL C), which slow down crawling and dilute ranking authority. It'll also catch orphaned pages—URLs that exist in your sitemap but aren't linked from anywhere on your site.
Example output:
Redirect Chain Found:
/old-product → /products/old → /products/new
Fix: Redirect /old-product directly to /products/new
These are high-priority. Fix them first.
URL Structure Problems
Opus analyzes whether your URLs follow best practices: descriptive, lowercase, hyphens (not underscores), no unnecessary parameters.
Example:
Problem URL: /product.php?id=12345&ref=google_cpc
Better: /products/your-product-name
Renaming URLs is disruptive (you need 301 redirects), so prioritize this for new pages, not existing ones.
Indexing and Canonicalization
Opus checks for duplicate content signals. If you have /products/widget and /products/widget/ (with trailing slash), Google sees two versions. You need a canonical tag pointing to the preferred version.
If your sitemap lists both, Opus will flag it.
Site Architecture
Opus evaluates whether important pages are too deep in your hierarchy. A page buried at /resources/guides/tutorials/advanced/seo/technical/audits/ is harder for Google to crawl and rank than one at /technical-seo-audit/.
Opus will recommend flattening where it matters.
Step 4: Dig Deeper With Follow-Up Questions
Opus's initial response is comprehensive, but you can ask for more detail. Send a follow-up prompt:
For the top 3 priority fixes you identified, give me:
1. The exact technical implementation (code, configuration, or steps)
2. How to verify the fix is working
3. Expected impact on rankings (timeframe, estimated traffic gain)
Be specific. I'm a technical founder, not an agency.
Opus will return implementation details. This is where the audit becomes actionable.
For example, if the issue is "missing schema markup," Opus will give you the exact JSON-LD code to add. If it's "duplicate content," Opus will show you the canonical tag syntax and where to place it.
Step 5: Cross-Reference With Search Console and Lighthouse
Opus's audit is structural. You need to validate it against real data from Google.
Open Google Search Console. If you haven't set it up yet, follow the 10-minute setup guide.
Check the Coverage report. This shows which pages Google has indexed and which it's rejected. Look for:
- Excluded pages: Why are they excluded? Noindex? Redirect? Duplicate?
- Errors: Are there crawl errors or indexing issues?
Opus's audit might flag issues that Search Console confirms. That's validation. Fix those first.
Next, run a Lighthouse audit. Follow this step-by-step guide to run your first Lighthouse audit in Chrome.
Lighthouse scores your site on performance, accessibility, best practices, and SEO. It's free and built into Chrome. Opus's audit will mention core web vitals issues. Lighthouse confirms them.
If Opus says your site is slow and Lighthouse confirms it (score below 50), that's a priority fix.
Step 6: Validate Indexing Issues With URL Inspection
Opus might flag specific pages as "at risk of not being indexed." Validate this with the URL Inspection Tool in Search Console.
Paste a URL from Opus's findings into URL Inspection. Google will tell you:
- Is it indexed?
- Why not (if it's not)?
- What issues did Google find during crawling?
This takes 30 seconds per URL. Test the top 5 problem URLs Opus identified.
If URL Inspection shows "Discovered but not indexed," Opus's recommendation is correct. If it shows "Indexed," Opus was being cautious (which is fine—fix it anyway).
Step 7: Check Schema Markup and Rich Results
Opus will likely flag missing or incorrect schema markup. Schema tells Google what your content is: an article, a product, an event, etc.
To validate, use Google's Rich Results Test.
Paste your homepage URL into the test. It'll show:
- What schema it found
- Whether it's valid
- What rich results you're eligible for (star ratings, job postings, etc.)
If Opus says "Missing Article schema," the Rich Results Test will confirm it. Add the schema, retest, and you're done.
Step 8: Prioritize the Fixes Into a 30-Day Action Plan
Opus gave you a list. Now you need to order it by impact and effort.
Create a spreadsheet:
| Issue | Impact | Effort | Days to Fix | Owner |
|---|---|---|---|---|
| Redirect chain in /old-pricing | High | Low | 1 | You |
| Missing meta descriptions | Medium | Medium | 3 | You |
| Slow page load (LCP > 4s) | High | High | 7 | Engineer |
| Missing schema markup | Medium | Low | 2 | You |
| Orphaned pages (not linked) | Low | Low | 1 | You |
Focus on high impact + low effort first. These are quick wins.
If you're unsure about impact, read the Google Search Console Performance Report guide to see which pages are already getting impressions. Fix those first.
Step 9: Implement Fixes and Verify
This is execution. Opus gave you the what. You do the how.
For each fix:
- Implement it (redirect, add schema, optimize image, etc.)
- Verify it's live (check your site, not just your local build)
- Test it (use the appropriate tool: URL Inspection, Rich Results Test, Lighthouse, etc.)
- Request indexing in Search Console if needed (here's the exact process)
Don't move to the next fix until the current one is verified live.
Step 10: Set Up Monitoring and Repeat Quarterly
You've run the audit once. Don't wait another year to do it again.
Set up quarterly audits. Here's why: your site changes. New pages go live. Old ones get deleted. Redirects break. Schema drifts. You need a repeatable process.
Follow this quarterly SEO review guide to build a 90-minute audit rhythm.
Every quarter:
- Export your updated sitemap
- Run it through Opus again
- Compare results to the previous quarter
- Fix new issues
- Verify old fixes are still in place
This prevents technical debt from accumulating.
Pro Tips: Getting More Out of Opus
Tip 1: Ask Opus to Prioritize by Your Business Model
If you're a SaaS, ranking for "pricing" and "features" matters most. If you're a blog, ranking for long-tail keywords matters. Tell Opus:
My business makes money from [signups / product sales / affiliate commissions].
Which of these audit findings will have the biggest impact on [that revenue metric]?
Opus will re-rank the issues by business impact, not just technical importance.
Tip 2: Ask for Competitor Comparisons
Give Opus your top 3 competitors' domain names. Ask:
Based on typical technical SEO patterns, what are my competitors likely doing that I'm not?
What should I prioritize to match or exceed their technical foundation?
Opus can't crawl their sites directly, but it can infer patterns and recommend competitive parity fixes.
Tip 3: Use Opus for Ongoing Technical Questions
After the initial audit, keep the conversation open. Ask:
- "I'm adding a new section to my site. Should it be
/resources/new-section/or/new-section/?" - "Should I use JavaScript or static HTML for this page? What's the SEO impact?"
- "Is it safe to redirect this old URL to a different section?"
Opus is a technical SEO advisor, not just an auditor.
Tip 4: Export and Share the Audit
After Opus finishes, copy the entire response into a Google Doc or Notion. Share it with your team, your engineer, or your freelancer. This becomes your source of truth for the next quarter.
Common Issues Opus Catches (And How to Fix Them)
Issue: Redirect Chains
Example: /old-url → /new-url → /final-url
Google has to follow three hops instead of one. Each hop delays crawling.
Fix: Redirect /old-url directly to /final-url.
Where to fix: Your .htaccess file (Apache), Nginx config, or your app's routing logic.
Issue: Missing Canonical Tags
You have /products/widget and /products/widget?ref=google (same content, different URL).
Google sees two versions and doesn't know which to rank.
Fix: Add <link rel="canonical" href="https://yoursite.com/products/widget" /> to both versions' <head>.
Issue: Slow Core Web Vitals
Your Largest Contentful Paint (LCP) is 5 seconds. Google penalizes this.
Fix: Optimize images (compress, lazy-load), defer non-critical JavaScript, upgrade hosting. Use PageSpeed Insights to identify the specific bottleneck.
Issue: Missing Meta Descriptions
You have 200 pages with no meta descriptions. Google generates its own (often poorly).
Fix: Add 160-character descriptions to your top 50 pages first. Automate for the rest.
Issue: Orphaned Pages
A page exists in your sitemap but isn't linked from anywhere on your site.
Google will crawl it (it's in the sitemap), but it's weak for ranking because it has no internal link authority.
Fix: Link to it from a relevant page, or remove it from the sitemap if it's not important.
When to Use Opus vs. When to Use Paid Tools
Opus is fast and free (or cheap). But it has limits.
Use Opus for:
- Initial technical audits (what you're doing now)
- Structural analysis (site architecture, redirects, canonicals)
- Schema markup validation
- Prioritization and planning
- Ongoing technical questions
Use Semrush, Ahrefs, or Surfer SEO for:
- Competitor keyword analysis (how many backlinks they have, what keywords they rank for)
- Rank tracking (monitoring your position over time)
- Backlink analysis (who's linking to you, where to build links)
- Content optimization (readability, keyword density, semantic relevance)
Opus audits your site. Paid tools compare you to competitors and track changes over time.
For a founder with no SEO budget, start with Opus. If you need ongoing tracking or competitive intelligence, add a paid tool later.
The Opus Workflow Fits Into Your Broader SEO Stack
This audit is one piece. To complete your SEO foundation, you also need:
- Google Search Console: Tells you what Google sees and how your site performs in search
- Google Analytics 4: Tracks which organic visitors convert
- Lighthouse: Audits performance and accessibility
- Chrome extensions: Quick checks on headers, schema, redirects
Read about the minimal AI stack every founder needs to see how Opus fits alongside other tools.
You don't need everything. Start with Opus + Search Console + Lighthouse. That's 80% of what you need.
Why This Works Better Than Agency Audits
Traditional agencies:
- Charge $3,000–$10,000 for a report
- Take 2–4 weeks
- Give you a PDF you can't act on immediately
- Disappear after the report
- Don't understand your specific tech stack
Opus:
- Costs $0–$20 (API credits)
- Takes 5 minutes
- Gives you actionable, specific recommendations
- Is available for follow-up questions
- Works with any stack
You're not replacing an agency. You're replacing the expensive, slow part of their process.
Limitations and What Opus Can't Do
Opus can't:
- Crawl your site directly (it analyzes your sitemap, not live pages)
- Check your backlink profile (it doesn't have access to link data)
- Track rankings over time (it's a one-time snapshot)
- Test user experience (it doesn't simulate real users)
- Analyze competitors (it can infer patterns, but can't crawl their sites)
If you need these, use Ahrefs, Semrush, or similar tools.
But for a technical founder who needs a quick, accurate audit of their own site, Opus is sufficient.
Summary: Your Next 48 Hours
Today (30 minutes):
- Generate or export your sitemap.xml
- Open Claude and paste the audit prompt + sitemap
- Read Opus's initial response
- Ask 2–3 follow-up questions for clarity
Tomorrow (2–4 hours):
- Cross-reference Opus's findings with Search Console and Lighthouse
- Create a prioritized action plan (spreadsheet)
- Start implementing the top 3 quick wins
- Request indexing for any fixed pages
Next week (ongoing):
- Implement remaining fixes
- Verify each fix is live and working
- Set a calendar reminder for a quarterly audit
- Monitor Search Console for improvements
Key Takeaways
You don't need an agency to run a technical SEO audit. Claude Opus 4.7 can analyze your entire site's structure, identify critical issues, and give you a prioritized action plan in minutes.
Your sitemap is the foundation. If you don't have one, generate it first. It's the roadmap Google uses to crawl your site.
Opus finds structural problems. You verify with tools. Use Search Console, Lighthouse, and URL Inspection to confirm Opus's findings before you fix them.
Prioritize by impact and effort. High-impact + low-effort fixes first. Quick wins build momentum.
Make it repeatable. Run the audit quarterly. Technical SEO is maintenance, not a one-time project.
Opus is one tool in your stack. Pair it with Search Console, Analytics, and Lighthouse. Together, they cover everything a founder needs.
You shipped a product. Now make it visible. Start the audit today.
Get the next one on Sunday.
One short email a week. What is working in SEO right now. Unsubscribe in one click.
Subscribe on Substack →