Al Musella, DPM wrote: > I may do things the hard way, but the approach I take is to put a > comment in the files that I do not want indexed, like: > <!---- DO NOT INDEX!!! --> > Then, when indexing them, I use cffile to list the files in the > directories, and cfhttp to read them. I look for that comment, and if not > there, add them to a database, which is then indexed. This solves the > problem of indexing the second page of a form, my header and footer files, > lets me index pages that are made up of multiple included pages or dynamic > text, and lets me get the page's title - which I set with a cfset > pagetitle='' before I include the header..
how about <meta name="ROBOTS" content="NOINDEX"> ______________________________________________________________________ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

