Hello everybody,
First of all I would like to say Thanks for this quick essential module.

The problem is that if node meta description and keywords is not filled (left empty) ant that node is assigned to taxonomy term, then it gets term`s description and keywords. So it leads to meta duplicates. How to solve this? Any ideas?

Comments

Bronislovas’s picture

Title: Taxonomy overrides empty node meta description » Taxonomy overrides node`s empty meta description
valthebald’s picture

Yes, this is side effect of related issue #1118722: Meta tags are output on entity load, not on actual entity view
This can be overcome by checking is meta tag field exists (isset()), but not checking if it's value is not empty (!empty())

valthebald’s picture

It turns out the problem is a bit more serious and it will take more than 15 minutes to fix it.
I have an idea, but it would take some time to make a patch

Bronislovas’s picture

valthebald thank you for this module and your help. I will wait for a patch

Bronislovas’s picture

Any news about a patch?

valthebald’s picture