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.
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.
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]
