• Resolved Huy Hoa

    (@huyhoanet)


    Hi,
    i have just move from Yoast to Rankmath. I have a question about get seo meta tag in Rankmath, need your help.
    In Yoast, i can get SEO meta tag (for example title tag) by a function like this:

    
    function click_the_meta_title()
    {
    	if (get_post_meta(get_the_ID(), '_yoast_wpseo_title', true) !='')
    	{
    	return  get_post_meta(get_the_ID(), '_yoast_wpseo_title', true);	
    	}
    	else {
    	return get_the_title();
    	}
    }

    It can do same for other tag like des…
    So, how about Rankmath, how can i get SEO meta title tag, description tag for Post, for Category, for Tags?
    Could you please help me?
    Thank you so much.

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to get SEO meta tag in Rankmath’ is closed to new replies.