Adding robots meta tags to Drupal nodes having a given taxonomy term
There is no Drupal 6 module that lets you add a meta noindex to pages tagged with a specific term, but here’s how to do it easily in the theme layer.
Read onSubscribe via RSS
There is no Drupal 6 module that lets you add a meta noindex to pages tagged with a specific term, but here’s how to do it easily in the theme layer.
Read onI have been tearing my hair out a bit trying to figure out how to save a whole taxonomy lineage in Drupal, so that everything tagged with a child term would be tagged with a parent term. In other words, given a taxonomy like: 1. United States 3. California 4. Vermont 2. Canada 5. Alberta [...]
Read on to find out how »