Hello,
I have a node type with an Address Field (core module).
I am now trying to automatically generate meta tags for this node type using tokens in the Metatag module.
For example I enter the following in the Metatag module:
"Shop [node:title] in [node:field_address_field:locality], [node:field_address_field:country]"
(Tokens from Token Browser / Browse available tokens)
While all other tokens work, the address_field tokens are not being replaced with the address data.
So I see "Shop Sampleshop in , " for a node of this node type (of course, there is a full address stored in the node) .
Does anyone have an idea what could be causing this?
Comments
This is strange, and may be a bug. Have you tried using the token in other contexts, just to test? For example, installing Token Filter and using the token in the Body field of the node, to see if it works?