Forums
This topic is locked
Dynamic meta tags
Posted 07 Apr 2003 21:50:25
1
has voted
07 Apr 2003 21:50:25 Tony Chronopoulos posted:
Hi..Can I write all my metatags in an .ASP include file and then just include the file in all pages? I guess something like this:
<pre id=code><font face=courier size=2 id=code>
<%
q = chr(34)
Response.Write "META NAME="&q&"description"&q&" CONTENT="&q&"The used automobile guide for buying and selling"&q
Response.Write "META NAME="&q&"keywords"&q&" CONTENT="&q&"used,cars,buy,sell,guide,honda,acura,ford,gm,toyota,hyundai,nissan,mazda"&q
%>
</font id=code></pre id=code>
will search engines see it?
Thanks!
___________________
redtag | auto
www.redtagauto.com
Replies
Replied 08 Apr 2003 15:48:43
08 Apr 2003 15:48:43 Brent Colflesh replied:
Sure - that will work. No need to frame them in code unless you are dynamically generating them. Includes are processed before being outputted to the browser - search engines just see whatever code is returned.
Regards,
Brent
Regards,
Brent