• 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.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor gregmulhauser

    (@gregmulhauser)

    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

    Thread Starter Steven Vachon

    (@prometh)

    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?

    Thread Starter Steven Vachon

    (@prometh)

    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.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Greg's High Performance SEO] Option to show/HIDE "index,follow" in robots me’ is closed to new replies.