• Resolved ClaraRS

    (@clarars)


    Hi! I am using this plugin to show a list of events which should not be clickable, as there is not more info to show. The problem is that the plugin is generating pages for each event and, while users can’t access directly to them (because there is no link on the website), Google is indexing them so they can access from Google search results.

    Is there a way to prevent theses pages from generating? Or can I block them to search engines? I don’t want them to be accessible.

    Thanks a lot for your help!

    https://www.ads-software.com/plugins/events-manager/

Viewing 1 replies (of 1 total)
  • Hi,

    It’s not possible to do this out-of-the-box, but here are two possible workarounds:

    * Use a Google Sitemap plugin and configure it to tell Google that single posts shouldn’t be indexed.

    * Strip out everything in your single.php template and replace it with:

    header('HTTP/1.0 404 Not Found');
    exit();
Viewing 1 replies (of 1 total)
  • The topic ‘Don't generate a page for each event, only the events list’ is closed to new replies.