I'm experiencing some strange behavior with a Drupal 6.15 site running Nodewords 6.x-1.11 and the same behavior after updating to Nodewords 6.x-1.12-beta2.
The "keywords" meta tag is repeated 4 times in the header of the front page. If the checkbox for "keywords" is disabled in the "Meta tags to output in HTML", then the "description" meta tags will be repeated 4 times in the header of the front page.
Also, the Bing/Google/Yahoo meta tags are not output to the header of the front page when they are entered at /admin/content/nodewords/meta-tags/frontpage and selected as "Meta tags to output in HTML".
I'm not sure if these two issues are related so I've entered them on this single ticket.
Comments
Comment #1
Anonymous (not verified) commentedNot sure if this helps, but I had a similar problem with search engine tags in the header. Eventually figured it was because I pasted in the whole tag. All was OK when I just pasted the code content for each.
Comment #2
marcus0263 commentedI've got this same issue, except currently my site description is listed 5 times. When I have keywords active it lists keywords 4 times and then description once. This affects all pages, not just the first page.
Comment #3
mattcasey commentedSubscribing - using 6.x-1.x-dev - anyone had luck trying the other ones? I'm scared to switch and lose my settings
Comment #4
Anonymous (not verified) commentedLet us keep this report for the first part of the issue.
Using the more recent code, the meta tag ROBOTS is output twice. I am checking out what happens in these cases, and why it happens.
Comment #5
Anonymous (not verified) commentedI changed the code, and committed it in the repository.
Comment #6
Anonymous (not verified) commentedI have marked #717228: dc.title is double in the output as duplicate of this report.
Comment #8
asb commentedI just upgraded to the current 6.x-1.x-dev, and the "dc.title" metatag appears exactly three times in my site's header (frontpage; it's apanels page); in normal nodes, the "dc.publisher" metatag appears excactly three times. I have no means to verify all pages (~56639 nodes plus several views), but it appears to be systematic.
Reopening since this issue seems to not have been fixed in the current dev release. The site is online, so if someone wants to look into this, please drop me a short notice.
Comment #9
techypaul commentedI am having this issue too with latest version installed. If I turn off title, I get three dc.descriptions so its not the tag but the dc. process I think.
Comment #10
damienmckennaJust entering a bunch of test defaults with the current 6.x-1.x-dev, and no other settings, results in the following:
Comment #11
damienmckennaIt seems that the dc.date and dc.title tags are not outputted and instead the dc.publisher one is duplicated in their place.
Comment #12
damienmckennaThe problem of the default dc.date being assigned was a different issue: #1325904: Default dc.date not output
Comment #13
damienmckennaThe dc.publisher is replacing the lat/long values. Now to fix it.
Comment #14
damienmckennaCaught the bug - the $template value is not wiped out before it starts deciding whether to display anything, so it gets to the end and just uses the previous tag's data.
Comment #15
damienmckennaCommitted. BTW the bug stemmed from the location handling, so there may still be a bug there.
Comment #16
damienmckennaI marked #1292572: Multiple "revisit-after" tags displayed as a duplicate of this.
Comment #17
asb commentedUpgraded to the latest 6.x-1.x-dev a couple of D6 sites, and the isssue seems to be gone. Great!
Thank you very much!