noindex
and nofollow
mean that you do not want any search engines like Google to crawl your website.
So, simply put the following code into your robots.txt
file:
User-agent: *
Disallow: /
It means noindex
and nofollow
.
noindex
and nofollow
mean that you do not want any search engines like Google to crawl your website.
So, simply put the following code into your robots.txt
file:
User-agent: *
Disallow: /
It means noindex
and nofollow
.