-
Hello RankMath,
I have a problem, and it is that no matter how much I try to configure the title of the Archive so that it is seen with that of the snipet, the title is not displayed correctly.
I have implemented this code and it works, that is, I have been able to activate Rank Math in the file
/**
* Enable Rank Math SEO in Elementor templates
*/
add_filter( ‘rank_math/excluded_post_types’,function( $post_types) {
$post_types[‘elementor_library’] = ‘elementor_library’;
return $post_types;
}, 11 );but when I go to see the page, it does not put the title that I need. In fact, I tried with custom fields and putting the field name in the title %customfield(titulo-seo)% but it doesn’t work either.
I can’t find a way to solve this, could you help me please, thank you very much.
This is my url where i have my CPT Archive https://staging2.smowl.net/es/faqs-proctoring/ and the title that i want is “FAQs Preguntas Frecuentes”
By the way, I love your plugin
If you want a meet or something like that, just tell me, thank you so much.
The ticket ‘Titles Archive CPT Elementor’ is closed to new replies.