Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2008-05-27 15:38:59

BryanA.
Member
From: Maryland, USA
Registered: 2007-08-12
Posts: 104

META Tags vs tru_tags and tagging.

I’ve got the tru_tags plugin working brilliantly and it’s a marvel. My question is really for the crawlers that still have a glance at Meta Tags in HTML (debated, I know). Even a low priority still assumes that these tags have some value.

Is there a way to jam Tru-tags into the meta tag for each article or is there something else I can do when writing to affect that portion of HTML?


Voice Actor – starting up a site for that good book stuff.

Offline

#2 2008-05-27 17:22:33

zero
Member
From: Lancashire
Registered: 2004-04-19
Posts: 1,470
Website

Re: META Tags vs tru_tags and tagging.

I’ve not tried it as I use another method to put meta keywords and description into the head, but you could try
<txp:meta_keywords /> in the head. I don’t know if tru_tags affects this.


BB6 Band My band
Gud One My blog

Offline

#3 2008-05-27 19:41:22

els
Moderator
From: The Netherlands
Registered: 2004-06-06
Posts: 7,458

Re: META Tags vs tru_tags and tagging.

BryanA. wrote:

Is there a way to jam Tru-tags into the meta tag for each article?

As tru_tags is using the keywords field, you can just do this:

<txp:if_individual_article>
     <meta name="keywords" content="<txp:keywords />" />
<txp:else />
     <meta name="keywords" content="your,sitewide,keywords" />
</txp:if_individual_article>

Offline

Board footer

Powered by FluxBB