Don't list in google, yahoo, etc

  • Thread starter Thread starter Wayne-I-M
  • Start date Start date
W

Wayne-I-M

I am using FP 2003.

On a website we have an internal form (for office use only). There is no
personal information on the form so not really bothered if people look at it
but would rather it's not listed on google, yahoo, etc.

Is there a way to ask them not to list a specific page on searches.

Thank you
 
You could use a robots.txt file. For more information, see:
http://www.robotstxt.org/
--
===
Tom [Pepper] Willett
Microsoft MVP - FrontPage
"You're a daisy if you do!"
---
FrontPage Support:
http://www.frontpagemvps.com/
===
:I am using FP 2003.
:
: On a website we have an internal form (for office use only). There is no
: personal information on the form so not really bothered if people look at
it
: but would rather it's not listed on google, yahoo, etc.
:
: Is there a way to ask them not to list a specific page on searches.
:
: Thank you
:
: --
: Wayne
: Manchester, England.
:
 
Add the following to the head section of your page:

<meta name="robots" content="NOINDEX">

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================
 
Thank you

--
Wayne
Manchester, England.



Thomas A. Rowe said:
Add the following to the head section of your page:

<meta name="robots" content="NOINDEX">

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================
 
This is good to know.

Does it matter where in the head section this line is added? Or can I just
add it right before </head> ?

Thanks a bunch!
Amy


Thomas A. Rowe said:
Add the following to the head section of your page:

<meta name="robots" content="NOINDEX">

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================
 
That should be fine.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================


aslindy said:
This is good to know.

Does it matter where in the head section this line is added? Or can I just add it right before
</head> ?

Thanks a bunch!
Amy
 
Google is still listing my web site after I added
<meta name="robots" content="NOINDEX, NOFOLLOW">
to the DWT for my site. However, yahoo, ask, and dogpile no longer list my
site.

Any additional suggestions for preventing google from listing my site?


Thomas A. Rowe said:
Add the following to the head section of your page:

<meta name="robots" content="NOINDEX">

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================
 
It may take a while for it to be delisted. These things don't necessarily
happen overnight.
--
===
Tom [Pepper] Willett
Microsoft MVP - FrontPage
"You're a daisy if you do!"
---
FrontPage Support:
http://www.frontpagemvps.com/
===
: Google is still listing my web site after I added
: <meta name="robots" content="NOINDEX, NOFOLLOW">
: to the DWT for my site. However, yahoo, ask, and dogpile no longer list my
: site.
:
: Any additional suggestions for preventing google from listing my site?
:
:
: "Thomas A. Rowe" wrote:
:
: > Add the following to the head section of your page:
: >
: > <meta name="robots" content="NOINDEX">
: >
: > --
: > ==============================================
: > Thomas A. Rowe
: > Microsoft MVP - FrontPage
: >
: > http://www.Ecom-Data.com
: > ==============================================
: >
: >
: > : > >I am using FP 2003.
: > >
: > > On a website we have an internal form (for office use only). There is
no
: > > personal information on the form so not really bothered if people look
at it
: > > but would rather it's not listed on google, yahoo, etc.
: > >
: > > Is there a way to ask them not to list a specific page on searches.
: > >
: > > Thank you
: > >
: > > --
: > > Wayne
: > > Manchester, England.
: > >
: >
: >
: >
 
Back
Top