6.2.6
2023-11-08 Fix2 Tweak6Fixes
- SEO: Ensure that the noindex meta tag properly observes whether events are present on the page or not. [TEC-4976]
- SEO: Add noindex, nofollow for grid-based views like Month and Week View when they are not set as the home page. [TEC-4976]
Tweaks
- Add an X-Robots-Tag to the response headers for ical download links to help prevent search engine crawling. [TEC-4976]
- Added filter:
tec_events_ical_header_noindexto allow preventing the X-Robots-Tag addition. [TEC-4976] - Added filter
tec_events_seo_robots_meta_includeandtec_events_seo_robots_meta_include_{$view}to short-circuit the robots meta tag addition. [TEC-4976] - Added filter
tec_events_seo_robots_meta_contentto alter the content attribute of the robots meta tag addition. [TEC-4976] - Added filter
tec_events_seo_robots_meta_allowable_post_typesto allow for the filtering of single post types that can have robots meta tags added. - Deprecated filters
tec_events_add_no_index_meta_tag,tribe_events_add_no_index_meta, andtec_events_{$view}_add_no_index_metain favor of the above new filters.
