How can I dynamically change title and meta description using CF?
Our site is very dynamically assembled, and we have one cfm which generates the page header portion, and others to fill out the rest of the page.
Currently, our page title and meta description tag are static. I wish to be able to change them based upon what tempate is being displayed, but by the time the code runs for the guts of the page, the header has already been generated. Is there any way using CF that I can change the page title and meta tag values? I can do this using javascript, but by then the page has been sent to the client and the page source still contains the original static values. This has to render at the server before it is sent to the client so that search engines get the proper title and description values.
Thanks in advance if you have some advice for me.
