How would I go about stopping Google from indexing pages on my website?
Google Tutor » General Google Q&A
Stop my site from showing up in Google
(4 posts)-
Posted 1 year ago #
-
Hi 007bond,
There are many ways but these are the two most common:
- Upload a robots.txt file to the root of your web site.
All this is is a text file you can create in Notepad or any other text editor. In the file you should have these two lines -
User-agent: *
Disallow: / - Add a meta tag to the <head> section of every page of your site. The meta tag that tells the engines not to index the page is -
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
More info on both of these can be found here http://www.robotstxt.org
Posted 1 year ago # - Upload a robots.txt file to the root of your web site.
-
Thankyou very much for your help. Your speediness is especially appreciated :)
Posted 1 year ago # -
no problem, anytime. thanks for stopping by!
Posted 1 year ago #
Reply
You must log in to post.