We run a local events website and want to make events easier to search.
We use a custom post type for our events (The Events Calendar). Is there a way to apply a filter to which events are indexed based on the event end date? In other words, trying to prevent past events from appears in the SERPs?
Actually, it is possible with a custom field filter. Create the following filter: http://i.imgur.com/edOZ4Gg.png
This basically filters any events which ended after the current time.
It does not matter if you don’t use filters or if they are invisible, it will still be apllied. I hope this helps!