Your site audit might fail for several reasons, including:
- Bot blocking
- File type mismatch
- The sitemap URL is inaccessible
Bot Blocking
If your hosting/server provider prevents all but search engines from crawling your website, the audit might fail. If this is the reason, you would see a failed status for your audit or a message about the bot being blocked. e.g.:
Fixes for Bot Blocking
To fix this, you can allow KonvartBot in your robots.txt by adding this line:
- User-agent: KonvartBot
- Allow: /
If you use Cloudflare or an advanced bot-blocking system, you need to go to that provider to allow KonvartBot. For example, on Cloudflare, go to Security > Security rules > Create rule > Custom Rules
Select "User Agent" in "Field", "Contains" in "Operator" and "KonvartBot" in "Value". Under "Choose action", select "Skip"
Select the WAF componets to skip as seen in the screenshot below.
You could also allow KonvartBot using the WAF settings in Cloudflare or your provider, as long as your settings match:
- (http.user_agent contains "KonvartBot")
File Type Mismatch
File type mismatch happens when you select "regular sitemap URL" but your sitemap URL is a sitemap index or vice versa. Start a new site audit for the same project and URL, but select the correct option to fix it.
Sitemap URL is Unaccessible
This happens when your server is down (we get a 5xx error) or your sitemap is not found (a 4xx error). Check your server and sitemap to fix this.