I have some troubles with the nodeword module. It is great and a very useful thing. However something seems to work wrong (at least fo my site) for my keywords.
1.) I add nothing to meta-tags, only global keywords from adminpanel shoud be used: everything seems to be ok.
2.) I add ckk-fields using tyxonomy terms: the taxonomy terms are cut off after a few words, the gobal keywords aren't shown.
3.) I add page-terms to meta-tags (and use the same ckk-fields): the meta-tags are cut off at least after the taxonomy terms.
4.) I add page-terms to meta-tags (and don't use the same ckk-fields): the meta-tags are cut off.
An example:
Using ckk-taxonomy fields "A", "B" and "C". Terms are 1,2 for A, 3 for B and 4,5 for C. The golbal keywordterms are 6,7,8,9. No page-terms are added.
Keywords in my source of my page are: "1,2,3,4 (4 could be cut off)", 5 is missing, global keywords, too. Same when I using only single terms für A, B, C.
Maybe the number of characters of all keywords together for A, B, C is limited (but non of my pages has keywords up to 255 characters!). If there are only terms for A, B, C that are short like "alpha, beta" instead of for example "olympic games in china", "great britain" and "united states of amerika" it seems to work right including all the global keywords, too.
I wonder why the output for longer taxonomy terms or additional page keywords is cut off. Any hints how to solve this problem?
Comments
Comment #1
Robrecht Jacques commentedI'll have to look into this. There is no reason why they should be cut off for being too long - only if the whole keywords tag content goes above 255, but then individual terms should not be cut off ("olympic games in china, great britain, united states of america" could become "olympic games in china, great britain, united states of" but never "olympic, great, united").
Maybe it has to do with CCK fields using taxonomy terms.
Comment #2
miweb commentedI can't find out when the terms are cut off nor why. However there seems to be one special thing. If there is a term containing more than one word there is a chance to be cut off this term after the first word.
Example: For Vocabulary B the term "alpha beta" is tagged (save both) into the ckk-field. In page source sometimes the metatags are cut off like this: "node title (token), terms of vocabulary A (all), alpha (instead of alpha beta)". There should be "node title (token), terms of vocabulary A (all), terms of Vocabulary B (all), terms for page (global terms)"
This is not a permanent error, but there is a chance of error.
Comment #3
Robrecht Jacques commentedSo you use "nodewords_nodetype" (Meta tags node type) for the node title (token)?
You have selected two auto-keyword vocabularies (A & B), both also configured as cck-field?
Comment #4
miweb commentedYes, Meta Tags Node Type with title (token) and three more vocabularies with auto-keywords which are tagged into ckk-fileds ("saving both").
Sometimes it seems to cut off after/within a term containing two or more words after one of this words of that term.
Comment #5
avpadernoAs the Drupal 5 version is not supported anymore, I am changing the status of this report.