• Resolved llka

    (@llka)


    Hello,

    please advice how to make google index individual event pages? When I ask for indexing, it writes an error that there is a noindex tag in the robots meta tag, but this is not true.

    I am sending an example of some specific event page: https://rb.gy/coy8r

    Screenshots of the error and the page code: https://ibb.co/HpNGLZW
    https://ibb.co/3ksy7rf

    Thank you for your help

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Darian

    (@d0153)

    Hi @llka

    Thanks for reaching out. Let me help you with this one.

    Could you try adding the following custom snippet and see if that helps:

    add_filter( 'tribe_events_add_no_index_meta', function() {
    	if ( is_singular( "tribe_events" ) ) {
    		return false;
    	}
    });

    As always, please test this first on a staging site before applying to your live site.

    You can use Code Snippets plugin to add your custom snippets.

    Let me know how it goes.

    • This reply was modified 2 years, 12 months ago by Darian.
    Plugin Support Chika Ibeneme

    (@chikaibeneme)

    We haven’t heard from you in a while, so I’m going to mark this as resolved. Feel free to start a new thread if you have any more questions.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Single event page – Noindex’ is closed to new replies.