I have custom post types that I do not want to be indexed. In my robots.txt I have this set, but your plugin is also including its own. I can turn this meta tag off, but then I lose the "noodp,noydir" functionality.
Please consider adding an option to hide "index,follow" from the robots meta tag.
GregMulhauser
Member
Posted 1 year ago #
You can always add and remove it on a page by page basis yourself programmatically:
global $ghpseo;
remove_action('wp_head', array(&$ghpseo,'canonical'), 5);
All the best,
Greg
Thanks, but I don't want to do that. There should be an interface for it. These are basic features, man. Is there a place to donate?
If I donate $100, would you implement a way to apply your plugin's features to custom post types?
Please take this discussion elsewhere. This is not the place to negotiate paid for services - even those paid via donation.