Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Adding Keywords

Status
Not open for further replies.

ketankshah

IS-IT--Management
Joined
Jan 11, 2001
Messages
121
Location
IN
I want to add Keywords & Description Meta tags in my CF templates. I have few questions.

1) Do I have to put my metatags in all the .cfm templates or just in index.cfm to make the search engine find the pages?

2) In case I have to put it in all the .cfm templates, then can I use <CFinclude> tag which will call a file have these metatags or I have to hardcode it in each and every page?

Ketan
 
You should add meta tags to each and every page that you would like to have spidered and indexed. And, yes, you can use cfincludes, since the CF server will process them and return the properly formatted HTML for the spider to read. Cold Fusion is parsed first, then the HTML page is served. John Hoarty
jhoarty@quickestore.com
 
Thanks John for a prompt reply.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top