Is there a way to make a webpage made as a resume unsearchable by any search engine?
The aim is to only share the page with those who have the link.
Is there a way to make a webpage made as a resume unsearchable by any search engine?
The aim is to only share the page with those who have the link.
2
Answers
Create a file called robots.txt in the root of your website with the following content:
This will prevent all major search engines from indexing the site.
There are more points and I’d prefer to apply them all:
As Daniel stated in his answer:
1) In you website location
http://example.com/robots.txt
2) If robots.txt accidentally skipped or broken, in the HTML source code on all of your pages you could have:
3) If your website is not dedicated to be public, crate a password in .htaccess, if using Apache for example. So as the user will try to enter the site, he’ll need a username and password.
4) If your website has been already indexed in some way and you want to disable it to be searchable for public, you could remove the web URLS from Google’s index using Google Webmaster Tools: