Last updated by Frank Ralf on Tue, 2012-12-18 13:08
Integrated Meta Tags
There is an issue asking about duplication over at #228768. It does not appear to be a duplicate in that it uses a different methodology to generate the tags.
Nodewords
Todo: fill in description and features here
For Drupal 6
Meta tags
Meta tags implementation based on Token.
Meta tags currently provides tags only on nodes (front page, users, taxonomy term, node). However, other modules have been created to extend its functionality.
Drupal core: 7.x
Development status: Actively developed
Supported tags: Canonical URL, Copyright, Description, Generator, Keywords, Open Graph Protocol, Publisher URL, Robots, Shortlink URL, Title
Meta tags quick
Meta tags implementation based on Fields API
Every meta tag (keywords, description, copyright) is treated as a separate field. Meta tag fields are then attached to registered entities (content types, taxonomy vocabularies), and appear in the entity edit form. Pages that do not represent any entity (default front page, views etc.), are served using artificial entity 'path-based meta tags'.
Meta tags quick does not support Token, so fields here will accept tokens.
Drupal core: 7.x
Stable version: 7.x-2.2
Development status: Actively developed
Supported tags: abstract, copyright, description, keywords, revisit_after, robots
Mechanism to extend supported tags: Fields API
Supported pages: All non-administrative pages
Upgrade path: Import of nodewords data (only tags listed above)
Global defaults: No
Default values: Limited (using Fields API interface)
Token support: Yes
SimpleTest: No
Simple meta module
Drupal core: 7.x, 6.x
Development status: Under Active development
Page Title module
Drupal core: 7.x, 6.x
Development status: Under active development
Comments
Hi, Shouldn't the sandbox
Hi,
Shouldn't the sandbox project Beanstag not be included for Drupal 7:
http://drupal.org/sandbox/beansboxchrispang/1189124
See http://eureka.ykyuen.info/2011/07/07/beanstag-the-seo-tool-for-drupal-7/
Greetings,
Martijn
BeansTag
Thanks for posting that, the mod looks brilliant. Not seen it mentioned anywhere else.
Further info can be found on http://eureka.ykyuen.info/2011/07/07/beanstag-the-seo-tool-for-drupal-7/
Context Metatags
Another one:
http://drupal.org/project/context_metatags
Metatags for profile2 profiles
Is there a module that can set metatags with tokens for profile2 profiles?
The module Metatags works for Users which does change the profile metatags but not the various profile types a site could have using the Profile2 module, hence, all profiles have the same metatags.
Another way to solve this is if metadata was available to the rules module. Is there a module to do that?
I wonder if beanstag could
I wonder if beanstag could help you.
You can set meta data base on the url. since different user profiles has different url, you can set it one by one.
Eureka!