Hi Paul,

 I think cfhtmlhead is what you are looking for..

from the CF docs..

cfhtmlhead writes the text specified in the text attribute to the <head> 
section of a generated HTML page. The cfhtmlhead tag can be useful for 
embedding JavaScript code, or placing other HTML tags such, as META, LINK, 
TITLE, or BASE in an HTML page header. 


hth





Dave Seddon  (p) 997-1803
Internet Software Support Specialist
Workplace Information Directorate, HRDC-DRHC
e-mail:   [EMAIL PROTECTED]
Web: http://labour.hrdc-drhc.gc.ca

---------- Original Text ----------

From: "Paul Haas" <[EMAIL PROTECTED]>, on 2002-05-15 1:39 AM:

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]      

-
You are subscribed to the CFUGToronto CFTALK ListSRV.
This message has been posted by: [EMAIL PROTECTED]
To Unsubscribe, Please Visit and Login to http://www.CFUGToronto.org/
Manager: Kevin Towes ([EMAIL PROTECTED]) http://www.CFUGToronto.org/
This System has been donated by Infopreneur, Inc.
(http://www.infopreneur.net)

Reply via email to