Single Events 404 feed error

Home Forums Calendar Products Events Calendar PRO Single Events 404 feed error

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #937988
    Lisa League
    Participant

    I’m getting feed errors in Webmaster tools for all day events that run for several days –

    Example:
    error – http://www.qpractice.com/event/idfx-accessible-sustainable-design/feed/
    event – http://www.qpractice.com/event/idfx-accessible-sustainable-design/

    error – http://www.qpractice.com/event/idfx-idpx-content-areas-1-4/feed/
    event – http://www.qpractice.com/event/idfx-idpx-content-areas-1-4/

    The events are fine, but why does Google seem to think there is a feed? If so then ALL my events will have errors.

    #937989
    Lisa League
    Participant

    I’m not sure why this closed, I need help.

    #938109
    Geoff
    Member

    Hi there, Lisa! thanks for getting in touch and sorry you’re hitting some trouble here with those errors. By the way, I’m not sure why this thread was displayed as closed for you, but it certainly is open. 🙂

    That’s a very odd error indeed! Especially since the plugin doesn’t generate feeds for single events.

    Is it possible your theme or another plugin is attempting to generate that feed? Or perhaps you have a caching/SEO plugin that needs to be cleared out?

    Will you please run through the steps in our Testing for Conflicts Guide to see if there is a conflict with the theme and/or another plugin? When you do, please create new test events in those conditions, as I’m not sure the existing events would be affected.

    Please give those steps a shot and let me know what you find.

    Cheers!
    Geoff

    #939762
    Lisa League
    Participant

    This reply is private.

    #939767
    Geoff
    Member

    Hi there, Lisa–thanks for following up!

    We’re a little limited in how much support we can provide for custom development, but I’m happy to try to point you in the right direction if I can. 🙂

    In this case, I think you will need to wrap the function in a conditional statement that excludes it from executing when events are in the mix. That might looks something like:

    if ( is_object( $post ) && $post->post_type !== TribeEvents::POSTTYPE  ) {
    // Rest of the function
    }
    add_action( 'after_setup_theme', 'yst_remove_feeds' );

    Try that out and see if it helps. If not, perhaps that will give the Yoast team some ammo to work with to help drill it down further.

    Cheers!
    Geoff

    #942076
    Geoff
    Member

    Hi there, Lisa! Just checking in to see if there’s been an update or if you have any additional follow-up questions I can answer to help with this. Please let me know. 🙂

    Cheers!
    Geoff

    #942159
    Lisa League
    Participant

    This reply is private.

    #942313
    Geoff
    Member

    Hi Lisa–thanks for following up!

    That’s certainly strange, especially because many of the instances in that screenshot are accessible on the site and do not return a 404. They’re real pages with content but simply do not contain an event on that specific day.

    My hunch is that these pages are getting indexed by the SEO plugin you have installed using a method that we do not employ ourselves.

    You can remove those pages by deactivating the Day View option under Events> Settings > Display and removing the “Day” option under Enable events views.

    Otherwise, I’m afraid this is the same case you noted above where the Yoast team will need to provide a method for removing the functionality its implementing from the calendar.

    Geoff

    #945822
    Geoff
    Member

    Hello Lisa! This thread has been quiet for some time, so I’m going to go ahead and close it. Please feel free to open a new one if any other questions come up and we’d be happy to help. 🙂

    Cheers!
    Geoff

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Single Events 404 feed error’ is closed to new replies.