Viewing 15 replies - 1 through 15 (of 19 total)
  • shedda,

    It looks to me like your archive / blog page is being detected as a single post for some reason. See if this gets fixed in the next release; it could also potentially be due to a conflict with another plugin.

    Thread Starter shedda

    (@shedda)

    How do you see that it’s detected as a single post?

    Kind regards

    shedda,

    That’s my guess based on the fact that it’s fetching a description – “Mira Mollis blogg som handlar om underkl?der och mode.” The next release should have some more tools for you to manage noindex / nofollow meta better as well.

    Thread Starter shedda

    (@shedda)

    Ok, when will the next release come out?

    The meta description is actully from the bloggs page in the admin panel. I just tried to set the description to something, to see if it worked, or if it was the complete seo-plugin that didn’t work.

    Kind Regards

    shedda,

    Well in that case it really is a page. We don’t have a firm ETA for the next release, but we hope to wrap up our testing and have it out shortly.

    Thread Starter shedda

    (@shedda)

    Hi again,

    I have now downloaded the latest update, but it’s still not working. Do you have any clue? Is there anyone else that have the same problem?

    Description works but not the robot index nofollow.

    shedda,

    Now that you have the update, you should be able to edit that page and manage your robots meta settings from the All in One SEO Pack metabox for that page – basically just check the option for nofollow.

    Thread Starter shedda

    (@shedda)

    Hi,

    Well, I go to pages I choose “blogg”, my blogg site, and I edit the SEO options in the Meta box.

    Then, when I look in the HTML it shows:

    <!– All in One SEO Pack 2.0.3.1 by Michael Torbert of Semper Fi Web Design[395,464] –>
    <meta name=”description” content=”Mira Mollis blogg som handlar om underkl?der och mode”>
    <link rel=”canonical” href=”https://www.miramollis.com/blogg/”&gt;
    <!– /all in one seo pack –>

    The follow and noindex doesn’t work.

    shedda,

    Could you post screenshots of both the meta box and your Settings -> Reading screen? I’ll see if I can reproduce this.

    Thread Starter shedda

    (@shedda)

    shedda,

    I’ve verified that this is a bug; it will be fixed in the next release, and you can patch it now like so: replace line 1179 in aioseop_class.php (it should say “if ( is_single() || is_page() ) {” ) with these two lines:

    if ( is_home() && !is_front_page() ) $post = $this->get_blog_page();
    if ( is_single() || is_page() || $this->is_static_front_page() || ( $post->ID == get_option( 'page_for_posts' ) ) ) {
    Thread Starter shedda

    (@shedda)

    That’s great!! It works, thanks alot.

    How ever, the second page that I dont want any robots to index is the shop page. https://www.miramollis.com/shop/, and it dosn’t seem to work their either.

    How ever, as far as I can rembember it did work before I did that update.

    Would be so greatful if you could have a look a that too.

    The shop is built in woocommerce.

    shedda,

    It should work if it’s just a page and there isn’t anything strange going on; we can’t really support everything other plugins do, but I’ll test it out and see what it does.

    Thread Starter shedda

    (@shedda)

    Thanks, yes it’s just that I am quite sure it did work before the update.. It’s a page.

    Thread Starter shedda

    (@shedda)

    I tried to add a description on the shop page now.. It doesn’t work either.

Viewing 15 replies - 1 through 15 (of 19 total)
  • The topic ‘Meta noindex nofollow not working’ is closed to new replies.