We can’t really provide generic step-by-step instructions for every single SEO plugin (and indeed for the various SEO features baked into many themes), simply because the extent, naming and purpose of any filters/hooks they provide varies hugely.
With that in mind it is best to work with the author of your particular SEO plugin. On our side, we certainly have a number of functions you might find useful to help detect if a request relates to an event view, for example:
* tribe_is_month()
* tribe_is_list_view()
* tribe_is_event_query()
These could be useful building blocks when paired with filter functions specific to your SEO solution.
Hope that helps!