-
I have added a custom post type called Instructors on my WordPress page, and I would like to edit the meta tag via rank math of the Instructor archive page (which is the main page for this CPT) with an elementor template, but I am having trouble with this. I found this piece of code from one of your articles
add_filter( 'rank_math/excluded_post_types',function( $post_types) {
$post_types['elementor_library'] = 'elementor_library';
return $post_types;
}, 11 );I am able to see the “My Template” option in the SEO Title and Meta section, and I see the SEO options on elementor for that archive page template, but even after entering my own meta title and meta description, I am still not seeing them appear, and the meta tag analyzer on your website confirms that my changes are not appearing.
Please help. Thank you
Nicolas T.
The ticket ‘Meta details won’t appear for CPT archive page’ is closed to new replies.