Robots.txt

Hi All,

I have a small personal website (let’s call it “PersonalSite.com” )
that I’d like to NOT have listed with the various search engines. The
site is included as an Addon Domain with the web host for my regular
commercial website. Here are my questions:

  1. Can I upload a robots.txt file to the server so that it affects only
    the personal site and not the commercial site?

  2. Where exactly on the server would the robots.txt file go? The term
    “root level” doesn’t help. I have a folder named “/public_html/” where
    my commercial site seems to reside. Within that folder, there is
    another folder named “qrhy” where all of my personal site stuff is
    located. Is this where I would place the robots.txt doc?

  3. Once I’ve accessed my web server via browser, can the txt file be
    simply dragged to the appropriate folder or do I have to use an FTP
    app?

  4. Is the robots meta tag approach effective?

Thanks in advance for your help!

Richard
FWPro 3.5.12

Richard Houston
Architectural Art
http://www.richardhoustonart.com


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

You can add this to the Master page(s) of your personal section as a Meta Tag

Name: robots Value: noindex,nofollow

David


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

On Jun 4, 2010, at 3:27 PM, DeltaDave wrote:

You can add this to the Master page(s) of your personal section as a
Meta Tag

Name: robots Value: noindex,nofollow

Thanks Dave. Seems simple enough.

Richard

Richard Houston
Architectural Art
http://www.richardhoustonart.com


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

Actually to cover all your bases it should read:

Name:

robots

Value:

noindex,nofollow,noarchive

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

On Jun 5, 2010, at 8:54 AM, Dan J wrote:

noindex,nofollow,noarchive

Thanks Dan. I can figure out what the “no index” part means, but what
do “no follow” and “no archive” refer to?

Richard

Richard Houston
Architectural Art
http://www.richardhoustonart.com


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

NOINDEX tag tells Google not to index a specific page

NOFOLLOW tag tells Google not to follow the links on a specific page

NOARCHIVE tag tells Google not to store a cached copy of your page

David


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

On Jun 5, 2010, at 4:16 PM, DeltaDave wrote:

NOINDEX tag tells Google not to index a specific page

NOFOLLOW tag tells Google not to follow the links on a specific page

NOARCHIVE tag tells Google not to store a cached copy of your page

Ah, all the exact things I’m looking for. Thanks.

Richard

Richard Houston
Architectural Art
http://www.richardhoustonart.com


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

  1. Where exactly on the server would the robots.txt file go? The
    term “root level” doesn’t help.

The proper term would be “web root”, meaning the level where this
site’s home page (index.html, usually) is stored.

  1. Once I’ve accessed my web server via browser, can the txt file be
    simply dragged to the appropriate folder or do I have to use an FTP
    app?

You need to upload the file to the site. Accessing a site using a
browser is a read-only process (*) so you can’t do it that way. Use
an FTP program to do this.

(* Historical note: the original vision for the web was that browsers
would be editors too, and pages could be edited as easily as they
could be read. That quickly fell by the wayside.)

  1. Is the robots meta tag approach effective?

With the caveat being that it relies on cooperation; it is just a
request not to follow or index - yes, it is pretty effective.

k


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