Closed (fixed)
Project:
Nodewords: D6 Meta Tags
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
10 Mar 2011 at 20:39 UTC
Updated:
3 Jan 2014 at 02:58 UTC
Jump to comment: Most recent
Comments
Comment #1
drupalgideonThis happening to me too, the name and path are being saved when I hit save on the Other pages (accessed from /admin/content/nodewords/meta-tags/other) but not my keywords or descriptions.
They are also not being saved if I add descriptions and keywords to taxonomy terms /admin/content/taxonomy/edit/term/XXX
As a result, the tags are not showing up in the page source.
Front page tags and tags added to nodes are saving fine and showing in source just fine.
Comment #2
sammyframson commentedThis appears to also be an issue on my site. All of my "other" pages appear that they are being overridden by the default meta-tags. This is happening not only on the creation of new meta tags, it also appears to have overridden ALL of my previous meta tag enteries. This appears to have wiped out MANY hours of SEO work that was completed. I am hoping that I can save data from a database backup but I am not sure how long this issue has existed.
Any help retreiving our information and fixing this module would be greatly appreciated.
Comment #3
sammyframson commentedI updated to 1.12_beta9 from the recent releases and once that was completed, Other Page meta tags are populating correctly (even shows all of the updates that I had previously saved which I thought may be lost) and the meta's are showing up appropriately in the page source...
The update has done the trick for me.
Comment #4
sammyframson commentedComment #5
prabeen.giri commentedUpdate to 1.12_beta9 also worked for me.................
Comment #6
dave reidComment #7
marcus_w commentedOpening again, I'm currently on 1.12-rc1 and the problem still exists on my websites. Though data does get stored in the DB.
-Table nodewords is filled with the value submitted on the node edit form.
-Edit form doesn't show the content
-View node doesn't show the content
Comment #8
Dragolin commentedI was on 6.x-1.12-rc1 where I noticed this issue, I then tried to upgrade to the latest 6.x-1.x-dev but still have this issue:
when I manually enter meta tags, then they do show up -> so this is fixed
however the auto-creation when tags are empty does not work -> always uses site-defaults!
Details:
Generate the token from the node teaser, or the node body when the node teaser is empty = enabled
on the tab: meta tag forms:
desciption -> when the meta tag is empty
keywords -> when the meta tag is empty
I assume you need to have these on, otherwise no meta tags are displayed/generated at all ?!
Comment #9
dave reid@Dragolin: You're configuring how certain tokens will work. You still have to actually set your default meta tags to use the [metatags-description] or [metatags-taxonomy-keywords] tokens.
Comment #10
Dragolin commentedthanks! I didn't know that, works great!
however I don't get [location-name_N] to work, it just shows as "[location-name_N]" and does not get converted ?!
Comment #11
dave reidThat's because you have to replace the 'N' with '0' or if your location field has multiple values, the number of which value in the field to use.
Comment #12
dave reid