Auto-keywords vocabularies: it says

Select the vocabularies which contain terms you want to add to the keywords meta tag for nodes. The terms of these vocabularies are added before the global keywords but after the page-specific keyword

So...
1.are all the terms in the vocabullary added to keywords or is it only the user selected term (or terms) that will be added ?

2.how will meta tags act if there are multiple vocabularies for a content type?

Comments

Robrecht Jacques’s picture

1.are all the terms in the vocabullary added to keywords or is it only the user selected term (or terms) that will be added ?

Only the terms the user has selected for the specific node.

Example:

  1. Vocabulary "foo" has 3 terms: "one", "two", "three" and is selected as auto-keywords vocabulary;
  2. Global keywords is set to "global keyword";
  3. The node 42 has set "node keyword" as keyword meta tag;
  4. The node 42 has 2 terms of vocabulary "foo" selected: "one" and "three";
  5. If the user goes to node/42, KEYWORDS will contain: "node keyword,one,three,global keyword".

2.how will meta tags act if there are multiple vocabularies for a content type?

All terms of all vocabularies (that are auto-keyword vocabularies) that are assigned to a node will be added to KEYWORDS.

nirvanajyothi’s picture

Thats wonderful.Thank you Jacques

Robrecht Jacques’s picture

Status: Active » Fixed

Closing.

There was a bug with this not working: http://drupal.org/node/270193.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.