- How to check if a website is indexed in Google?
- The most common developer SEO mistakes that cost you the ranking
How to check if a website is indexed in Google?
To notice that your website has been removed from the search results, first you need to know how to check it. Even if the site isn’t displayed in the SERPs when you type in a selected keyword, it doesn’t necessarily mean that it has been indexed out. For some reasons, Google algorithms may have decided to decrease your website visibility but they still take it into account, even though it’s not ranked high. If you want to easily check your indexation, enter the following query site:websiteaddress.com. When I typed in site:delante.pl, Google displayed such results: If it turns out that your website isn’t shown in the ranking or there are fewer and fewer results, it’s a sign that there is a problem. What should you do? Try to determine the cause of this state of affairs. Start with checking Google Search Console. First, it’s crucial to verify the website by placing the appropriate code in the <head> section. Once it’s done, use Google Search Console to ensure that the search engine hasn't taken any manual steps against your page. What do we mean by that? Well, actually a Google specialist responsible for website verification may come to a conclusion that your site doesn’t meet the search engine's quality guidelines and, as a consequence, its position needs to be decreased or the page has to be indexed out. How did that specialist end on your page? Perhaps it was an accident, perhaps someone reported that the site isn’t in line with the guidelines. A website may drop out of Google’s search results if it’s considered spam. This can happen if your page is filled with automatically generated content or texts copied from other online sources. Nevertheless, in most cases there is a completely different cause of the problem and you’ll see the following message: Then go to Google Search Console and enter the status tab to see information about the number of indexed subpages and potential mistakes: Here, you can also find out why a given subpage has been indexed out - e.g. if you click a notification saying that the page contains a redirect, you’ll see which URLs are affected by the problem. It’s a fine way to discover the cause of indexing problems. In many cases, they result from a mistake made by a developer. Wondering whether it’s possible to fix issues on your own? If you aren’t an expert in the field, contact a specialist and explain your problem to solve it effectively.The most common developer SEO mistakes that cost you the ranking
There might be a number of reasons explaining why your website disappeared from the search results. Below you can see a list of a few most common developer SEO mistakes that can lead to it.The noindex tag
at the stage of website creation, developers frequently block the page from being indexed by the search engine robots. They want to ensure that the ready-made version appears in the search results. For this reason, they use the noindex tag that stops Google bots. What does such page code look like? It’s in the <head> section of the website and can be:<meta name="robots" content="noindex">
- if you want to block most search engine robots,
<meta name="googlebot" content="noindex">
- if you want to block only Google robots.
Our experience shows that such a tag may appear on the site accidentally. Then, it’s enough to remove it and wait a while - the website should be gradually indexed again. How to check if the noindex tag is the reason for the problem? Check the source of the page. Click the right mouse button and select the appropriate option. In Chrome, this is "View Page Source". Then use CTRL+F to run the search function and type “noindex”. If you find content similar to the above one, delete it.