Salin dan Bagikan
Cara Menemukan dan Memperbaiki Broken Links
Broken links merusak user experience dan membuang crawl budget. Identifikasi dan fix broken links secara regular adalah maintenance SEO penting.
Impact Broken Links
SEO Impact
Negative effects:
1. Wastes crawl budget
2. Distributes link equity to 404
3. Poor user experience signal
4. Lost potential conversions
5. Looks unprofessional
User Impact
User frustration:
- Dead ends
- Lost trust
- Higher bounce rate
- Negative brand perception
- Lost sales/leads
Jenis Broken Links
Internal Broken Links
Links within your site to your pages:
/about/ → /team/ (page deleted)
Causes:
- Deleted pages
- Changed URLs
- Typos in links
- Moved content
External Broken Links
Links from your site to other sites:
yoursite.com → example.com/page (no longer exists)
Causes:
- External site changed URL
- External site deleted content
- Domain expired
- Temporary downtime
Backlinks to 404
External links pointing to your 404:
othersite.com → yoursite.com/old-page/
Impact:
- Lost link equity
- Missed traffic
Tools untuk Menemukan Broken Links
Google Search Console
GSC → Pages → Not Found (404)
Shows:
- 404 pages Google found
- Pages linking to them
- Crawl date
Free and authoritative source.
Screaming Frog
Process:
1. Crawl website
2. Response Codes tab
3. Filter: Client Error (4xx)
4. Export list
5. View Inlinks (pages linking)
Best for: Comprehensive internal audit.
Ahrefs
Site Audit → Internal pages:
- Broken internal links
- Broken external links
Backlink Profile → Broken:
- External links to your 404s
Online Tools (Free)
1. Dead Link Checker
deadlinkchecker.com
2. Broken Link Checker
brokenlinkcheck.com
3. Dr. Link Check
drlinkcheck.com
4. W3C Link Checker
WordPress Plugins
1. Broken Link Checker (plugin)
- Monitors continuously
- Email alerts
- Bulk fix options
2. Yoast SEO Premium
- Redirect manager
- 404 monitoring
Chrome Extensions
1. Check My Links
- Highlights broken on page
2. Link Checker
- Shows status codes
Quick manual checking.
Cara Fix Broken Links
Option 1: Restore Page
If page valuable:
1. Recreate content
2. Keep same URL
3. Update content
Best for: Popular pages with backlinks.
Option 2: 301 Redirect
If content moved:
Old: /old-page/
New: /new-page/
301 redirect old → new.
Preserves link equity.
.htaccess (Apache)
Redirect 301 /old-page/ https://example.com/new-page/
Nginx
location = /old-page/ {
return 301 https://example.com/new-page/;
}
Option 3: Update Link
If internal link typo or outdated:
Find: All pages linking to broken URL
Fix: Update href to correct URL
Search and replace across site.
Option 4: Remove Link
If external resource gone:
- Remove the link
- Find alternative resource
- Update content accordingly
Option 5: Custom 404 Page
Can't fix all broken links?
At least have helpful 404 page:
- Search box
- Popular content links
- Navigation
- Contact option
Process Audit Broken Links
Step 1: Crawl Site
Tools:
- Screaming Frog
- Ahrefs Site Audit
- Sitebulb
Get complete picture.
Step 2: Export 404 List
Columns needed:
- Broken URL
- Status code
- Source page (linking page)
- Anchor text
- Type (internal/external)
Step 3: Prioritize
Priority order:
1. Pages with backlinks (recover link equity)
2. High-traffic source pages
3. Important internal links
4. External broken links
Fix highest impact first.
Step 4: Determine Fix
For each broken link:
- Can page be restored?
- Is there equivalent page?
- Should be redirected?
- Just remove link?
Document decisions.
Step 5: Implement Fixes
Bulk operations:
- Set up redirects (bulk .htaccess)
- Find and replace links
- Update CMS/database
Test after changes.
Step 6: Validate
After fixing:
- Re-crawl site
- Check 404 count reduced
- Test redirects work
- Monitor GSC 404 report
Broken Link Building
Recovery Strategy
Find sites linking to competitor 404s:
1. Find competitor broken pages
2. See who links to them
3. Create equivalent content
4. Outreach for link
Turn competitor's loss into your gain.
How to Find Opportunities
Ahrefs → Competitor site
Best by Links → Filter 404
Find:
- Broken pages with many links
- Topics you can cover
- Outreach targets
Prevention
Regular Audits
Schedule:
- Monthly for large sites
- Quarterly for smaller sites
- After any major changes
Catch issues early.
Before Deleting Pages
Checklist before deletion:
☐ Check backlinks to page
☐ Check internal links to page
☐ Set up redirect if needed
☐ Update sitemap
☐ Test redirect works
URL Change Protocol
When changing URLs:
1. Set up 301 redirect
2. Update internal links
3. Update sitemap
4. Notify Google (GSC)
5. Monitor for issues
Monitor External Links
External sites change:
- Regular outbound link checks
- Update or remove broken
- Consider archiving important resources
Broken Link Checklist
Discovery:
☐ Check GSC 404 report
☐ Crawl with Screaming Frog
☐ Check backlink tools
☐ Run online checker
Analysis:
☐ List all broken links
☐ Identify source pages
☐ Check for backlinks
☐ Prioritize by impact
Fix:
☐ Restore valuable pages
☐ Set up redirects
☐ Update internal links
☐ Remove dead external links
☐ Test all fixes
Prevention:
☐ Schedule regular audits
☐ Process for URL changes
☐ Monitor GSC continuously
☐ Helpful 404 page
Kesimpulan
Broken links adalah masalah ongoing yang memerlukan maintenance regular. Tools seperti Screaming Frog dan GSC memudahkan detection. Prioritize fixes berdasarkan impact dan set up prevention process.
Artikel Terkait
Link Postingan : https://www.tirinfo.com/cara-menemukan-memperbaiki-broken-links/
Editor : Hendra WIjaya
Publisher :
Tirinfo
Read : 4 minutes.
Update : 7 January 2026