Hi,
we have installed Meta tags Node Type 6.x.1.7 and Nodeword 6.x-1.11 on our drupal 6.0.
In Admin/content type/[any content], when we configure the Content Type (Meta tags node type
section), the following happens:
For this field :
Default "keywords" meta tag for Organisation:
Tokens are supported. This keywords will be appended after the global keywords. Enter a comma separated list of keywords for this page. Avoid duplication of words as this will lower your search engine ranking.
However when we put keyword in this field, they are not appended, but rather override completety the global keywords (i.e. they *replace* NodeWord default Meta-tags).
Comments
Comment #1
Hobbes-2 commentedSubscribe
Comment #2
francisconi.org commentedSubscribe
Comment #3
francisconi.org commentedThis is the screen capture of the problem, as we see:
"Meta tags node type" + "meta tags for a node" = "Meta tags node type"
The "Meta tags node type" Override "the meta tags for a node"
Please help
Sorry for my English
Comment #4
hanoiiThere were two different issues reported here.
The fact that the node's keyword override the global keywords is a decision of the nodewords module. It is how it works. The text, however, of this module has been changed to properly explain what it will do:
This keywords will override the global keywords of your site, so please include them here if you need them to appear.As for #3, that's by design, it is how it's supposed to work which is the best way I could think of to properly fit in how nodewords works. Other option will make this module quite more difficult to administer/use and adapt to nodewords constant changes.
So, basically
* Nodewords nodetype will override nodewords default (both for keywords and description)
* On the node edit page, if the override checkbox is set, this module will not do anything, which means that the default behavior of nodewords will take place, and thus, any issue related to what's happening at that moment is beyond this module.
Comment #5
miketitsch commented"This keywords will override the global keywords of your site, so please include them here if you need them to appear."
Is that a recent dev version? The 6x-1.7 version still says,
"This keywords will be appended after the global keywords. Enter a comma separated list of keywords for this page. Avoid duplication of words as this will lower your search engine ranking."
Comment #6
hanoii@miketitsch.
Yes, that's the recent dev version. I will release a new stable release version only after nodewords hits a new stable release. You can use -dev though if necessary, it should work fine with the latest of nodewords.
Comment #7
cmaltais commentedEverything is clear now. Thanks !