hpvic03
Technical User
- Aug 2, 2006
- 89
I'm trying to make a website that will have dynamic meta tags based on the information a user requests. Right now I have three meta tags:
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta name="title" content="#variable1# #variable2#">
<meta name="description" content="#variable3# #variable4#">
I wrapped the title with cfoutput tags and it works fine, but when I wrap the description one, I get the text for variables 3 and 4 at the top of my page, which won't work. Does anyone have any ideas on how to tell the meta tags to go to the server first? Any help would be greatly appreciated.
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta name="title" content="#variable1# #variable2#">
<meta name="description" content="#variable3# #variable4#">
I wrapped the title with cfoutput tags and it works fine, but when I wrap the description one, I get the text for variables 3 and 4 at the top of my page, which won't work. Does anyone have any ideas on how to tell the meta tags to go to the server first? Any help would be greatly appreciated.