I want to add nofollow and noindex to my site whilst it\'s being built. The client has request I use these rules.
nofollow
noindex
I am aware of
noindex and nofollow means you do not want your site to crawl in search engine.
so simply put code in robots.txt User-agent: * Disallow: /
User-agent: * Disallow: /
it means noindex and nofollow.