Can you please add meta keyword

#90738
  • Resolved Manish Singh
    Rank Math free

    Hello team,

    can you please add a feature where we can add <meta type=”keyword ..? in our pages. I understand that you have pointed to an article where google says that they dont honour it but they also say that in future they can. The article is from 2009 as well.

    I think having this feature does not harm the plugin but gives user an additional option.

    Is it possible to enable this feature by twaeking the code in WP?

    Regards,
    Manish Singh

Viewing 1 replies (of 1 total)
  • Hello Manish,

    Thank you for getting in touch with us.

    We do have a filter that you can add to your theme functions.php to add the meta tag to your pages. Here it is:

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

    Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.

    Hello,

    Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.

    If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.

    Thank you.

Viewing 1 replies (of 1 total)

The ticket ‘Can you please add meta keyword’ is closed to new replies.