Forum Moderators: open

Message Too Old, No Replies

Dynamic meta tags Code

I need asp code for create the meta keywords

         

ganesan

5:25 am on Nov 25, 2004 (gmt 0)

10+ Year Member



Hi all,

I am working for website promotion.I have confusion for add static meta tags in my pages,because i have an a News page.Content of the news page will be change everyday so that i want dynamic meta tags.If any one can give correct coding for dynamic meta tags,

waiting for ur reply.....

syber

3:56 pm on Nov 27, 2004 (gmt 0)

10+ Year Member



Assuming that your dynamic content is available as a variable, your asp code would look something like this(if news_extract is your variable):

<META NAME="DESCRIPTION" CONTENT="<%=news_extract%>">

Art

ganesan

8:24 am on Nov 29, 2004 (gmt 0)

10+ Year Member



Thanks
My dear friend,I will try this code and post result to u.....