1. install nodewords in fresh drupal 6 installation
2. enable Nodewords, Nodewords basic meta tags
3.1 ///////////////////////////// create vocabulary ////////////////////////////////////
/admin/content/taxonomy/add/vocabulary
Vocabulary name:vocab1
Description:vocab1desc
Tags: [ ]
Multiple select: [ ]
Required: [v]
Content types:Story
Meta tags Description: vocab1_description_xxxxxxxxxx
Meta tags Keywords: vocab1_keywords_xxxxxxxxxx
3.2 ///////////////////////////////// Add terms ////////////////////////////////
/admin/content/taxonomy/1/add/term
Term name:term1
Description:term1desc
Meta tags Description: term1_metadesc_xxxxxxxxxx
Meta tags Keywords: term1_metakey_xxxxxxxxxx
4. ///////////////////////////////// Nodewords settings ////////////////////////////////
/admin/content/nodewords
Meta tags to show on edit forms: Description, Keywords
Meta tags to output in HTML: Description, Keywords
Meta tags creation options:
Enable the user profile meta tags: [ ]
Repeat meta tags for lists: [v]
Use front page meta tags: [ ]
Auto-keywords vocabularies: vocab1
Global keywords: [empty]
/admin/content/nodewords/meta-tags
Description: [empty]
Keywords: [empty]
5. ///////////////////////////////// node type settings ////////////////////////////////
/admin/content/node-type/story
Allow editing of meta tags: [v]
Always generate the meta tag content: [v]
Generate meta tags content from the node teaser, or the node body when the node teaser is empty: [v]
Replace the tag IMG content with the attribute ALT: [v]
6. ///////////////////////////////// create story ////////////////////////////////
/node/add/story
Title: this is the title of some story
vocab1:term1
Body:this is the body of some story
Meta tags Description: [empty]
Meta tags Keywords: [empty]
/node/2
[meta name="keywords" content="term1" /]
[meta name="description" content="this is the body of some story" /]
(missing term description & keywords???????????????????????????)
(or this is normal??????)
/taxonomy/term/1
[meta name="keywords" content="term1_metakey_xxxxxxxxxx" /]
[meta name="description" content="term1_metadesc_xxxxxxxxxx" /]
Comments
Comment #1
j0e commentedsame problem here... no description tag generated, though i can get taxonomy tags to appear through settings page by checking Auto-keywords vocabularies
Comment #2
damienmckennaThink this is a duplicate of #1412958: Improve vocabulary and term handling - basically the UI doesn't make it clear what will happen to terms that are added. Please join in on the discussion and help improve the UX so that it covers the (completely reasonable) use case above. Thanks.