Make a page unsearchable

K

Kelly

Does anyone know how to make a page unsearchable from the
site search engine? I think I could set up some folder
to make it secure, but I'm not sure what that folder
would be named.

Any help would be apprectiated.

Thanks,

Kelly
 
T

Thomas A. Rowe

If you are talking about the FP search component, then create a folder where the first character is
the underscore character and drag the page into it.

However if you have links to this page, then people will have access.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
S

Steve Grosz

Kelly said:
Does anyone know how to make a page unsearchable from the
site search engine? I think I could set up some folder
to make it secure, but I'm not sure what that folder
would be named.

Any help would be apprectiated.

Thanks,

Kelly
You can create a robots.txt file that goes in the root of your web. It
will tell robots and spiders what files they can reference, etc. Info
on creating a robots.txt file can be found at
http://www.searchtools.com/robots/robots-txt.html

Hope this helps,

Steve
 
M

Mark Fitzpatrick

Kelly,
Also add a meta tag to the files that you don't want indexed by
other search engines in the following way

<meta name="ROBOTS" content="NOINDEX,NOFOLLOW">

This tells search engines no to index the page, and not to follow
links from it for indexing.

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - FrontPage
 
A

Adela D

Does the order of the meta tags matter?

Adela

Mark Fitzpatrick said:
Kelly,
Also add a meta tag to the files that you don't want indexed by
other search engines in the following way

<meta name="ROBOTS" content="NOINDEX,NOFOLLOW">

This tells search engines no to index the page, and not to follow
links from it for indexing.

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - FrontPage
 
S

Stefan B Rusynko

Generally no




| Does the order of the meta tags matter?
|
| Adela
|
| "Mark Fitzpatrick" wrote:
|
| > Kelly,
| > Also add a meta tag to the files that you don't want indexed by
| > other search engines in the following way
| >
| > <meta name="ROBOTS" content="NOINDEX,NOFOLLOW">
| >
| > This tells search engines no to index the page, and not to follow
| > links from it for indexing.
| >
| > Hope this helps,
| > Mark Fitzpatrick
| > Microsoft MVP - FrontPage
| >
| > | > > Does anyone know how to make a page unsearchable from the
| > > site search engine? I think I could set up some folder
| > > to make it secure, but I'm not sure what that folder
| > > would be named.
| > >
| > > Any help would be apprectiated.
| > >
| > > Thanks,
| > >
| > > Kelly
| >
| >
| >
 
Top