Google Search Console Errors: Identifying and Fixing Them

0
Google Search Console Errors: Identifying and Fixing Them

Google Search Console is a web service that lets you monitor and manage your website’s presence in Google Search results.

It also helps you identify potentially impactful website errors. Here’s what you need to know about these errors and how to fix them.

Understanding Google Search Console Errors

If Googlebot comes across issues when it crawls your site, those issues may be flagged for you as errors in Google Search Console.

These issues are important to review. 

Why? 

For one, they can negatively impact your site’s visibility in search engine results pages (SERPs).

For example, unresolved errors can prevent Google from properly indexing your website. Unindexed pages won’t show up in search results.

Unresolved website errors can also negatively impact user experience. This is bad for visitors. And it’s a key ranking factor for Google, so poor performance in this area can cause Google to rank you lower in search results, too.

Let’s take a look at how to fix Google Search Console errors.

Types of Google Search Console Errors and How to Fix Them

Status Code Errors

Status code errors in Google Search Console relate to the HTTP status codes returned when Googlebot attempts to crawl your webpages.

HTTP status codes are relayed every time a site loads. When a user types in a URL or a bot visits the site, a request is sent to that site’s server. The server responds with an HTTP status code that tells the browser—or bot—more about that page. 

The HTTP status codes are three-digit numbers. For example, “200,” “301,” or “404.”

Different status codes convey different information about the success or failure of a request. 

For example, the status code “200” signals that everything is good and the page can be accessed as expected.

However, some status codes indicate there were problems accessing the webpage. These show up as errors in Google Search Console. Because they can negatively impact the ability of crawlers and users to access your site.

To see if you have any status code errors, open Google Search Console and click on “Pages” in the left-hand menu.

"Pages" selected from the Google Search Console menu

You’ll see a breakdown of the pages on your website according to whether they are “indexed” or “not indexed.”

It’s possible some pages haven’t been indexed due to a status code error.

To see if that’s the case, scroll down to the bottom of the report. You’ll see a table with the title “Why pages aren’t indexed.”

"Why pages aren't indexed" page in Google Search Console

If there are any status errors, you’ll see one of the following under “Reason”:

  • Server Error (5xx)
  • Not found (404)
  • Unauthorized request (401)
  • Soft 404
  • Redirect error (3xx)

Let’s review what the different status code errors mean and how to fix them.

Server Errors (5xx)

A three-number status code beginning with “5” reflects a server error. This indicates a problem with the server hosting your website.

Here’s what a server error looks like in Google Search Console:

"Server error (5xx)" in Google Search Console

Common causes of a 5xx status include:

  • Programming errors: Bugs or coding errors in the server-side scripts (e.g., PHP, Python, Ruby) that power your website
  • Server configuration issues: Misconfigurations in the server settings or the web server software (e.g., Apache, Nginx)
  • Resource exhaustion: If the server runs out of resources (such as memory or processing power), it may struggle to handle requests, leading to internal server errors
  • Database issues: Problems with the database that your website relies on, such as connection issues or database server errors, can trigger a 5xx error

How to Fix a Server Error (5xx) in Google Search Console

  • Review recent changes. If the error started occurring after recent updates or changes to your website, consider rolling back those changes to see if the issue resolves.
  • Contact your hosting provider. If you’re not sure how to resolve the server error or if it’s related to the server infrastructure, contact your hosting provider for assistance. They may be able to identify and fix the problem.
  • Test server resources. Ensure that your server has sufficient resources (CPU, memory, disk space) to handle the traffic and requests to your website. Consider upgrading your hosting plan if necessary.

Once you’ve identified and resolved the underlying cause of the 5xx server error, use Google Search Console to request a recrawl of the affected pages.

You do this by entering the affected URL into the search box at the top of Google Search Console:

The search box at the top of Google Search Console

Then click “REQUEST INDEXING”:

"REQUEST INDEXING" button in Google Search Console

This asks Googlebot to revisit the pages and update its index with the corrected information. 

Not Found (404) Errors

The “404 Not Found” error is a standard HTTP response code that’s returned when a server can’t find the content associated with the requested URL.

In the context of Google Search Console, it means Googlebot tried to crawl a page on your site, but the server returned a 404 error because it couldn’t find the page’s content.

Here are some common reasons why a 404 error might occur:

How to Find 404 Errors in Google Search Console

Open Google Search Console and click on the “Pages” report.

"Pages" selected in Google Search Console menu

Scroll down to see “Why pages aren’t indexed.” Here, you’ll be able to see if any pages have a 404 error.

"Not found (404)" error found in Google Search Console

How to Fix a 404 Error in Google Search Console

Unauthorized Request Errors (401)

An error with the HTTP status code “401” in Google Search Console indicates that a request was “unauthorized.”

"Blocked due to unauthorized request (401)" error in Google Search Console

Image Source: Onely

401 errors appear when:

How to Fix a 401 Unauthorized Error in Google Search Console

After addressing the unauthorized access issue, use Google Search Console to request a recrawl of the affected pages.

Soft 404 Errors

Soft 404 errors in Google Search Console occur when a page looks like a normal page (returns a 200 status code) but the content or certain signals on the page indicate that it should be treated as if it doesn’t exist.

"Soft 404" error in Google Search Console

This can be confusing for search engines like Google. And it can impact how your pages are indexed and displayed in search results. Google Search Console flags them as errors.

Common scenarios leading to soft 404 errors include:

How to Fix a Soft 404 Error in Google Search Console

Redirect Errors

Redirects send users and search engine crawlers from one URL to another. 

For example, if a page no longer exists, you can place a redirect to automatically take visitors to a related page that does exist.

Redirect errors occur when a redirect fails for some reason. These errors can negatively impact how search engines like Google crawl, index, and rank your website.

"Page with redirect" error in Google Search Console

Common redirect errors include:

How to Fix a Redirect Error in Google Search Console

Identify any redirect errors in Google Search Console by visiting the “Pages” report. Scroll down to see “Why pages aren’t indexed.”

Crawl and Indexation Issues

Crawl and indexation issues happen when Google’s crawlers can’t reach a page they should be able to. Or when something’s stopping them from adding a page to their index.

You can check for these issues in the “Pages” report.

Open the report and scroll down to the table “Why pages aren’t indexed.”

You might encounter the following issues.

Blocked by Robots.txt

If a page is blocked by robots.txt, this might be an issue. But only if you don’t want that page to be blocked. Some pages are blocked intentionally.

"Blocked by robots.txt" error in Google Search Console

Robots.txt is a file that sits on your website and contains instructions for search engine crawlers. It’s usually the first page they visit on your website.

You can include instructions in the robots.txt file to tell search bots not to crawl certain pages. For example, admin pages that aren’t accessible without a login.

You do this using a “disallow” directive.

A “disallow” directive in robots.txt file

However, it’s possible a page can be blocked by robots.txt by mistake.

In Google Search Console, if you see a page that says “blocked by robots.txt,” but you want Google to crawl that page, you can edit the robots.txt file. Then, use Google Search Console to request a recrawl of the affected pages.

How to Fix Pages Blocked by Robots.txt

You can review and fix any issues with your robots.txt file using the Site Audit tool.

Open the tool and click “+ Create project.”

"+ Create project" button in Site Audit tool

Enter your website domain. If you like, you can also give the project a name.

Click the “Create project” button.

"Create project! window in Site Audit tool

Configure any additional settings you’d like for the site audit. Then click “Start Site Audit.”

"Site Audit Settings" window

Once the audit is complete, go to the “Issues” tab and search for “robots.txt.”

Results for "robots.txt" under the "Issues" tab in Site Audit tool

Click on any issues related to your robots.txt file, such as “Robots.txt file has format errors.”

"Robots.txt file has format errors" issue in Site Audit tool

A list of invalid lines in the file will be displayed. 

Click on “Why and how to fix it” to get specific instructions on how to resolve the error.

"Why and how to fix it" window for robots.txt file in Site Audit tool

User Experience and Usability Issues

Website issues that cause poor user experiences are troubling for two reasons. 

First, you don’t want visitors to your site to have poor experiences. It causes distrust in your brand. And it lowers the chances that person will interact with your content again. 

Poor user experiences are also bad because positive user experiences are an important ranking factor for Google Search. Pages with poor user experiences will not do as well in the search results. 

Core Web Vitals Issues

Core Web Vitals are a set of user-centered metrics that measure the loading performance, interactivity, and visual stability of a page. 

Essentially, Core Web Vitals measure how fast and pleasant a website is to use.

The three main metrics are:

Google Search Console flags when you have Core Web Vitals performance issues. 

Core Web Vitals performance issues in GSC

You can identify these issues using the Site Audit tool. And get tips on how to fix them.

How to Fix Core Web Vitals Issues

Open Site Audit. Either choose an existing project or click “+ Create project.” 

"+ Create project" button in Site Audit tool

Configure the settings and click “Start Site Audit.”

"Site Audit Settings" window

In a few minutes, you’ll see your results.

In the “Overview” report, you’ll see a widget on the right called “Core Web Vitals.” Click “View details.”

"Core Web Vitals" widget highlighted in Site Audit's overview dashboard

You’ll see your performance against Core Web Vitals metrics for 10 pages on your site. 

Core Web Vitals performance report in Site Audit tool

Scroll down to “Metrics” and you can see the performance broken down into the three Core Web Vitals.

Underneath each one, there’s a list titled “Top improvements” with suggestions to improve your performance in that area.

HTTPS Errors in Google Search Console

Google favors sites with an SSL certificate. This is a security certificate that encrypts data sent between a website and a browser.

Once you have an SSL certificate, all pages on your website should begin with “https://.”

Any pages starting instead with “http://” could indicate security issues to search engines. So it’s best to fix them when they appear.

Open Google Search Console and click “HTTPS” in the left-hand menu.

“HTTPS” highlighted in the GSC menu

The table will show if you have any non-HTTPS URLs on your site.

Non-HTTPS URLs showing 0 in GSC

How to Fix HTTPS Errors in Google Search Console

If you have HTTPS errors, scroll down on that HTTPS page in Google Search Console. You’ll see a table called “Why pages are not being served over HTTPS.”

Click on the issue row to see which URLs are affected.

"HTTPS not evaluated" error in Google Search Console

Once you see the list of URLs, you can remove any links to these pages from your website and ask Google Search Console to recrawl your site.

Manual Actions in Google Search Console

Manual actions in Google Search Console refer to penalties imposed on a website by human reviewers who work at Google. When these reviewers identify violations of Google’s guidelines, they may take manual actions to penalize the site.

Manual actions are different to algorithmic penalties, which are automatically applied by Google’s algorithms.

Common reasons for manual actions include:

If a manual action is imposed, you’ll be notified through Google Search Console.

Manual actions in Google Search Console

Image Source: Google

The notification will give you details about the issue. As well as guidance on how to fix it and steps for requesting a review after corrections are made.

Once you’ve fixed the issue, enter the issue in Google Search Console and click “Request review.”

If you’ve properly fixed the issue, the team at Google will mark it as resolved and penalties may be lifted.

Security Issues in Google Search Console

When security issues are identified, they can negatively impact your site’s search visibility. Plus, Google may label your site as potentially harmful to users.

The Security Issues Report in Google Search Console provides information about potential security threats or issues detected on your website.

Common security issues reported in Google Search Console include:

Steps to Address Security Issues:

Use Google Search Console to view and fix any security issues. 

Open Google Search Console. Navigate to the Security & Manual Actions section on the left-hand side of the screen. Click on “Security issues.”

"Security issues" in Google Search Console

If there are any flagged issues, you’ll see them here.

Google will provide information about the type of security issues detected. As well as recommendations or actions to resolve the problems.

If malware or hacked content is detected, clean and secure your website. Remove any malicious code, update passwords, and implement additional security measures.

After resolving the security issues, submit your site for a review through Google Search Console. Google will assess whether the issues have been adequately addressed.

Preventing Google Search Console Errors

Follow these best practices to stop Google Search Console errors from happening.

Semrush tools help you stay on top of your website’s technical SEO performance. With them, you can catch issues before they escalate.

Use Site Audit to learn about any current issues with your site. And how to fix them.

Plus, you’ll receive automatic emails the moment a potential new issue arises. So you’re always on top of your SEO performance.

FOLLOW US ON GOOGLE NEWS

 

Read original article here

Denial of responsibility! Search Engine Codex is an automatic aggregator of the all world’s media. In each content, the hyperlink to the primary source is specified. All trademarks belong to their rightful owners, all materials to their authors. If you are the owner of the content and do not want us to publish your materials, please contact us by email – [email protected]. The content will be deleted within 24 hours.

0
9408 posts 0 comments
You might also like More from author
Leave A Reply

Your email address will not be published.

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. Accept Read More