Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
Hei.. since this one is the crucial part of SEO, why it's not updated ?
i try to upgrade from drupal 5 to 6, but this one still not updated since february? so i still think about upgrading
since i don't find any other way to include meta tags than this module..
It is usually a good habit to not use releases that don't appear in the project page, especially if they are development snapshots.
The maintainer says also to not update to 6.x-2.x-dev because it will destroy all data, and to not use it in production sites because it's not even alpha code.
At this point, if there is a 6.x-2.x-dev or there isn't, it doesn't make any difference.
I am wonder the same thing. I really need the node type meta description feature with cck token support. Would like to get an answer soon before I waste time trying to do my own thing to meet my needs (It will be very ugly if I pull it off - ha ha)
As paulwamail said he needs CCK token integration, and he would like a solution before to waste his time trying to do his own thing, I suggested him that.
I don't think that to modify a theme, and inject custom meta tags into it would be the easier solution, especially if it would be requested to get the value of CCK fields. It would mean to move code that should be in a module into a theme, or from the logic tier to the presentation tier.
Comments
Comment #1
Joanzo commentedHei.. since this one is the crucial part of SEO, why it's not updated ?
i try to upgrade from drupal 5 to 6, but this one still not updated since february? so i still think about upgrading
since i don't find any other way to include meta tags than this module..
Recipes Lover
Comment #2
szy commentedThere is a dev version from November, and 2.x version, but not stable yet.
Hint: look for all releases, not the stable ones only.
Szy.
Comment #3
avpadernoIt is usually a good habit to not use releases that don't appear in the project page, especially if they are development snapshots.
The maintainer says also to not update to 6.x-2.x-dev because it will destroy all data, and to not use it in production sites because it's not even alpha code.
At this point, if there is a 6.x-2.x-dev or there isn't, it doesn't make any difference.
Comment #4
pwieck commentedI am wonder the same thing. I really need the node type meta description feature with cck token support. Would like to get an answer soon before I waste time trying to do my own thing to meet my needs (It will be very ugly if I pull it off - ha ha)
Thank you
Comment #5
avpadernoThere is already a module that implements Token, and CCK integration. Take a look at Integrated Metatags.
Comment #6
szy commented@Kiam, thanks, looks interesting.
But it's quite easy to make keywords and description by yourself - just print
terms in theme with a little bit of HTML.
Szy.
Comment #7
avpadernoAs paulwamail said he needs CCK token integration, and he would like a solution before to waste his time trying to do his own thing, I suggested him that.
I don't think that to modify a theme, and inject custom meta tags into it would be the easier solution, especially if it would be requested to get the value of CCK fields. It would mean to move code that should be in a module into a theme, or from the logic tier to the presentation tier.
Comment #8
Robrecht Jacques commentedWill release today. Setting issue as fixed.