On my site, i configure a meta ttag for nodetype (joueurs) with token.. When i create a new "joueur" node, if i chek the box "Override Meta tags - node type defaults with the values filled below.", when i look at the code source of the page, the description tag is "array" (you can see it here http://www.afterfoot.com/joueurs/miladin-becanovic).

Otherwise, the description tag doesn't appear (example here : http://www.afterfoot.com/joueurs/fabrizio-ravanelli)

On the node meta tag setting settings, i check "allow meta tag modification" and "Generate meta tag content when the meta tag content is empty" as well as "Generate meta tags content from the node teaser, or the node body when the node teaser is empty". However my node type don't use the "body" field.

i use the 6.1.10 version of nodewords and the 6-1.x-dev version of Meta tags Node Type.

Did i do something wrong? Thanks for your help

Comments

avpaderno’s picture

Category: bug » support
Status: Active » Fixed

As far as I can see, the description is fine. The settings you describe are Nodewords settings, then.

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <title>Miladin Becanovic | Afterfoot.com</title>
  <meta name="keywords" content="footballeurs, anciens joueurs, joueur de foot, foot, Chèvre, Imposture, Joueur surcoté, Mangeur de feuille, Années 1990 - 2000" />
<meta name="copyright" content="Afterfoot.com" />
<meta name="description" content="Sorte de Kozniku du pauvre, Miladin Becanovic débarque en France après avoir connu une gloriole grecque. D’abord à Lille, il est recruté par l’OM, on se demande encore comment, avant de faire les beaux jours du Havre. de retour au pays, il glanera quelques titres sur le banc du Partizan." />
<meta name="revisit-after" content="10 days" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
Roulion’s picture

If you look at the http://www.afterfoot.com/joueurs/fabrizio-ravanelli, there is no description tag althought the meta-tag node taype is set-up

avpaderno’s picture

Category: support » bug
Status: Fixed » Active
hanoii’s picture

Can you send a screenshot of the nodewords node type setting for that content type as well as the node's nodewords setting?

Otherwise, if you feel comfortable giving me some temporary admin access to the site, I might be able to take a deeper look at the settings, but better if you do the screenshots. Just in case you decide to send me the admin details, do so by my contact form instead of pasting them here.

Thanks,
a.=

hanoii’s picture

Title: description not working » kewords and description not working
Status: Active » Fixed

I have fixed this in CVS, please can all of you confirm that the following fixes this issue so I can release a new version?

The change is on line 97:

  if ($tag_options['type'] == 'node') {

for:

  if ($tag_options['type'] == NODEWORDS_TYPE_NODE) {
hanoii’s picture

Well, I have released a new version (1.7), as I am positive this was the reason, please try it and let me know. It should be available in the next 5 minutes or so.

avpaderno’s picture

Title: kewords and description not working » keywords and description not working
Roulion’s picture

It's OK for me

thank you

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Hobbes-2’s picture

subscribe