I'd like to have description metatags generated for taxonomy teaser lists. Something like default_description + taxonomy_item_description. How this can be achieved? Also, most of the lists are paged, is it possible to generate "page #n" text for each of the pages, so they are considered unique by search engines.
Comments
Comment #1
fractile81 commentedDo you have a link or example of the data you're trying to add tags to? Is this a way to display node information, or is it taxonomy terms only that are on the page?
Comment #2
mean0dspt commentedThis is a way to display nodes, related to the taxonomy term, in lists, each node is presented as teaser. like ...websitename/taxonomy/term/138
example from d.o http://drupal.org/taxonomy/term/58
example from my site http://susvet.info/taxonomy/term/138
note, that both this examples are not exposing term description field on the page, but it can be filled in the vocabulary and possibly used as token
the fact is, I'm not sure Integrated Metatags module can work with such pages at all, I just hope it does.
Comment #3
fractile81 commentedThe only thing close to that is through enabling the "Show with teasers" option for the content type. So, if you want the description for every node on that page in a tag on the listing page, you could do that. However, you cannot create tags unique to the term pages since the listing is not a node.
I hope that helps!
Comment #4
mean0dspt commentedyes, that helps, thank you. Can it become a feature request?