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.
| Comment | File | Size | Author |
|---|---|---|---|
| nodewords.module_2.patch | 561 bytes | altano |
Comments
Comment #1
Robrecht Jacques commentedMarking it as a duplicate of http://drupal.org/node/25777.
The patch there includes the same solution as this patch, and some more bugs.