SEO for events page
-
Thought I’d mention… On V2 of TEC I use this code to hack an SEO friendly title tag for the upcoming events page:
<title><?php if(tribe_is_event() && !tribe_is_day() && !is_single()) { echo "Solar & Sustainability Events in Maine & New Hampshire</title>"; } else { wp_title(''); } ?></title>
Any more elegant way to do this in V3?
https://www.ads-software.com/extend/plugins/the-events-calendar/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘SEO for events page’ is closed to new replies.