Thanks for the reply. 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. Thanks again --- On Tue, 12/29/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: Tuesday, December 29, 2009, 4:28 PM > We assume since the textual content is searchable and displays in our search > results, so > too would a custom tag attribute - or is that idealistic thinking? That assumption is completely wrong. Custom tag attributes, like everything else in your CF code, is not sent to HTTP clients. The Verity spider is just another HTTP client. I would expect that the Verity spider will use the HTML TITLE element for your page title - is that different from what you're passing to the custom tag? 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.figleaf.com/ for more information! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:329367 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

