1 Answers
1. Check if your .htaccess isn’t redirecting traffic
2. Check if you don’t have <meta name=”robots” content=”noindex“> on your site. That prevents google bot from crawling. Add <meta name=”robots” content=”index“> instead.
3. If you use cloudflare, disable under Attack mode. (prevents robots from crawling your site)
2. Check if you don’t have <meta name=”robots” content=”noindex“> on your site. That prevents google bot from crawling. Add <meta name=”robots” content=”index“> instead.
3. If you use cloudflare, disable under Attack mode. (prevents robots from crawling your site)
Please login or Register to submit your answer