Hello Is there a way to hide your site from being analysed by seo analysis tools?
The reason I’m asking is a month ago I was able to run a check on my competitor’s site, and now I get ’ No data found for this domain’. How did they do that? Or maybe it’s just a glitch?
Thanks!
I suppose you could use a robots.txt file (assuming that the seo crawlers listen to robots.txt)
Add a txt file to the root of your site and add this to hide everything from crawlers.
User-agent: *
Disallow: /
1 Like
The problem with that is (a) bad bots will not respect a robots.txt file and (b) good search engine bots, which you presumably do want to crawl your site, will respect that, and your site will not be crawled or indexed.
You might find some more targeted methods here:
2 Likes
Thank you!
2 Likes
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.