Hi,

Please help me to achieve following result (I am sure this module must be supporting this function)

Basic Info:
I have a medical articles site with Taxonomy : "Subject" which divides all article nodes into subjects (machine name key_subject)
Terms in Subject : Heart, Lungs, Bones etc.....
Each such terms' page has its own keywords in Metatag keyword field on term edit page such as Heart has metatags - Open heart surgery, Heart Attack etc.

I want to achieve following Result:
To show the keywords appended into metadata field on the respective Taxonomy term page "heart" as the Keywords on term page "/Subject/Heart" and also on respective nodes with subject selected as "heart".

I tried using some tokens but I couldn't find proper token. Also tried to find documentation on this must have module but could not find any documentation at all to show this very crucial functionality required.

Please help me to configure it.

Thanks

Rugman

CommentFileSizeAuthor
#2 Taxonomy Term Edit page.jpg187.55 KBRugman
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

DamienMcKenna’s picture

Status: Active » Postponed (maintainer needs more info)

Please help clarify what you're asking for: do you want 'heart' to show as a keyword on nodes with that term selected, or do you want the additional keywords entered on the 'heart' term to also show on a node?

Rugman’s picture

FileSize
187.55 KB

Hi,

Thanks for quick reply, you are as pro-active as read on issues page of metatags :-)

Yes, I want to show both Heart and all additional keywords entered on Term page for Heart to show on node and also on keyword page www.sitename/key-subject/heart.

Example term page attached for your reference.

Regards,

Rugman

DamienMcKenna’s picture

Status: Postponed (maintainer needs more info) » Fixed

The only way I can think of making this work would be if you added a field for the keywords on the vocabulary, maybe named "Synonyms", then customize the default keywords values for the vocabulary to use the new field and on the content type see if there's a token to list the term's fields. I haven't done this myself so I don't know if it'll work out-of-the-box, if it doesn't it wouldn't take very much code to build your own custom token to load the necessary data.

Rugman’s picture

Status: Fixed » Active

Thanks for update.

Metatag is already letting us input keywords on the vocabulary term page page as shown in the picture attached (url=http://www.sitename.com/taxonomy/term/104/edit) . All we need to do is to show them on respective nodes or pages. For this we need to made a token available on metatag configuration page for these keywords from term data, this token would then show these keywords on nodes using already available features of Metatag.

I think this feature sounds logical and must be in wishlist of metatag users. Kindly consider including this very important feature which would be very useful for SEO of large sites.

Regards,

Rugman

DamienMcKenna’s picture

Component: User interface » Documentation
Category: support » task
Priority: Major » Normal

I recommend either a) changing the current architecture as described in #3 above, b) creating a new token to load the data needed from the term, c) waiting for #1671846: Expose metatag data as tokens. Either way, we won't be adding functional for this specific use case as it is far too custom and can be achieved already using other means. That said, thank you for your idea, I'm going to leave this open as a documentation task for when I get around to documenting the various HowTo scenarios that have arisen over the past year.