Tutorials
How to Find Broken Links On Your Site (2026 Tutorial)
Half the tutorials on the internet skip the verification step — and that's where most setups quietly break. This guide doesn't.
You'll find broken links on your site step-by-step, then verify it actually worked using two independent methods. The whole thing takes 15–30 minutes if you have admin access.
Why You Need to Find Broken Links On Your Site
Three reasons this is worth doing right:
- Foundation signal. Most other SEO work depends on this being correct.
- Compounds over time. Once set up, it pays back continuously without ongoing effort.
- Cheap to do, expensive to skip. Takes 15–30 minutes; missing it can cost months of rankings.
What You'll Need
- Admin access to your website
- A Google account (for tools that require sign-in)
- 15–30 minutes uninterrupted
- The ability to edit a config file or paste a snippet (most CMSes make this easy)
Step-by-Step: How to Find Broken Links On Your Site
Step 1 — Prepare
Before changing anything, take a snapshot of the current state. Note what's already configured, what's missing, and what looks wrong. This makes verification easier later.
Step 2 — Make the Change
Apply the configuration in the appropriate place — your CMS settings, theme files, or a plugin. Avoid hardcoding when a built-in option exists; built-in options survive updates better.
Step 3 — Save and Deploy
If your site uses staging, deploy there first. Test thoroughly. Push to production only after staging looks correct.
Step 4 — Clear Caches
Page cache, CDN cache, browser cache. Without this, you'll be looking at the old state for hours and assuming nothing happened.
Step 5 — Verify
Confirm the change took effect using two independent methods. Don't trust a single tool — cross-check.
How to Verify It's Working
Three quick checks:
- Inspect the live page. View source or use developer tools to confirm the change is present in the rendered HTML.
- Run an audit. atlookup will flag if the configuration is incorrect or missing.
- Check after 24 hours. Some changes take time to propagate through Google's index. Re-check the next day.
Troubleshooting
The change didn't take effect
Almost always a caching issue. Force a hard refresh (Ctrl+Shift+R) and confirm CDN cache is purged.
It worked yesterday but not today
A plugin or theme update overwrote your change. Move the configuration to a place that survives updates.
I see warnings in Search Console
Click into the warning for the specific URLs affected. Sometimes the issue is a single problematic page, not site-wide.
What to Do Next
Now that you've completed this tutorial, the natural next steps:
- Run a full technical audit to find related issues
- Document what you changed and why, in case you need to revisit
- Set up a weekly automated re-check so drift gets caught early
- Move on to the next high-impact configuration
Where Most Teams Get Stuck
The most common failure mode isn't lack of knowledge — it's lack of execution discipline. Teams audit, build a fix list, ship the easy wins, then drift away from the harder ones.
Three discipline patterns separate the teams that compound from the teams that stall:
- Weekly audit cadence. Not monthly, not quarterly. Drift accumulates fast.
- Fix at the template level. Patching individual pages is slow and recurs. Template fixes scale.
- Verify every fix. "Should be fixed" is not the same as "verified fixed". Re-crawl, confirm, then move on.
Related Reading
If this guide was useful, the following articles go deeper on adjacent topics:
Find Broken Links On Your Site — Frequently Asked Questions
Do I need a developer to find broken links on your site?
For most modern CMSes, no. Most steps can be done in admin settings. If your CMS makes this hard, that's a flag that an upgrade or migration may be due.
Do I need a developer to find broken links on your site?
For most modern CMSes, no. Most steps can be done in admin settings. If your CMS makes this hard, that's a flag that an upgrade or migration may be due.
Do I need a developer to find broken links on your site?
For most modern CMSes, no. Most steps can be done in admin settings. If your CMS makes this hard, that's a flag that an upgrade or migration may be due.
Do I need a developer to find broken links on your site?
For most modern CMSes, no. Most steps can be done in admin settings. If your CMS makes this hard, that's a flag that an upgrade or migration may be due.
Do I need a developer to find broken links on your site?
For most modern CMSes, no. Most steps can be done in admin settings. If your CMS makes this hard, that's a flag that an upgrade or migration may be due.
Tags