Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter nixor

    (@nixor)

    Ok, I have resolved that issue myself.
    Around line 13 in wp-content/plugins/robots-meta/robots-meta.php
    Find the code below.

    require_once('/yst_plugin_tools.php');

    Replace that code as below.

    require_once( plugin_dir_path( __FILE__ ) . '/yst_plugin_tools.php');

    That’s it ! Done !
    Then It works well ??

    Quick question, if I have WordPress SEO by Yoast should I have this plugin as well? I have found on three of my home pages that these home pages aren’t indexable due to:

    1. canonical url set to htt://lindaloustarr.com (other folders /blog , /review , /sanctuary)

    2. HTML: <meta robots=’noindex’
    3. HTTP: X-Robots-Tag:noindex
    4. robots.txt: User-agent:*Dissallow:/ (is actually spelled that way but I fixted this to User Agent * https://lindaloustarr.com/robots.txt
    5. HTML: <link rel=’canonical’/>

    If anyone knows how to correct these issues I would be ever so grateful – I’ve spent the past two days trying to figure it out & it is beyond me . . .
    Thank You ??
    Linda Lou

    Danielle

    (@nashua-indigo)

    @lindaloustarr No, if you use WordPress Seo by Yoast, you don’t have to install his other plugin Robots Meta, because all the functions in Robots Meta by Yoast are in WPSEO by Yoast.

    If you really want to install Robots Meta plugin by Yoast, combine that with ALL IN ONE SEO and Googlemaps Sitemaps plugin.

    Regards
    Danielle
    https://www.jodilynokeefe.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Robots Meta] This plugin is broken on wodpress v3.3 and above version.’ is closed to new replies.