Teasers should not have their keywords injected into the page's meta-tags.

For example, on my front page, I have 3 node's teasers displayed. The source for the page reveals that I have 4 keywords/description tags defined (the original/main page + the 3 nodes').

This patch makes sure the node is not a teaser before injecting the tags.

CommentFileSizeAuthor
nodewords.module_2.patch561 bytesaltano

Comments

Robrecht Jacques’s picture

Status: Needs review » Closed (duplicate)

Marking it as a duplicate of http://drupal.org/node/25777.

The patch there includes the same solution as this patch, and some more bugs.