> 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:329377
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to