Re: restricted access - keyword search subsite
From: Tom Pepper Willett (tompepper_at_mvps.org)
Date: 08/05/04
- Next message: MD Websunlimited: "New FP Add-in Now Available"
- Previous message: Sue: "Re: restricted access - keyword search subsite"
- In reply to: Sue: "Re: restricted access - keyword search subsite"
- Next in thread: Sue: "Re: restricted access - keyword search subsite"
- Reply: Sue: "Re: restricted access - keyword search subsite"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 5 Aug 2004 10:51:41 -0500
If it's properly password protected, the search engines will not be able to
find it to begin with, and they won't be listed for the general public.
Also, don't put keywords on the password protected pages, as well as the
appropriate robots meta tag information.
-- === Tom "Pepper" Willett Microsoft MVP - FrontPage --- About FrontPage 2003: http://office.microsoft.com/home/office.aspx?assetid=FX01085802 FrontPage 2003 Product Information: http://www.microsoft.com/office/frontpage/prodinfo/default.mspx Understanding FrontPage: http://msdn.microsoft.com/office/understanding/frontpage/ FrontPage 2002 Server Extensions Support Center: http://support.microsoft.com/default.aspx?scid=fh;en-us;fp10se === "Sue" <anonymous@discussions.microsoft.com> wrote in message news:0b7901c47afd$943ee180$a601280a@phx.gbl... | Wasn't really interested in Search Engines for web | browsing, mostly just want to create an interface to | search through one folder on our site. But now that | raises a question. If we enter keywords into page | properties for some pages in our site, would that allow | anyone using a search engine to access those pages on our | site (if they enter a search word/phrase that happens to | match). My concern, I want to restrict access to certain | pages, by making them only accessible through a password | protected subsite on my site. But if I get the | programmers to use the keyword properties from Front Page, | is that opening up our site to anyone with a search engine? | | >-----Original Message----- | >See http://www.searchenginewatch.com for info regarding | search engines and meta tags. | > | >-- | >============================================== | >Thomas A. Rowe (Microsoft MVP - FrontPage) | >WEBMASTER Resources(tm) | >http://www.ycoln-resources.com | >FrontPage Resources, WebCircle, MS KB Quick Links, etc. | >============================================== | >To assist you in getting the best answers for FrontPage | support see: | >http://www.net-sites.com/sitebuilder/newsgroups.asp | > | >"Tom Pepper Willett" <tompepper@mvps.org> wrote in message | >news:ONAtprmeEHA.2468@TK2MSFTNGP12.phx.gbl... | >> Some global search engines use them. | >> -- | >> === | >> Tom "Pepper" Willett | >> Microsoft MVP - FrontPage | >> --- | >> About FrontPage 2003: | >> http://office.microsoft.com/home/office.aspx? | assetid=FX01085802 | >> FrontPage 2003 Product Information: | >> | http://www.microsoft.com/office/frontpage/prodinfo/default. | mspx | >> Understanding FrontPage: | >> | http://msdn.microsoft.com/office/understanding/frontpage/ | >> === | >> "Sue" <anonymous@discussions.microsoft.com> wrote in | message | >> news:035a01c47a6a$78bc39a0$a601280a@phx.gbl... | >> | Ok then that explains why I couldn't find any | >> | documentation. | >> | Then what is the purpose of entering keywords on the | page | >> | properties. What does use them? | >> | | >> | >-----Original Message----- | >> | >Sue, | >> | > | >> | >Requires server-side scripting. If hosted on Windows | IIS | >> | with Index Server, then with ASP you could | >> | >read those tags, but FP have no components to do this | >> | directly. | >> | > | >> | >-- | >> | >============================================== | >> | >Thomas A. Rowe (Microsoft MVP - FrontPage) | >> | >WEBMASTER Resources(tm) | >> | >http://www.ycoln-resources.com | >> | >FrontPage Resources, WebCircle, MS KB Quick Links, | etc. | >> | >============================================== | >> | >To assist you in getting the best answers for | FrontPage | >> | support see: | >> | >http://www.net-sites.com/sitebuilder/newsgroups.asp | >> | > | >> | >"Sue" <anonymous@discussions.microsoft.com> wrote in | >> | message | >> | >news:027d01c47a68$5739a6c0$a501280a@phx.gbl... | >> | >> Yes I'm sure the programmers can design something, | I am | >> | >> just trying to find out if Front page can use the | >> | keywords | >> | >> that are entered on the Page properties, general | tab? | >> | >> | >> | >> Is there any existing Front Page component that | can be | >> | set | >> | >> up to look through those keywords and then return | a list | >> | >> of links to pages within the site that have | keywords | >> | that | >> | >> match whatever is entered in the search criteria | field? | >> | >> | >> | >> >-----Original Message----- | >> | >> >Sue, | >> | >> > | >> | >> >The FP search component will search for all word | on a | >> | >> page, you can not set it just look at one | >> | >> >word. | >> | >> > | >> | >> >Your programmer could set up a database search | using | >> | >> Access with a 3 fields, RecID, Keyword, and | >> | >> >Pagename, then create a search function that | search for | >> | >> the keyword and then return the pagenames as | >> | >> >results. | >> | >> > | >> | >> >-- | >> | >> >============================================== | >> | >> >Thomas A. Rowe (Microsoft MVP - FrontPage) | >> | >> >WEBMASTER Resources(tm) | >> | >> >http://www.ycoln-resources.com | >> | >> >FrontPage Resources, WebCircle, MS KB Quick | Links, etc. | >> | >> >============================================== | >> | >> >To assist you in getting the best answers for | FrontPage | >> | >> support see: | >> | >> >http://www.net- | sites.com/sitebuilder/newsgroups.asp | >> | >> > | >> | >> >"Sue" <Sueemail@aol.com> wrote in message | >> | >> news:c57b01c47a56$e167f840$a301280a@phx.gbl... | >> | >> >> We have a bunch of individual pages. What we | want to | >> | do | >> | >> is | >> | >> >> assign specific keywords to each page and then | >> | create a | >> | >> >> search interface so that one can type in any | keyword | >> | and | >> | >> >> be provided with a list of pages/links that | have that | >> | >> >> keyword and a brief description. Then they | could | >> | choose | >> | >> >> which page to open, click on the link provided | and | >> | the | >> | >> >> selected page opens. | >> | >> >> | >> | >> >> We do have programmers who can write the code, | just | >> | >> wanted | >> | >> >> to see if Front Page had a way to do this before | >> | making | >> | >> >> the request. Is this a possibility, or must we | write | >> | >> our | >> | >> >> own code. | >> | >> >> | >> | >> >> >-----Original Message----- | >> | >> >> >You can create a list of keywords on a page. | Click | >> | on a | >> | >> >> >keyword and a page comes up with a preselected | >> | listing | >> | >> of | >> | >> >> >page links the user can click on. This is easy | to | >> | >> create. | >> | >> >> > | >> | >> >> >Or are you giving them permission to type any | word | >> | they | >> | >> >> >wish, but then you want to limit which pages | return | >> | >> that | >> | >> >> >keyword? How can you possibly know what words | they | >> | will | >> | >> >> >type in? I think the above paragraph | suggestion will | >> | >> give | >> | >> >> >you the control you seem to be seeking. | >> | >> >> > | >> | >> >> >In the context of HTML, Raad Only access does | not | >> | make | >> | >> >> >sense. You need to give us more information | about | >> | what | >> | >> >> you | >> | >> >> >mean by this exclusion. | >> | >> >> > | >> | >> >> > | >> | >> >> >>-----Original Message----- | >> | >> >> >>Looking to create a page/subsite with password | >> | >> >> restricted | >> | >> >> >>access so that someone who knows the password | can | >> | open | >> | >> >> >>this page/subsite and search by keyword to | view | >> | only | >> | >> the | >> | >> >> >>HTML pages that have been assigned keywords | that | >> | match | >> | >> >> >the | >> | >> >> >>search criteria. Have not been able to find | >> | >> suffiecient | >> | >> >> >>documentation to accomplish this. Does | anyone know | >> | >> >> where | >> | >> >> >>to look or have any hints on how to accomplish | >> | this. | >> | >> >> >>The user should only be allowed Read Only | access to | >> | >> the | >> | >> >> >>HTML pages. | >> | >> >> >>. | >> | >> >> >> | >> | >> >> >. | >> | >> >> > | >> | >> > | >> | >> > | >> | >> >. | >> | >> > | >> | > | >> | > | >> | >. | >> | > | >> | >> | > | > | >. | >
- Next message: MD Websunlimited: "New FP Add-in Now Available"
- Previous message: Sue: "Re: restricted access - keyword search subsite"
- In reply to: Sue: "Re: restricted access - keyword search subsite"
- Next in thread: Sue: "Re: restricted access - keyword search subsite"
- Reply: Sue: "Re: restricted access - keyword search subsite"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|