Some modules add tabs to the node pages (e.g. talk module, which adds tabs as node/nnn/talk). Meta tags currently adds the node tags and description to these pages, which is not ideal, since the description does not reflect these pages and is duplicate (picked up by Google Webmaster Tools) - it would be better for these modules to add their own customized description using the nodewords API (talk module could add "Discussion about ...." for example).
The attached patches for Drupal 5 and 6 nodewords ensure that tags and description are only added to the primary node page, and not subpages.
| Comment | File | Size | Author |
|---|---|---|---|
| no_node_tabs_6.patch | 648 bytes | owen barton | |
| no_node_tabs.patch | 651 bytes | owen barton |
Comments
Comment #1
Robrecht Jacques commentedFixed in D5 and D6. Thanks!