[EMAIL PROTECTED] wrote:
Keywords are available for dmHTML but not nav nodes (unless 2.3 has changed this) and are used for metadata...

Keywords meta:
<cfif isDefined("request.stObj.metaKeywords") AND len(request.stObj.metaKeywords)><meta name="Keywords" content="#request.stObj.metaKeywords#"></cfif>


In our site we use the teaser as the metadata description:
<cfif isDefined("request.stObj.Teaser") AND len(request.stObj.teaser)><meta name="Description" content="#request.stObj.Teaser#"></cfif>

Thanks Natalie

-Jeff C.

---
You are currently subscribed to farcry-dev as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to