This is the Category Link Code:
ul>
<?php wp_list_categories('title_li='); ?>
</ul>
This list the categories on the sidebar.
Now I always had my categories no indexed, but I keep them just for Navigation and usability. Today I just realized that even though all my categories are no-indexed, I have been passing link juice from my home page.
Now I need to nofollow it...
Where do I add the nofollow tag..
Looking up the WP_list_categories function now . But I would like to control it from my theme and not the WP files if possible
The SEO should have included this.. sigh
ul>
<?php wp_list_categories('title_li='); ?>
</ul>
This list the categories on the sidebar.
Now I always had my categories no indexed, but I keep them just for Navigation and usability. Today I just realized that even though all my categories are no-indexed, I have been passing link juice from my home page.
Now I need to nofollow it...
Where do I add the nofollow tag..
Looking up the WP_list_categories function now . But I would like to control it from my theme and not the WP files if possible
The SEO should have included this.. sigh