How to Re-Audit a Site With Seoable After Big Changes
Step-by-step guide to re-audit your site after major changes. Catch regressions, validate fixes, and maintain rankings with Seoable's domain audit in 60 seconds.
Why Re-Auditing After Big Changes Matters
You shipped something. A redesign. A domain migration. A content overhaul. New product pages. A technical refactor. Whatever it was, you moved fast—which is good. But speed creates blind spots.
Rankings drop. Traffic vanishes. Crawl errors spike. You don't see it for weeks because you're heads-down shipping the next thing.
That's where re-auditing saves you. It's not about perfectionism. It's about catching regressions early, before they compound into months of lost organic visibility.
A re-audit after big changes answers the questions that matter:
- Did your migration break internal links?
- Are new pages being indexed?
- Did you accidentally block crawlers with a robots.txt change?
- Are your 301 redirects actually working?
- Did the redesign kill your Core Web Vitals?
- Are your canonical tags pointing to the right URLs?
Without a re-audit, you're flying blind. With one, you catch problems in days instead of months.
What Counts as a "Big Change"
Not every tweak requires a full re-audit. But certain changes do. If you've done any of these, you need to re-audit:
Technical changes that trigger re-audits:
- Domain migration or subdomain restructuring
- Site-wide CMS migration or platform change
- Major URL structure changes (especially if you didn't set up 301 redirects properly)
- Changes to robots.txt, sitemaps, or canonical tags
- Moving from HTTP to HTTPS (or vice versa)
- Switching hosting providers or CDNs
- Major server-side redirects or rewrites
Content changes that trigger re-audits:
- Deleting or consolidating 50+ pages
- Rewriting core product or service pages
- Launching a new section with 100+ pages
- Changing your primary keyword focus
- Updating your brand positioning or messaging
Design and performance changes that trigger re-audits:
- Full site redesign
- Major layout changes to homepage or key landing pages
- Image optimization or format changes
- JavaScript framework changes that affect rendering
- Core Web Vitals degradation (CLS, LCP, FID changes)
If you've done one of these, stop guessing. Audit. Now.
Prerequisites: What You Need Before You Start
Before you run a re-audit, make sure you have these in place:
Access and setup:
- Google Search Console verified for your domain (not just a single property)
- Google Analytics 4 connected to your site
- A baseline audit from before the big change (if you have one)
- Admin access to your site's hosting and CMS
- 15–30 minutes of uninterrupted time
Tools you'll use:
- Seoable for the domain audit and keyword roadmap
- Google Search Console (free)
- Google Analytics (free)
- Chrome DevTools or Lighthouse (free)
- Your sitemap URL (usually at /sitemap.xml)
Data you should have ready:
- Your domain name
- A list of major changes you made (dates, what changed, why)
- Any 301 redirects you set up
- Your target audience and primary keywords
If you're missing any of these, set them up first. It'll take 10 minutes and save you hours of confusion later.
If you haven't set up Google Search Console yet, follow this 10-minute setup guide. It walks you through verification, sitemap submission, and initial configuration—exactly what you need before re-auditing.
Step 1: Run Your Seoable Domain Audit
This is your starting point. Seoable's domain audit runs in under 60 seconds and gives you a complete snapshot of your site's SEO health after changes.
Here's how to do it:
Access Seoable and start a new audit:
- Go to Seoable
- Enter your domain name
- Select your primary industry or business type
- Click "Start Audit"
Seoable will crawl your site, analyze technical SEO, generate a keyword roadmap, and create 100 AI-generated blog posts—all in one shot.
What you're looking for in the audit results:
Once the audit completes, focus on these sections:
- Crawl health: Are there new crawl errors? Compare this to your last audit. Any spike in 4xx or 5xx errors means something broke.
- Indexation: How many pages are indexed? Did the number drop after your changes? If you added 50 pages and none are indexed, that's a problem.
- Core Web Vitals: What's your LCP, CLS, and FID? Did they degrade after the redesign?
- Robots.txt and sitemaps: Are they configured correctly? Are they blocking important pages?
- Canonical tags: Are they pointing to the right URLs? Broken canonicals kill rankings fast.
- SSL/HTTPS: Is your entire site over HTTPS? Mixed protocols break indexation.
The audit gives you a score out of 100. If your score dropped 10+ points since the last audit, you have regressions to fix.
Don't try to fix everything at once. Prioritize by impact: crawl errors first, then indexation issues, then performance.
Step 2: Check Google Search Console for Crawl and Index Issues
Seoable's audit is fast and broad. Google Search Console is deep and specific. Together, they give you the full picture.
Log into Google Search Console and navigate to the property that matches your domain.
Check the Coverage report:
Go to Index > Coverage. This shows you exactly what Google has indexed and what it hasn't.
Look for these signals:
- Excluded pages: Are pages you want indexed showing as "Excluded"? If yes, check the reason. Common culprits: noindex tags, robots.txt blocks, canonicals pointing elsewhere.
- Error pages: Any 404s or 5xx errors? These usually spike after migrations. If you set up 301 redirects, these should be zero. If they're not, your redirects aren't working.
- Valid pages: Did this number drop? If you added pages and the valid count dropped, something's wrong with indexation.
Run URL Inspection on critical pages:
Don't inspect every page. Pick your top 5–10 pages (homepage, main product pages, key landing pages) and inspect them individually.
Go to the URL Inspection tool (it's in the left sidebar). Type in a URL and hit Enter.
You'll see:
- Index status: Is Google able to index this page?
- Crawl status: Can Google crawl it?
- Canonical: What's the canonical URL? Is it correct?
- AMP: If you're using AMP, is it set up right?
If any critical page shows "URL is not on Google," you need to investigate. Check for:
- Noindex tags
- Robots.txt blocks
- Incorrect canonicals
- Server errors (5xx)
- Redirect chains
The URL Inspection tool is the fastest way to diagnose indexing problems in 30 seconds. Use it aggressively after big changes.
Check the Performance report:
Go to Performance. This shows your organic traffic, click-through rate, and average position.
Filter by date to see before-and-after your big change. Did clicks drop? Did impressions stay the same but clicks fall (indicating a CTR problem)? Did average position drop?
If any of these metrics dropped 20%+ after your change, you have a regression. Reading the Performance report correctly tells you exactly which pages lost visibility and why.
Note the pages that lost the most traffic. You'll prioritize fixing these in Step 4.
Step 3: Audit Technical SEO and Core Files
After big changes, technical SEO breaks in predictable ways. Check these three files first:
1. Robots.txt
Go to [your domain]/robots.txt in your browser. You should see something like this:
User-agent: *
Disallow: /admin
Disallow: /private
Allow: /public
Sitemap: https://yourdomain.com/sitemap.xml
After a migration or redesign, robots.txt often gets misconfigured. Check for:
- Disallow: / — This blocks all crawlers. If you see this, fix it immediately.
- Disallow: /pages — If you moved pages to a new structure, old disallow rules will block them.
- Missing sitemap URL — Add it if it's not there.
If you changed your URL structure, your robots.txt rules might be blocking the new URLs. Here's a detailed breakdown of robots.txt, sitemaps, and canonicals—the three files founders always misconfigure.
2. Sitemap
Go to [your domain]/sitemap.xml. It should list all your important pages.
Check for:
- Old URLs still in the sitemap — If you migrated domains or changed URLs, old URLs shouldn't be here. Remove them.
- New URLs missing — If you added pages, they should be in the sitemap within 48 hours.
- Proper formatting — URLs should be absolute (https://yourdomain.com/page, not /page).
- Lastmod dates — These should reflect when pages were actually updated, not the migration date.
After checking, submit your sitemap in Google Search Console. This tells Google to crawl and index everything in the list.
3. Canonical tags
Broken canonicals are silent killers. They tell Google to rank a different page than the one you're trying to promote.
Check your homepage and top 5 pages. Right-click > Inspect > Search for "canonical" in the HTML.
You should see:
<link rel="canonical" href="https://yourdomain.com/page/" />
The canonical should point to the page itself (self-referential) or to a consolidated version if you merged pages.
Common mistakes after changes:
- Canonical points to old domain — If you migrated, update all canonicals to new domain.
- Canonical points to homepage — Every page should have its own canonical, not point to home.
- Missing canonical — Add one to every page. It's cheap insurance.
If you find broken canonicals, fix them before moving to Step 4.
Step 4: Validate 301 Redirects (If You Migrated URLs)
If you changed URLs—either because of a domain migration, URL structure change, or page consolidation—you need 301 redirects.
301 redirects tell Google: "This old URL moved to this new URL. Transfer the ranking power."
Without them, you lose all the authority the old page built up.
Test your redirects:
Take 10 old URLs that you redirected. Use an online redirect checker (like Redirect Checker) or curl:
curl -I https://yourdomain.com/old-page
You should see:
HTTP/1.1 301 Moved Permanently
Location: https://yourdomain.com/new-page
If you see 302 (temporary redirect), 307, or 404 instead, your redirects are wrong.
Common redirect problems after migrations:
- Redirect chains — Old URL → Intermediate URL → Final URL. This wastes crawl budget. Always redirect directly to the final URL.
- Redirect loops — URL A redirects to B, B redirects back to A. This breaks everything. Test every redirect.
- Missing redirects — You deleted a page but didn't set up a redirect. Google sees a 404. Ranking power is lost.
For a full guide on setting up 301 redirects properly, read this step-by-step domain migration guide. It covers redirect mapping, implementation, and monitoring.
Monitor redirect impact:
After setting up redirects, wait 1–2 weeks. Then check Google Search Console again.
Go to Index > Coverage. The "Excluded" count should drop as Google re-indexes the redirected URLs. If it doesn't, you have broken redirects to fix.
Step 5: Assess Content Quality and E-E-A-T Signals
Big changes often affect content. A redesign might have broken your author bios. A migration might have stripped metadata. A rewrite might have diluted your expertise signals.
Google now prioritizes E-E-A-T: Experience, Expertise, Authoritativeness, Trustworthiness.
Check your E-E-A-T signals:
On your key pages (homepage, about page, main product pages), verify:
- Author bylines — Are they present? Do they link to author pages with bio and credentials?
- Publication date and last updated date — Are these visible? Outdated content signals poor quality.
- Internal linking — Do you link to relevant internal pages? This shows topical authority.
- Citations and sources — Do you cite credible sources? Link to them.
- Contact information — Is it easy to find your phone number, email, address?
- Privacy policy and terms — Are these present and up-to-date?
If your redesign removed any of these, add them back. They're not optional.
Read this guide on E-E-A-T and SEO for actionable steps to strengthen expertise and trust signals. It covers specific tactics for different industries.
Audit content after major rewrites:
If you rewrote content, check:
- Keyword coverage — Does the page still target the keyword it ranked for? If you removed the keyword, the page will lose rankings.
- Content length — Shorter content often underperforms. Check if you accidentally trimmed too much.
- Readability — Did the rewrite make the page harder to scan? Use short paragraphs, subheadings, and lists.
- Unique value — Does the page offer something competitors don't? Generic rewrites lose rankings.
If content quality dropped, revert to the previous version or rewrite to match the original intent.
Step 6: Check Core Web Vitals and Page Speed
Designs often introduce performance regressions. Larger images, bloated JavaScript, render-blocking CSS—all of these kill Core Web Vitals.
Google uses Core Web Vitals as a ranking factor. If your redesign broke them, you'll lose rankings.
Run Lighthouse audit:
In Chrome, open DevTools (F12). Go to Lighthouse. Click "Analyze page load."
You'll get scores for:
- Performance (0–100)
- Accessibility (0–100)
- Best Practices (0–100)
- SEO (0–100)
Focus on Performance. If it dropped 20+ points after your redesign, investigate.
Lighthouse will tell you what's slow:
- Largest Contentful Paint (LCP) — How fast does the main content load? Should be under 2.5 seconds.
- Cumulative Layout Shift (CLS) — Does the page jump around while loading? Should be under 0.1.
- First Input Delay (FID) — How fast does the page respond to clicks? Should be under 100ms.
Here's a step-by-step guide to running your first Lighthouse audit in Chrome. It covers how to read the results and prioritize fixes.
Test on real devices:
Lighthouse runs on your desktop. Real users are on mobile. Test your redesigned pages on actual phones and slow 4G connections.
If the homepage takes 5 seconds to load on mobile, that's a regression. Fix it before it tanks your rankings.
Step 7: Compare Metrics Before and After
Now you have data from Seoable, Google Search Console, and Lighthouse. Compare it to your baseline (before the big change).
Create a simple comparison table:
| Metric | Before | After | Change |
|---|---|---|---|
| Indexed pages | 150 | 145 | -3% |
| Crawl errors | 2 | 8 | +300% |
| Avg position | 18 | 22 | -4 positions |
| Organic traffic | 1,200 | 980 | -18% |
| Performance score | 85 | 72 | -13 points |
Any metric that dropped 10%+ is a regression. Prioritize fixing the biggest drops first.
If you don't have a baseline, use the last 30 days of data from Google Search Console as your "before."
Step 8: Prioritize and Fix Regressions
You've found problems. Now fix them.
Prioritization framework:
Fix in this order:
- Crawl errors (blocks indexation)
- Indexation issues (pages not showing up in search)
- Broken redirects (ranking power lost)
- Core Web Vitals failures (ranking factor)
- Content quality issues (slow ranking decay)
- Backlink problems (if you migrated domains)
Don't try to fix everything at once. Pick the top 3 issues and fix them this week.
Common fixes by issue type:
Crawl errors:
- 404 errors: Set up 301 redirects or restore the page
- 5xx errors: Check server logs, restart services, contact hosting
- Robots.txt blocks: Update robots.txt to allow important pages
- Timeout errors: Optimize page speed, increase server resources
Indexation issues:
- Noindex tags: Remove them if they're blocking important pages
- Broken canonicals: Fix them to point to correct URLs
- Redirect chains: Simplify to direct redirects
- Poor E-E-A-T: Add author bios, publication dates, contact info
Broken redirects:
- Test all redirects with a redirect checker
- Remove redirect chains
- Fix destination URLs that are themselves redirects
Core Web Vitals:
- Optimize images (use WebP, compress, lazy load)
- Defer non-critical JavaScript
- Reduce CSS
- Use a CDN
Content quality:
- Restore removed keywords
- Expand thin content
- Add internal links
- Update publication dates
After fixing each issue, wait 3–7 days and re-check Google Search Console. You should see improvements.
Step 9: Set Up Continuous Monitoring
One audit isn't enough. You need to catch regressions early, before they cost you months of traffic.
Weekly monitoring (15 minutes):
Every Monday, check these metrics in Google Search Console:
- Crawl errors — Any new ones? Fix immediately.
- Coverage — Did the indexed page count change? If it dropped 5%+, investigate.
- Performance — Did clicks or average position drop 10%+? Check which pages.
Monthly monitoring (30 minutes):
Once a month, run a fresh Seoable audit. Compare the score to last month. If it dropped 5+ points, you have new regressions.
Quarterly deep dive (90 minutes):
Every quarter, do a full re-audit like you just did. Check all technical SEO, content quality, and performance. Here's a repeatable quarterly SEO review process that takes 90 minutes.
Set up automated alerts:
In Google Search Console, go to Settings > Email preferences. Enable alerts for:
- New crawl errors
- Indexation coverage drops
- Core Web Vitals issues
Google will email you if something breaks. You'll catch it in hours, not weeks.
Recommended Re-Audit Cadence
How often should you re-audit? It depends on how much you change.
After every big change:
If you migrated domains, redesigned, or restructured URLs, re-audit within 3 days. You need to catch problems fast.
Every 30 days (if you're shipping frequently):
If you add content, change pages, or update your site structure regularly, re-audit monthly. This catches regressions before they compound.
Every 90 days (stable sites):
If your site is stable and you're not making major changes, a quarterly re-audit is enough. This is your baseline check.
After Google Core Updates:
When Google releases a Core Update (usually monthly), re-audit within a week. Core Updates can cause ranking shifts even if you didn't change anything. You need to understand what happened and adapt.
Connecting Your Data: From Audit to Action
You've run audits, checked Google Search Console, tested redirects, and prioritized fixes. Now you need a system to track what you've done and measure impact.
Build a simple tracking sheet:
Create a spreadsheet with columns for:
- Issue found (e.g., "Broken redirect on /old-page")
- Severity (High/Medium/Low)
- Date found
- Date fixed
- Impact (traffic recovered, rankings improved, etc.)
This becomes your record of regressions and fixes. Over time, you'll see patterns. Maybe you always break canonicals during migrations. Maybe your redesigns always kill performance. Once you see the pattern, you can prevent it next time.
Connect Google Search Console to a dashboard:
Instead of logging into Google Search Console every week, build a one-page SEO dashboard in Looker Studio in under 30 minutes. It pulls data directly from Google Search Console and updates automatically.
Your dashboard should show:
- Organic traffic (last 30 days)
- Average position (top 10 keywords)
- Crawl errors (trending)
- Indexed pages (trending)
- Core Web Vitals (latest)
Check this dashboard every Monday. If anything trends down, you have a regression to investigate.
Common Re-Audit Mistakes to Avoid
Founders often make the same mistakes when re-auditing. Avoid these:
Mistake 1: Only checking rankings
Rankings are the last thing to move. If you only check rankings, you'll miss problems for weeks.
Check crawl errors, indexation, and performance first. Rankings follow.
Mistake 2: Waiting too long to audit
If you ship a big change on Monday, don't wait until Friday to audit. Audit Wednesday. The faster you catch problems, the faster you fix them.
Google's crawlers take time to re-crawl and re-index. If you wait 2 weeks to audit, you've already lost 2 weeks of traffic.
Mistake 3: Ignoring Core Web Vitals
Core Web Vitals are a ranking factor. A redesign that breaks them will lose rankings, even if everything else is fine.
Always test performance after a redesign. Don't ship until Lighthouse Performance score is 80+.
Mistake 4: Fixing without testing
You find a broken redirect and fix it. But did you test it? Did you verify it works?
Always test fixes. Verify redirects work. Check that pages are indexed. Confirm performance improved.
Testing takes 5 minutes. Broken fixes cost you weeks of lost traffic.
Mistake 5: One-time audits
You re-audit after the big change, fix everything, and then never audit again.
That's how regressions sneak in. You need continuous monitoring. Weekly checks for crawl errors. Monthly audits. Quarterly deep dives.
One audit is a snapshot. Continuous monitoring is the real safety net.
Putting It All Together: Your Re-Audit Checklist
Here's your complete re-audit checklist. Use this after every big change:
Before you change anything (Baseline):
- Run Seoable audit
- Screenshot Google Search Console metrics (traffic, position, CTR)
- Check Lighthouse Performance score
- Note crawl errors and indexation status
Immediately after the big change (Within 3 days):
- Run new Seoable audit
- Check Google Search Console for new crawl errors
- Check Coverage report for indexation changes
- Test 10 critical pages with URL Inspection
- Run Lighthouse audit on homepage and key pages
- Verify robots.txt, sitemap, and canonicals
- Test all 301 redirects (if applicable)
First week after change:
- Fix all crawl errors
- Fix broken redirects
- Fix broken canonicals
- Optimize performance if Lighthouse dropped 20+ points
- Re-check Google Search Console
Second week after change:
- Monitor traffic and rankings in Google Search Console
- Check Coverage report for indexation progress
- Re-run Seoable audit
- Compare metrics to baseline
- Document any regressions and fixes
Ongoing:
- Weekly: Check crawl errors and coverage in Google Search Console
- Monthly: Run Seoable audit, compare to previous month
- Quarterly: Full re-audit, deep dive on all metrics
The Real Cost of Skipping Re-Audits
Let's be direct: skipping re-audits costs you money.
Imagine you shipped a redesign. Crawl errors spike 10x. You don't notice for 3 weeks because you're not auditing.
Google can't index half your site. Your organic traffic drops 40%. That's 400 visitors per day you're losing.
At a typical SaaS conversion rate of 2%, that's 8 lost leads per day. At $5,000 average contract value, that's $40,000 per day in lost revenue.
Over 3 weeks, that's $840,000 in lost revenue. From a problem you could have fixed in 2 hours.
Re-auditing isn't overhead. It's insurance against catastrophic losses.
Next Steps: Build Your Re-Audit Rhythm
You now know how to re-audit. Here's what to do next:
Run your first Seoable audit — Go to Seoable and audit your domain. This takes 60 seconds.
Check Google Search Console — Log in and compare your current metrics to 30 days ago. Did anything drop 10%+?
Fix the top 3 issues — Don't fix everything. Pick the 3 biggest regressions and fix those this week.
Set up weekly monitoring — Block 15 minutes every Monday to check Google Search Console.
Schedule quarterly audits — Put a reminder in your calendar for 90 days from now. Do a full re-audit.
If you're shipping frequently, read the 100-day founder roadmap for a step-by-step playbook. It covers audits, keywords, AI content, and organic visibility from day 0 to day 100.
If you want to understand SEO more deeply, try the self-paced founder SEO onboarding track. It teaches domain audits, keyword roadmaps, and AI content generation at your own pace.
The brutal truth: founders who re-audit catch problems in days. Founders who don't catch them in months. That's the difference between organic visibility and invisibility.
Ship fast. Audit faster. That's how you maintain rankings while scaling.
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 →