The title does not appear in the CFDUMP of the Verity search results. However, each page does display the title in the title bar. This is why we are scratching our heads since it does not appear in Verity.
Thanks for the reply. --- On Thu, 12/31/09, Dave Watts <[email protected]> wrote: From: Dave Watts <[email protected]> Subject: Re: Displaying Page Titles in Verity Search Results To: "cf-talk" <[email protected]> Date: Thursday, December 31, 2009, 8:50 AM > The start' portion of our custom tag contains the header content, where the > TITLE is > dynamic and defined by the attribute as shown here: > > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> > <html xmlns="http://www.w3.org/1999/xhtml"> > <head> > <meta http-equiv="Content-Type" content="text/html; > charset=iso-8859-1" /> > <!--- Dynamic Page Title ---> > <title>#attributes.pageTitle#</title> > > Is there no way to get the TITLE of the document to display in our search > results?. > Currently, a DB solution is not a consideration since we are deep in this > project. Forget about custom tags for a minute. The Verity spider crawls web pages, and you're using CF to generate those web pages. By default, the Verity spider should identify the HTML TITLE of your page and put that in the results. If you use CFDUMP to show the Verity search results, do you not see the title in those results? If you visit one of the URLs found in the search results, do you not see the title in the title bar of the browser? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figlea ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:329378 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

