Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

excluding certain pages

0 views
Skip to first unread message

serval

unread,
Jun 4, 2006, 7:36:12 PM6/4/06
to
I know I am close to figuring out how to exclude pages.. I have set up
a page for the user to search, but added the NOT in my result page. It
excluded a page where the word TEST was present. Now if I can only do
this where it finds the CONTENT="NOINDEX in the page. I have even
tried to use the term CONTAINS - as this is supposed to read META
data.. but no luck. What would be the best if the robot meta data and
the description meta data could somehow be moved into the custom
fields..


<cfsearch name="Search1"
collection="#form.collection#"
form type="#form.type#"
criteria="#form.searchstring# AND NOT test">
<h2>Search Results</h2>
<cfoutput> #Search1.RecordCount# found out of #Search1.RecordsSearched#
searched. </cfoutput>
<hr noshade>
<cfoutput query="Search1"> <a
href="#Search1.URL#">#Search1.title#</a><br>
#Search1.summary#<br>
</cfoutput>

0 new messages