Events Calendar page showing as noindex?

Home Forums Calendar Products Events Calendar PRO Events Calendar page showing as noindex?

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1472881
    buggybuddys
    Participant

    Your page https://www.buggybuddys.com.au/perth-events/ uses the Meta Robots tag with the “noindex” or “none” attribute.

    Where can I change this setting? I’ve got SEO YOAST and all the YOAST setting show to index the Events Pages and Categories so not sure where else the page is picking up this attribute?

    #1473604
    Sky
    Keymaster

    Hi Jennie!

    By default, the main calendar page is set to “noindex.” There is no built in settings to change this, but you can override this behavior by adding a short snippet to your child theme’s functions.php.


    add_filter( 'tribe_events_add_no_index_meta', '__return_false' );

    I’m not an SEO expert, but I do believe there was a reason they have the default set this way. Changing this setting may have other consequences, so do so at your own risk.

    Let me know if this helps!

    Thanks,
    Sky

    #1475726
    buggybuddys
    Participant

    Thanks Sky, oddly this morning after posting this and sending a support ticket to my SEO YOAST plugin support my home page events calendar is now showing in google results but isn’t ranking. How can that be if there’s a NOINDEX statement embedded in the code?

    #1476589
    Sky
    Keymaster

    Jennie,

    Again, I’m not really that knowledgeable about SEO matters such as this. I’m not sure why this is the case.

    Are you using a shortcode to create your events page, or just using the default events archive setup?

    Thanks,
    Sky

    #1495473
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Events Calendar page showing as noindex?’ is closed to new replies.