I implemented dynamic titles and meta tags like so:

====dsp_foo.cfm====
<cfset metaDesc="A very cool cold fusion site">
<cfset title="Page 1">
<table>
....
==================

=====index.cfm=====
<cf_bodycontent> (this is the key to getting it done)
    dsp_foo.cfm
</cf_bodycontent>
<html>
<head>
<cfoutput>
 <title>#title#</title>
 <meta name="description" content="#metaDesc#">
</cfoutput>
</head>
....
==================

-Mike


----- Original Message -----
From: "Jim Priest" <[EMAIL PROTECTED]>
To: "Fusebox" <[EMAIL PROTECTED]>
Sent: Friday, December 08, 2000 7:59 AM
Subject: building a fusebox friendly verity(other?) search
engine


> Argh. About got my entire site done (in Fusebox) and it's
working
> well.  Now I'm trying to figure out how in the world I'm
going to
> implement my search engine?  :)
>
> I had originally planned to use a service like Atomz (less
hassle for
> me) but I'm not sure how it's going to handle Fusebox, so
as a backup
> I'm looking at the old Verity standby as well... :)
>
> I've got a mix of db driven info as well as some static
content - all of
> which is wrapped up in the Fusebox index.cfm - so I'm not
really sure
> the best way to approach this... especially the static
stuff.
>
> I'm curious about how you handled things like page titles,
meta info,
> etc? I'm guessing I'll have to generate all those
dynamically and pass
> them to the index.cfm depending on where I'm at in my
site.
>
> Anyone done this before who could give me some pointers?
I'm off to
> dig through the archives...
>
> Any help would be GREATLY appreciated!
>
> Thanks
> Jim
>
> ps. thanks for everyone who replied with info on the atomz
variable glitch!
>
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to