@passmarked/seo
Version:
Rules related to checking for any SEO issues on the page given
16 lines (10 loc) • 569 B
Markdown
Page is blocked for any search indexing by `Googlebot`. This prevents Google from from indexing the page and makes it difficult for people to find it via a google search.
# How do I fix this ?
Make sure there is nothing in the ```robots.txt``` file that is disallowing the Googlebot bot.
```
User-agent: Googlebot
Disallow:
```
# Resources
* [Introducing smartphone Googlebot-Mobile](https://googlewebmastercentral.blogspot.co.za/2011/12/introducing-smartphone-googlebot-mobile.html)
* [Google Crawlers](https://support.google.com/webmasters/answer/1061943?hl=en)