Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114 Registration page title | Event Espresso - Staging Server
I have a page called Event Listings with [ESPRESSO_EVENTS] that lists out all the events. When you click on an event, the page title still says Event Listings although you are now on a single event registration page. Is there anyway I can have this next page be called Event Purchase so it makes more sense and doesn’t have a duplicate page title? (Actually, if I can’t, every single event registration page will have same page title, not good for SEO.)
It turns out that the bots that scrape your site only index the main page that’s set up with the event shortcode.
If you want to differentiate the two views with different URL’s and page titles you can set up a second page for an event list with your Event Listings title. You’ll place [EVENT_LIST] on this page and include it in the site’s navigation menu.
Then you can change the title of the page that has [ESPRESSO_EVENTS] to Event Purchase. This page can be removed from the site’s navigation menu and you can even set it to not be indexed. One example of a plugin that makes that noindex happen:
Out of curiosity, why would the event detail/register pages not be indexed if they have normal link tags on the [ESPRESSO_EVENTS]? I don’t see any nofollow attributes in the link tags.
I may not be 100% correct on this, but I believe it is because the data is dynamically generated, so as far as the bots are concerned those pages are still the original first page, because even though as a user you move through pages, in reality you are still on the event-registration page.
I see what you’re saying, but isn’t WordPress itself one page, index.php. It then changes based on the URL, p=X, or permalinks structure. I’ll search around forums on how to have specific event registration pages have unique titles as well.
The support post ‘Registration page title’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.