I am about to amend the robots txt file for a site, however I am curious if once the amendment is made I will need to restart iis for it fully take effect?
Thanks in advance
I am about to amend the robots txt file for a site, however I am curious if once the amendment is made I will need to restart iis for it fully take effect?
Thanks in advance
The robots.txt is simply a text file retrievable through HTTP(S), as is any other file. It only instructs robots to behave in a certain way and has absolutely nothing to do with the behaviour of the webserver. So: no restart required, IIS doesn't care about the contents.