Paul
====
At 11:58 AM 5/15/2002 -0400, you wrote:
Hi,
I found tha Meta Tags don't help much with search engines (they seem to ignore them now).
Instead, I tend to append keywords, phrases, etc directly to the footer of the page. This is definately cheating the search engine, but it sure boosts visibility.
At 01:39 AM 5/15/2002 -0400, Paul Haas you wrote:
How to improve our site�s visibility in search engines
Notes: Our site has been developed using ColdFusion. In index.cfm which is our first page, a header.cfm is included. This header is included to all pages in our site which handles a uniform look and feel throughout our site.
In this file the following META NAME exists. So this META NAME will be present in all site�s pages.
<META NAME="keywords" CONTENT="A, B, C, D, E..">
This site has 8 main links to 8 different product groups provided by our company. Each of these groups has a separate folder with an index.cfm in this folder. For example the index.cfm which is in bags folder looks like the following:
<CFSET TITLE = "Bags from Our Company Name">
<CFSET TYPE = "Bags">
<CFINCLUDE TEMPLATE="../templates/header.cfm">
<CFINCLUDE TEMPLATE="../templates/MakeSubGroups.cfm">
This file is only used to set the title and type of the product group.
Now the question is this:
How can I insert another META NAME with different keywords other than the keywords in header.cfm?
This can be done programmatically, but do you know how can I do this without changing a lot of code.
Paul Haas
Impression Holding Co Ltd
46 LePage Crt, Downsview, Ont., Canada M3J 1Z9
V# 416.638.9895 F# 416.638.8167
E# [EMAIL PROTECTED]
Paul Haas
Impression Holding Co Ltd
46 LePage Crt, Downsview, Ont., Canada M3J 1Z9
V# 416.638.9895 F# 416.638.8167
E# [EMAIL PROTECTED]
