A fix 404 error in Google Search Console means that a specific page on your website could not be found by Google. This typically happens when the page has been removed, renamed, or the URL is incorrectly linked. Here’s a step-by-step guide to fix 404 errors in Google Search Console:

how do fix 404 error Google search Console error
Step 1: Identify the 404 Errors in Google Search Console
- Login to Google Search Console:
- Go to Google Search Console.
- Select your website property.
- Navigate to Coverage Report:
- In the left-hand menu, go to “Coverage” under the Index section.
- Look for any pages with the “404” error, which will be listed under Excluded.
- Check the URL:
- Click on the error to see the list of URLs that are returning a 404 status.
- These URLs are either not available or the links on your site are broken.

Step 2: Determine the Cause of the 404 Error
- Check If the Page Was Moved or Deleted:
- If the page was deleted or its URL was changed, that will cause a 404 error.
- If the page was accidentally deleted, you can restore it or redirect it.
- Broken Links:
- Check internal and external links pointing to the 404 page. If any links are outdated, fix them by updating or removing them.
- URL Typos:
- Sometimes, the 404 error is caused by a typo in the URL. Verify if the URL has any misspellings or incorrect formatting.
Step 3: Fixing the 404 Errors
Here are several ways to fix the errors depending on the cause:
Option 1: Redirect the Broken URL (Recommended for Deleted or Moved Pages)
- Use 301 Redirects:
- Redirect the broken URL to an existing relevant page using a 301 Redirect. This informs search engines that the page has permanently moved.
- For WordPress: Use a plugin like Redirection or Yoast SEO to create redirects.
- For .htaccess (for Apache servers): Add the following code to the
.htaccessfile:Redirect 301 /old-page-url https://yourwebsite.com/new-page-url - For Nginx servers: Add the following rule in the Nginx configuration:
rewrite ^/old-page-url$ https://yourwebsite.com/new-page-url permanent;
Option 2: Restore the Page
- Restore a Deleted Page:
- If the page was deleted by mistake, restore it from a backup or recreate the content and publish it again.
- Ensure the Correct URL Path:
- If the page URL was changed, make sure the page is still accessible with the correct URL.
How do backlinks affect SEO?
Option 3: Remove Broken Links
- Fix Internal Links:
- Check your website for any internal links pointing to the 404 page and update them to point to the correct page.
- Fix External Links:
- If external websites link to a 404 page, contact the website owner and request they update the link.
Step 4: Verify the Fix
- URL Inspection Tool:
- In Google Search Console, go to URL Inspection.
- Enter the corrected or redirected URL.
- Click Test Live URL to check if the 404 error is resolved.
- Re-submit the URL:
- After fixing the issue, click Request Indexing to prompt Google to re-crawl the page.
Step 5: Monitor in Google Search Console
- Check Coverage Report:
- Continue monitoring the Coverage report in Google Search Console to ensure the 404 errors are resolved.
- Keep Track of Future Errors:
- Set up alerts in Google Search Console to monitor future 404 errors.
Step 6: Prevent Future 404 Errors
- Avoid Broken Links:
- Regularly check your website for broken links using tools like Screaming Frog or Broken Link Checker.
- Use 301 Redirects for Deleted Pages:
- Always set up 301 redirects for deleted pages to avoid 404 errors.
- Update Sitemap:
- If you’ve deleted pages, remove them from your sitemap and submit the updated version to Google Search Console.
Here are additional steps and best practices to effectively handle 404 errors and improve your website’s SEO:
Step 7: Advanced Fixes for 404 Errors
Option 1: Use a Custom 404 Page
A custom 404 page helps visitors understand that the page they are looking for doesn’t exist, and provides them with options to navigate the site.
- Design a User-Friendly 404 Page:
- Include a search bar, a link to the homepage, and possibly links to popular or relevant content.
- Example of what a custom 404 page could include:
- A clear message like: “Oops! We can’t find the page you’re looking for.”
- Navigation options such as a search bar and links to top pages.
- How to Create a Custom 404 Page:
- For WordPress: Most themes come with a built-in 404 template. You can also edit it via Appearance > Editor and customize the 404 page.
- For HTML Sites: Create a custom 404.html page and link it to your site’s
.htaccessfile or server settings.
Option 2: Use Google Search Console to Disavow Links (For External Broken Links)
If you have external sites linking to a non-existent page on your site, it’s essential to disavow bad backlinks:
- Check for Bad Backlinks:
- Use tools like Ahrefs, SEMrush, or Google Search Console to identify external links pointing to 404 pages.
- Disavow Links:
- Once you’ve identified harmful backlinks, you can disavow them via Google Search Console to prevent them from affecting your site’s SEO.
- Go to Google Search Console > Disavow Links section and upload a text file containing the URLs to disavow.
- Example:
# Disavow links pointing to non-existent pages domain:example.com
Option 3: Use Canonical Tags
For pages that have similar or duplicate content, instead of letting a page return a 404 error, consider using canonical tags to point Google to the correct page.
- How to Implement Canonical Tags:
- Add the following code in the
<head>section of the HTML of the duplicate or broken page:<link rel="canonical" href="https://yourwebsite.com/correct-page-url/"> - This informs Google which page should be prioritized and indexed, even if the original page is returning a 404.
- Add the following code in the
Step 8: Re-check the HTTP Status Code
Ensure that the HTTP status code is correct when handling 404 errors:
- 404 Not Found: If a page doesn’t exist and is not redirected, it should return a 404 status code.
- 410 Gone: If the page has permanently disappeared, you can use the 410 Gone status code to tell Google the page is gone and should not be re-crawled.
- 301 Redirect: If the page has moved permanently, use a 301 Redirect to point it to a new page.
Use tools like Screaming Frog, Ahrefs, or SEMrush to check and validate HTTP status codes.
Step 9: Fixing 404 Errors Caused by External Resources
Sometimes, 404 errors occur because external resources like images, scripts, or stylesheets are missing or broken.
- Check External Resources:
- Go to Google Search Console and look at the Crawl Errors report to identify missing resources.
- You can use a tool like Screaming Frog to find out which external links (images, JS, CSS files) are broken.
- Fix Missing Resources:
- Either re-upload the missing resources, replace them with new ones, or remove the references to the broken resources.
Step 10: Use a Sitewide Redirect (for Large-Scale Site Overhaul)
If you’re migrating your website, updating a large number of pages, or deleting outdated content, a sitewide redirect may be necessary.
- Sitewide 301 Redirects:
- If you’re moving to a new domain or structure, set up redirects for the old URLs to ensure visitors and search engines are directed to the correct pages.
RedirectMatch 301 ^/old-page-url$ https://newsite.com/new-page-url - Bulk Redirects:
- For large websites, use tools like Redirection Plugin (for WordPress) or 301 Redirects Plugin to manage bulk redirects.
Step 11: Keep a Check on Your Internal Linking
- Monitor Internal Links:
- Regularly audit your internal links to ensure they’re pointing to valid pages. Broken internal links can lead to 404 errors.
- Use tools like Screaming Frog or Broken Link Checker to identify internal links that point to non-existent pages.
- Fix Internal Links:
- If an internal link is pointing to a page that is returning a 404 error, update or remove the link.
Step 12: Use Google Analytics to Track 404 Pages
- Set Up Google Analytics to Track 404 Errors:
- In Google Analytics, you can track 404 error pages by setting up a Custom 404 Error Page Tracking event.
- Example of tracking via Google Tag Manager:
- Create a trigger for 404 errors by monitoring the page path.
- Set up a tag to send the 404 error data to Google Analytics.
- Monitor Bounce Rates:
- High bounce rates on 404 pages can indicate that users are landing on broken pages. Monitor this metric to identify and fix errors quickly.
Step 13: Communicate with Your Users
If users are encountering 404 errors on your website, it’s important to offer them a clear path forward.
- Offer Helpful Links:
- On your 404 page, provide links to your homepage, top categories, or popular content.
- Use a Search Box:
- Allow users to search for the content they’re looking for directly from the 404 page.
- Provide an Option to Report a Broken Link:
- You could give users a way to report broken links directly on the 404 page, so you can address issues quickly.
By following these steps and best practices, you’ll be able to fix 404 errors efficiently and improve your website’s SEO and user experience. Regularly monitor Google Search Console and perform site audits to avoid future 404 issues. Let me know if you need assistance with any specific part!
By fixing the 404 errors, you’ll improve your site’s user experience and avoid losing valuable traffic. Let me know if you need help with any specific steps!
Top worldwide niche categories
How to redirect posts WordPress
How do backlinks affect SEO?
- what is technical seo Audit: The Complete Technical SEO Audit Checklistwhat is technical seo audit is one of the most important steps you can take to improve your website’s search visibility, organic traffic, and overall performance. Even if you publish excellent content and build quality backlinks, technical problems can prevent search engines from properly crawling, understanding, indexing, and ranking your website. Technical SEO Audit: The
- Best 8 way fix slow upload speed on both mobile and PC/laptopSure! Here’s a complete English guide on how to fix slow upload speed on both mobile and PC/laptop, written clearly and without using icons: Full Guide: How to Fix Slow Upload Speed on Mobile and PC/Laptop On Mobile (Android and iPhone) 1. Restart Your Mobile Phone Sometimes, simply restarting your phone can refresh your network
- How to redirect post wordpress | redirect post meaningTo redirect posts WordPress, you can use different methods, including plugins or manual code changes. Here’s how you can do it: redirect post meaningredirect post wordpress 1. Using the “Redirection” Plugin The “Redirection” plugin is one of the most popular ways to manage redirects in WordPress. Steps: 2. Using .htaccess for Redirects If you have
- how to open trump account for Kids : $1,000 Trump Account ExplainedHow to Open a Trump Account for Kids in 2026: $1,000 Trump Account Explained The new Trump Account is attracting a lot of attention from parents across the United States. One of the biggest questions families are asking is: how to open trump account, and how can an eligible child receive the $1,000 government contribution?
- How to Fix Slow Internet Speed: 10+ Ways to Fix a Slow Internet ConnectionHow to Fix Slow Internet Speed: 10+ Ways to Fix a Slow Internet Connection Learn how to fix slow internet speed, troubleshoot a slow internet connection, improve Wi-Fi performance, and fix slow internet speed on Windows 11 laptops and computers. fix slow internet speed fix slow internet connection troubleshoot slow internet connection fix bad internet
- Best investment apps 2026Here’s a detailed list of the Best Investment Apps, based on ease of use, returns, features, and user reviews, suitable for both beginners and serious investors. Best Investment Apps 2026 (Global + India) App Name Best For Features Platform Groww (India) Beginners in mutual funds Stocks, Mutual Funds, SIP, US Stocks Android, iOS, Web Upstox
- Wix Search Console Verification: How to Connect a Wix Website to Google Search Console 2026Learn how to complete Wix Search Console verification, connect a Wix website to Google Search Console, submit your sitemap, and fix common Wix SEO issues. wix search console verification How Alexa Ranking Works SEO Title: Wix Search Console Verification: Connect Wix to Google Search Console Meta Description: Learn how to complete Wix Search Console verification,
- How to Get a Social Security Number in the US (SSN): Complete 2026 GuideLearn how to get a Social Security Number in the US 2026. Discover who can apply, required documents, online application steps, fees, age requirements, and official SSA information. How to Get a Social Security Number in the US: Complete 2026 Guide how to get a social security number for a newborn, how to get a
- How to green card apply online in the USA in 2026: Complete Guide, Requirements, Process and FeesLearn how to get a green card apply online in the USA in 2026. This complete guide explains Green Card eligibility, requirements, documents, application process, fees, interviews, medical exams, and more. How to green card apply online in the USA in 2026: Complete Guide, Requirements, Process and Fees Focus Keyword: how to get a Green
- Summer Nails Ideas: 50+ Cute, Trendy & Easy Summer Nail Designs for 2026Summer Nails Ideas: 50+ Cute, Trendy & Easy Summer Nail Designs for 2026 Summer nails ideas are all about bright colors, fresh patterns, playful details, and designs that instantly give your hands a cheerful summer look. Whether you love short nails, coffin nails, pastel shades, floral art, pink nails, or simple designs you can create
- make money on survey | Make Money online high-paying survey websites 2026make money on survey | Make Money online with high-paying online survey websites that are trusted, legit, and offer better payouts than typical platforms. These can be great for earning extra money if you’re consistent and live in countries like the US, UK, Canada, Australia, or India. best investment apps reddit How Alexa Ranking Works
- Best investment apps reddit: Autopilot, Robinhood, Fidelity & MoreAaj kal stock market aur crypto me invest karne ke liye hazaron options hain, lekin Reddit users (r/investing, r/WallStreetBets, r/PersonalFinance) par kis app par sabse zyada trust karte hain? Reddit communities me real users apne unbiased reviews share karte hain. Agar aap search kar rahe hain best investment apps reddit ya good investment apps reddit,
- how to change an app’s name | how to change app name in androidHow to change app name in android (Complete Beginner Guide) Changing an Android change app name is one of the easiest tasks in Android development. Whether you are using Android Studio, Flutter, React Native, or APK Editor, there are different methods available. This guide explains every method in detail so even a beginner can change
- Ultimate kuwait money to indian money Conversion GuideKuwait Money to Indian Money & kuwait dinar to indian rupee : Exchange Rate, Kuwait Money Value in India & Why Kuwaiti Dinar Is More Valuable Learn the latest kuwait dinar to indian rupee & Kuwait money to Indian money exchange rates. We cover Kuwait money value in India and Kuwait money vs Indian money.
- best trading platform in kuwait | Ultimate Guide to Trading in Kuwait Stock MarketTrading Companies in Kuwait: Best Trading Platform Kuwait & How to Trade in Kuwait Stock Market Additionally, discover best trading platform in kuwait and compare top trading companies in Kuwait; learn how to trade in the Kuwait stock market with this beginner-friendly guide. Trading Companies in Kuwait: Complete Beginner’s Guide If you’re planning to invest
- aws amazon certification : Complete Beginner’s Guide to AWS Certifications | aws amazon certification cost 2026aws amazon certification cost | AWS Amazon.com Certification: The Complete Beginner’s Guide to Building a Successful Cloud Career Want to pass your aws amazon certification? Check out this beginner’s guide covering exam roadmaps, preparation strategies, and actual exam costs ($100–$300). amazon cloud certification cost Here is the standard pricing for AWS (Amazon Web Services) certification
- (no title)By Baljeet Yadav
- how to improve seo on website | How can I improve my SEO strategy for my website?Learn how to improve SEO on website with practical strategies for higher Google rankings, better visibility, more organic traffic, keyword optimization, quality content, technical SEO, backlinks, and improved user experience. How to Improve SEO on Website: A Complete Guide to Better Google Rankings If you want to increase your website traffic, improve your Google rankings,