Put auto keywords by meta title

#105916
  • Resolved Jhon Cruz
    Rank Math free

    Hello guys. I want to know how to put keywords generated automatically by meta title on post? I have about 1000 posts, so I don’t want to put it on manually. This will be take much time so I need a automatically solution. Thank you so much.

Viewing 1 replies (of 1 total)
  • Hello,

    Thank you for getting in touch with us.

    Rank math does not have a feature to auto fill the keywords. You can however use the following filter with the help of a dev and customize it to fit your situation:

    
    /**
     * Allow changing the meta keywords from the default Focus Keywords.
     *
     * @param string $keywords Keywords.
     */
    add_filter( 'rank_math/frontend/keywords', function( $keywords ) {
     return $keywords;
    });
    

    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 ‘Put auto keywords by meta title’ is closed to new replies.