Reputation: 23295
How can you make certain parts of your website not appear on search engine results?
Will a password protected directory not appear on search engine results?
Upvotes: 0
Views: 101
Reputation: 11155
In your website top level directory place robots.txt file with the following content.
User-agent: *
Disallow: Password-folder-name
For more info ,see this link
Upvotes: 0
Reputation: 188164
Try robots.txt.
Web site owners use the /robots.txt file to give instructions about their site to web robots; this is called The Robots Exclusion Protocol.
Upvotes: 1