Meta tags by taxonomy

Component ID

1157640

Component name

Meta tags by taxonomy

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

1056

Component created

Component changed

Component body

Adds metatag description to terms and nodes based on taxonomy and add some URL SEO optimization (i18n localization over pathauto).

Configuration

You can specify a global meta description.

Metaxo adds a meta description fields in terms form.

If CCK is installed, you can choose a CCK field to enter a node level meta description.

There is inheritance : Global > Term > Node.
Node inherit from its lightest term description.

i18n

Metaxo is aware of i18n and i18ntaxonomy. So you can localize meta description for terms.
You can put metaxo_global_description in $conf['i18n_variables'].

pathauto

Since metaxo is based on the link between node and taxonomy I've fixed this long time issue between i18ntaxonomy and pathauto (6.x-2.x+) :
http://drupal.org/node/290421

so metaxo provides tokens for pathauto (i18n-cat, i18n-catpath, etc) for both taxonomy alias and node alias.

other metatags

metaxo only support metatag description since google does not pay attention to other meta tags (and not so much at this one but for display).