Hello DPers, I want to ask, how or what i should write on my robots.txt to allow Googlebot only for homepage, others page disallow, thanks for your further information. Regards, Dropdrop
Then you need to write Disallow: /pagename.html ...e.g. if your site is abcd.com and innerpage is abcd.com/service.html and you want to block service page then you need to write in robots Disallow: /service.html..please remember you need to write this code for all pages you want to block.