I have a website with three different content type.

I have overriden the metatags via user interface.
All tags are shown correctly but in one node type where neither description nor abstract can be rendered.

I tried with simple text and with tokens without success. I don't see any error in the log messages and all the other metatags are rendered correctly.

Any idea? Something I can check?

Thanks

Comments

dimon00 created an issue. See original summary.

DamienMcKenna’s picture

Category: Bug report » Support request

Sounds like something custom is interfering with the meta tags, this shouldn't happen.

DamienMcKenna’s picture

What values have you filled into those meta tag fields?

dimon00’s picture

Thank you, Damien.
I found out the cause but not the reason.
In settings tab I flagged my content types.

In the edit node I discovered that abstract and description were empty.

To solve the problem:
- I deleted the override settings for the node type,
- cleared the cache,
- bulk revert the content type
- check the node/edit and the field were properly filled.

Thank you for your support

dimon00’s picture

Sill have the problem.
The filed description in my nodes (of a certain node type) are always void. Even after a bulk revert.

Not sure way. Any suggestion?

DamienMcKenna’s picture

Version: 7.x-1.7 » 7.x-1.x-dev

Do the other meta tags work correctly on that content type? What are you using to display that content type - Panels, Views, Display Suite, templates, etc? Do you have any other SEO-related modules installed, like Simple Meta, Metatags Quick, etc?

dimon00’s picture

Status: Active » Closed (works as designed)

Found the cause... and it is my fault.
I have a procedure that update that node type using a POST.
The textareas don't seem preserved by the POST (like flags).

Description and Abstract are textarea so my POST erased the two fields.

Mistery solved...

Thank you for your time

DamienMcKenna’s picture

I'm glad you were able to get to the bottom of the problem, thanks for letting me know.