• Is there a way to disable links after some date in the future? Robots are currently indexing through every month at year 2309 and counting….

    Maybe I’ll just disable robots.txt for the whole calendar, but it seems like it would be nicer to just turn off the calendar X months in the future or something like that.

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support tristan083

    (@tristan083)

    Hi @jondaley ,

    Thank you for reaching out.

    This looks like something related to SEO, as such, kindly have a look at our SEO and Performance Issues knowledgebase article for insights.

    Thread Starter jondaley

    (@jondaley)

    No. It is related to performance. My server is getting swamped due to having all of these dynamic links getting hit over and over again by various crawlers, legitimate and illegitimate. I think you should have a setting in the software that disables the “next month” (and any other links) for a user configurable amount.

    As far as I can see, the link you gave doesn’t mention anything like that.

    Having this same issue at https://kurnhattin.org/ very distressing. Please post a fix, let us know asap.

    Thread Starter jondaley

    (@jondaley)

    Until a fix/setting is added to the plugin, I just block all of the robots in my nginx config:

        location /calendar {
          if ($http_user_agent ~* (amazon|google|spider|bot) ) {
            return 403;
          }
    Plugin Support Darian

    (@d0153)

    Hi @jondaley

    Thanks for your message.

    You might also find this helpful. Check out the recommendations provided in this article for influencing crawlers and improving SEO:
    Improving SEO with The Events Calendar

    Let me know if you need further assistance.

    Thread Starter jondaley

    (@jondaley)

    i think that is saying you already put noindex/follow in all links anyway? I’ll have to see if that is actually working.

    that seems unlikely since Google is still crawling. I do think Amazon’s crawler is broken, since it didn’t even ever look at robots.txt – I have complained to their abuse department about that.

    Plugin Support Darian

    (@d0153)

    Hi @jondaley

    Thanks for your response.

    Feel free to let me know if you have other questions or concerns.

Viewing 7 replies - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.