|
Will adding a .htaccess file stop Google from indexing?
Will adding a .htaccess file to a directory stop Google from indexing the files? I want google to index the files, but I do not want them to be viewable as a directory listing. Will the below stop google from indexing files in the directory?
I want to add the following:
options -indexes
|