Deny Google

I have a clients site uploaded onto my server and would like it ‘hidden’ from google. Is there any way of doing this as I don’t want it listed under the proofing url.

I don’t suspect it is possible but would like to reply to my client possitively.

Nathan Garner
Partner

Austin Wells Design Consultants
1 Elmgate Drive, Littledown, Bournemouth BH7 7EF
+44 (0)1202 301271
email@hidden
http://www.awdc-creative.com

Member of NAPP

Hidden…well not exactly. But you could make Google very uninterested in your site by simple not using any html text. Google hates (ignores) pages that do not have any links to outside pages or do not have any html text areas.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

The site will eventually go live so it will have lots of html and links etc. It just that I have proofed a clients site this way before and it shows up in google under my url even once it goes live.

Oh well…

Nathan Garner
Partner

Austin Wells Design Consultants
1 Elmgate Drive, Littledown, Bournemouth BH7 7EF
+44 (0)1202 301271
email@hidden
http://www.awdc-creative.com

Member of NAPP

On 23 Sep 2008, at 17:11, chuckamuck wrote:

Hidden…well not exactly. But you could make Google very uninterested in your site by simple not using any html text. Google hates (ignores) pages that do not have any links to outside pages or do not have any html text areas.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

The site will eventually go live so it will have lots of html and
links etc. It just that I have proofed a clients site this way before
and it shows up in google under my url even once it goes live.

As long as you don’t have any links from your pages to the site being approved, once it has been moved Google will eventually not point at your url because there is nothing relevant on your site.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

You’re right, will have to grin and bear it. Thanks chuckamuck

Nathan Garner
Partner

Austin Wells Design Consultants
1 Elmgate Drive, Littledown, Bournemouth BH7 7EF
+44 (0)1202 301271
email@hidden
http://www.awdc-creative.com

Member of NAPP

On 23 Sep 2008, at 17:31, chuckamuck wrote:

The site will eventually go live so it will have lots of html and

links etc. It just that I have proofed a clients site this way before

and it shows up in google under my url even once it goes live.

As long as you don’t have any links from your pages to the site being approved, once it has been moved Google will eventually not point at your url because there is nothing relevant on your site.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Google ‘robots.txt’ for one way to manage this. Make a simple text file, name it robots.txt and put it in the root folder on the server. You can add simple commands in there which will cause all compliant crawlers (of which Google is one) to ignore anything you like.

Walter


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Wouldn’t a simple META tag into the document header suffice?

Name: robots
Value: "noindex, nofollow"

You’d have to toss that in on every page though.

If you opt to create a robots.txt file. You can place it in the root folder of your published pages (where your index.html is.) Inside that TXT document you’d put in:

User-agent: *
Disallow: /

This will block all search robots from the site and the entire server. Remember also that robots.txt is a public file if you choose this method so someone (who knows why) would be able to look at it and see what you’ve blocked.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Have just done this so thank you Dan, Walter and Chucamuck

Nathan Garner
Partner

Austin Wells Design Consultants
1 Elmgate Drive, Littledown, Bournemouth BH7 7EF
+44 (0)1202 301271
email@hidden
http://www.awdc-creative.com

Member of NAPP

On 23 Sep 2008, at 18:14, Dan J wrote:

Wouldn’t a simple META tag into the document header suffice?

Name: robots
Value: “noindex, nofollow”

You’d have to toss that in on every page though.

If you opt to create a robots.txt file. You can place it in the root folder of your published pages (where your index.html is.) Inside that TXT document you’d put in:

User-agent: *
Disallow: /

This will block all search robots from the site and the entire server. Remember also that robots.txt is a public file if you choose this method so someone (who knows why) would be able to look at it and see what you’ve blocked.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options