Hello @vencecanguelos2,
I checked and can see the root cause – https://share.zight.com/xQuQLzzp.
We released The Events Calendar version 6.2.6, which resolved the issue and includes some SEO improvements that would benefit your website, and we’ll keep working on a deep analysis to improve crawling/indexing for search engines.
There are some important SEO items changed on that plugin version, to increase and improve the possibility of customizing the default behavior of the plugin through filters to control the robots meta tag used by our plugin.
Here are some articles we published and are related to those changes, that we recommend checking:
We strongly recommend updating our plugins to their latest versions to resolve the issue.
I hope that helps.
Hello Franco.
I don’t understand your solution as I have version 6.3.1 installed.
captura
Thanks!
Hello @vencecanguelos2,
Thanks for your reply.
Use this code as a workaround to remove it
function custom_remove_noindex() {
$context = tribe_context();
if ( $context->is( ‘tec_post_type’ ) ) {
add_filter( ‘tec_events_add_no_index_meta_tag’, ‘__return_false’ );
}
}
add_filter( ‘template_redirect’, ‘custom_remove_noindex’, 999 );
Reference
https://theeventscalendar.com/knowledgebase/best-practices-for-implementing-custom-code-snippets/
I hope that helps.
Hello @vencecanguelos2,
Thanks for your reply.
Try just this one:
add_filter( 'tribe_events_add_no_index_meta', '__return_false', 999 );
I hope that helps.
Thanks Frank:
“Snippet updated and activated.”
The validation is now started in Google Search. I will let you know the result soon.
Hello @vencecanguelos2,
You’re very welcome. The code snippet does the trick.
If you have a moment, we would really appreciate it if you could share your feedback with others. You can leave a review for The Events Calendar here.
By sharing your experience on WordPress.org, you’ll demonstrate the power of using The Events Calendar for event management to others. Plus, you’ll totally make my day. 😄
Either way, I’m here if any questions come up!
With gratitude,
Frank
Search Console is not finished with the validation of these pages.
Regards,
Hello @vencecanguelos2,
No worries. Do take your time.
I’d be closing this thread, and please do not hesitate to bump a new thread on our way. This is for us to track down topics/issues efficiently and for us to follow the WordPress Forum Guidelines.
Google hasn’t finished yet, how strange.
Regards.
https://app.screencast.com/Zd03Ph9hwTkCS