Site search including _folders

  • Thread starter Thread starter Stephen Green
  • Start date Start date
S

Stephen Green

I've moved some pages out of the main folder(s) of our site to a new folder
called _tempfiles. I thought these folders would be hidden from sight of
searches.

The pages still show up. Have I misunderstood? Is there something I can do
to hide this folder from searching?

Thanks.

Stephen
 
I think the only folder that is default set to non-browsable invisible is the _private folder. You may be able to set permissions on your host if the host allows it, or have them do it. I "think" this will also hide it from searches.



| I've moved some pages out of the main folder(s) of our site to a new folder
| called _tempfiles. I thought these folders would be hidden from sight of
| searches.
|
| The pages still show up. Have I misunderstood? Is there something I can do
| to hide this folder from searching?
|
| Thanks.
|
| Stephen
|
|
 
As a test, I moved the files to the _private folder. The site search STILL
finds them.

Stephen

in message I think the only folder that is default set to non-browsable invisible is
the _private folder. You may be able to set permissions on your host if the
host allows it, or have them do it. I "think" this will also hide it from
searches.



| I've moved some pages out of the main folder(s) of our site to a new
folder
| called _tempfiles. I thought these folders would be hidden from sight of
| searches.
|
| The pages still show up. Have I misunderstood? Is there something I can
do
| to hide this folder from searching?
|
| Thanks.
|
| Stephen
|
|
 
What I did for now is remove them completely from the site and marking them
"Do no publish" in my localhost site.

Stephen
 
Add this cod in the head of the pages you don't want searched.
<meta name=robots content=noindex>
 
If you are hosted on a Windows IIS server with Index Server installed and running, a Index Catalog
must be built for the site exclude the folder you do not want searched.

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

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
Doesn't apply to the FP search component.

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

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
Thanks, I'll organize that.

Stephen

Thomas A. Rowe said:
If you are hosted on a Windows IIS server with Index Server installed and running, a Index Catalog
must be built for the site exclude the folder you do not want searched.

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

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top