Re: Metadata for search engines
"Andrew Mercer" <[email protected]>
| Newsgroups | gmane.comp.cms.farcry.user |
|---|---|
| Message-ID | <[email protected]> |
Put something like this in the head portaion of your page - like the
dmHeader in the webskins\include directory
<cfif isDefined("request.stObj.metaKeywords") AND len(
request.stObj.metaKeywords)><meta name="Keywords"
content="#request.stObj.metaKeywords#"></cfif>
<cfif isDefined("request.stObj.EXTENDEDMETADATA") AND len(
request.stObj.EXTENDEDMETADATA)><meta name="Keywords"
content="#request.stObj.EXTENDEDMETADATA#"></cfif>
<cfif isDefined("request.stObj.teaser") AND len(request.stObj.teaser)><meta
name="Description" content="#request.stObj.Teaser#"></cfif>
On 8/4/06, jay_liquidinteractive (sent by Nabble.com) <[email protected]>
wrote:
>
>
>
> How do I add actual Metadata and Keywords into the page for search engines
> to
> spider. When I add some into the feild provided and publish it, I go into
> the source code of the refreshed page and the data is not in there. Am I
> even using this correctly?
>
> Had a look at the dmHeader source code and there doesnt seem to be any
> code
> to even attempt to add some. Is it even a function setup for this, or are
> there feilds for some other function?
> --
> View this message in context:
> http://www.nabble.com/Metadata-for-search-engines-tf2049315s621.html#a5644743
> Sent from the FarCry - User forum at Nabble.com.
>
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "farcry-user" group.
To post to this group, send email to farcry-user-/[email protected]
To unsubscribe from this group, send email to farcry-user-unsubscribe-/[email protected]
For more options, visit this group at http://groups.google.com/group/farcry-user
-~----------~----~----~----~------~----~------~--~---