in your header template you can check cgi.script_name.
<cfset pageImOn = listLast(cgi.script_name,"/")>
meta a
<cfif findNoCase(pageImOn, "index.cfm")>
meta b
</cfif>
-steve
PS
all code handwritten in outlook, not checked for syntax, but you should get
the idea.
-----Original Message-----
From: Paul Haas [mailto:[EMAIL PROTECTED]]
Sent: Monday, May 13, 2002 10:13 AM
To: [EMAIL PROTECTED]
Subject: [CFTALKTor] CFUN 2K
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
============================
Regards
Paul
-
You are subscribed to the CFUGToronto CFTALK ListSRV.
This message has been posted by: Paul Haas <[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)
-
You are subscribed to the CFUGToronto CFTALK ListSRV.
This message has been posted by: Steve Budan <[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)