Noindex,Follow on custom tags
-
So i have this code:
ID, 'release_date', '* '.$theme_review_tag_1_singular_name.': ', ', ', '')); } ?>
ID, 'genre', '* '.$theme_review_tag_2_singular_name.': ', ', ', '')); } ?>
ID, 'rating', '* '.$theme_review_tag_3_singular_name.': ', ', ', '')); } ?>
ID, 'director', '* '.$theme_review_tag_4_singular_name.': ', ', ', '')); } ?>
ID, 'producer', '* '.$theme_review_tag_5_singular_name.': ', ', ', '')); } ?>
ID, 'screenwriter', '* '.$theme_review_tag_6_singular_name.': ', ', ', '')); } ?>
ID, 'studio', '* '.$theme_review_tag_7_singular_name.': ', ', ', '')); } ?>
ID, 'starring', '* How do I make those tags noindex,follow because it generates me uplicate content.Thanks -
I think the easiest way is to use the rel cannonical. Did yoy tried? You will need to include in every page (pages you want to be the official one) inside the head tag the follow:
where ww.example.com/index.html is your page adress.