> I usually put a few meta tags in the application.cfm file, and a few
> more on the individual pages.  Is there any danger to not keeping all
> the meta tags in one place?  A client claims their google ranking has
> fallen since this has been done.

They should ideally all be in the HEAD of the document, although I'm
not sure how much of a difference it'll make with Google, which
appears to primarily use metadata for categorization rather than
relevance.

You can ensure that they're placed in the document head from any code
you use to build the page, using the CFHTMLHEAD tag, unless you've
already flushed content using CFFLUSH.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VSOB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsit

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:329453
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to