By harried-admin on
One of my sites is on Drupal 6, using the Nodewords module for our meta tags. Nodewords is fine, but what I can't figure out is how to delete a meta tag? I have a front page description tag that needs to be deleted. Sorry if I missed the answer somewhere...I have searched and read docs, and I don't see how to edit or remove meta tags after creating them with Nodewords. There are two description tags, and admin/content/nodewords/meta-tags/frontpage only shows the first one.
thanks!
Comments
=-=
did you make sure it's not hardcoded in page.tpl.php?
That's a good thought-- I've
That's a good thought-- I've grepped the entire site source tree, and the extra description tag is not there. This is driving me buggy. Nodewords only allows one front page description, and I can't account for the existence of the second one. It's not in any of the themes either. Where are these stored, is there a database table for meta tags?
I tried resetting to defaults, and resetting the default meta tags. The odd extra description persists.
=-=
I'd research the issue queue of the module in question for similar reports.
I'd also likely set up a test site to see if I can duplicate the issue. Either by moving prod to dev disabling and uninstalling the module or a new core install.
The text string of the meta
The text string of the meta description tag has to be stored somewhere, this isn't magic-- surely someone must know where this is?
=-=
is the front page the default front page or other? a view, a panel, a set node?