Focus Keyword doesn’t appear in the Page source

#103772
  • Resolved Alamgir Hossain
    Rank Math free

    Hi
    I am using your free RM plugin.
    I am putting focus keywords in every post using your Focus Keyword Field, but the keywords are not appearing in content/page source. Please comeback to me with the solution. I am using Bimber theme without any page builder lik wpbackery or elementor. Although the wpbackery or elementor plugin already installed but not used.

    Best regards
    Alamgr

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello Alamgr,

    Thank you for contacting Rank Math.

    Rank math doesn’t add this by default. You can add this by adding the following filter to your theme functions.php file:

    
    /**
     * Add <meta name="keywords" content="focus keywords">.
     */
    add_filter( 'rank_math/frontend/show_keywords', '__return_true');
    

    Hoping this helps you. Thank you.

    ​​​​​​​

    Great! Now Appearing the focus keywords in the page source.

    Hello,

    Glad that helped.

    Please feel free to reach out to us again in case you need any other assistance.

    We are here to help.

    Thank you.

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

The ticket ‘Focus Keyword doesn’t appear in the Page source’ is closed to new replies.