Skip to main content
All CollectionsWebsite BuilderSEO
Website Builder: Common warnings in Google Search Console
Website Builder: Common warnings in Google Search Console

Resolving the most popular issues in Google Search Console

Updated over 2 months ago

Google Search Console is a tool that helps understand how a website performs in the Google search engine. In this article, we'll briefly introduce the following warnings by GSC:

The solutions below apply specifically to websites created with Hostinger Website Builder 💡

URL is not on Google

This warning is usually complemented by the following phrase: “This page is not in the index, but not because of the error. See the details below to learn why it wasn’t indexed”.

This means that Google crawled the page but, during indexing, decided that the page was probably not intended to be indexed. It also means that the URL can’t appear in the search results.

Solution

Check if the correct URL appears in GSC:

  • The URL must include HTTPS (not HTTP).

  • The URL should include the www prefix only if it’s enabled in the general website settings.

Check if the option Hide from search engines is not enabled in the page SEO settings:

  • The option Hide from search results adds a “noindex” tag to a page.

  • Therefore, the page gets deleted from the website's sitemap, which prevents the page from getting indexed.

Check the content of that page:


Discovered – currently not indexed

It means that Google knows about the page but hasn’t crawled (and therefore indexed) it yet.

Solution

Typically, it gets naturally resolved with time. If the issue remains, check the quality of the content — it could be that Google doesn’t think it’s worth their time. The issues related to the quality of content aren’t limited to any particular URL, so ensure you have high-quality content site-wide. You may find more recommendations here: Get your website on Google 💡


Crawled – currently not indexed

It means that Google has already crawled the page but hasn’t indexed it yet.

Solution

Usually, it gets naturally resolved with time. If the issue remains, try the following:


Duplicate without user-selected canonical

This means that Google found duplicate URLs that were not canonicalized to a preferred version.

Solution

Google doesn’t index duplicate URLs, but a similar page is most likely already indexed — check that by following this guide.

For example, this page is already indexed:

https://domain.com/about-us 

And this one (www) is identified as a duplicate without user-selected canonical:

https://www.domain.com/about-us

Or vice versa: the page with www is indexed, and the page without www is identified as a duplicate without user-selected canonical. Therefore, you may see such a warning in GSC.

Canonical links are not yet supported in Hostinger Website Builder. Thus, you wouldn't be able to tell Google which URL is canonical.

Setting up a 301 server-side redirect should help solve GSC canonical errors. You can do it with the help of Cloudflare: Configuring URL forwarding or redirects with Page Rules 💡


Submitted URL marked “noindex”

This means that you've chosen not to index the page.

Solution


Excluded by “noindex” tag and blocked by robots.txt

Websites created with Hostinger Website Builder don’t have rorbots.txt files. The page might have the “noindex” tag.

Solution


Server error (5xx)

This indicates that there was a problem with the server where your website is hosted.

Solution


Redirect error

This means that the page is not indexed due to a redirect error.

A common example: instead of https://domain.com/about-us, you're asking to index http://domain.com/about-us.

All websites created with Hostinger Website Builder automatically use HTTPS. Therefore, all the URLs of your website should include HTTPS when asking Google to index them. This error usually appears if you previously had indexed your website pages with HTTP or if you've submitted an HTTP URL for indexing manually.


Submitted URL not found (404)

This warning means that the page doesn't exist or was unreachable. It can be caused by deleting a page from the website, making DNS changes, or experiencing temporary downtime.

Solution


Blocked by page removal tool

This means that the URL is currently blocked by the Google Removals tool. This tool suspends a page's indexation for 90 days. After that, Google may index the page again.

Solution


Indexed but not submitted in sitemap URL

This warning means that your page is indexed but not found in your sitemap. Don't worry; there is no actual problem with your page.

Did this answer your question?