@passmarked/seo
Version:
Rules related to checking for any SEO issues on the page given
16 lines (10 loc) • 502 B
Markdown
Your `robots.txt` is blocking Bing from indexing anything on this page. It is rarely a good idea to block a major search engine from crawling your site. Even if you might dislike them, they are only doing you good.
Ensure that nothing in the `robots.txt` file blocks `bingbot`.
```
User-agent: bingbot
Disallow: /
```
* [A list of crawlers used by Bing](https://www.bing.com/webmaster/help/which-crawlers-does-bing-use-8c184ec0)