• Resolved vinay404

    (@vinay404)


    Hi, I was using _yoast_wpseo_focuskw to add keyword box in frontend form, but I am using yoast premium, and in this i have option to add 5 keywords, how do i add 5 keyword boxes in frontend. if i add 5 boxes its not add keyword in post only first one is getting added. please help.

Viewing 1 replies (of 1 total)
  • Hi @vinay404,

    I have investigated the plugin meta keys and found that they are only saving the first keyword within _yoast_wpseo_focuskw meta and rest of them are saved separately within another meta. Here is the ScreenShot taken from POST Meta Inspector.

    If it was an simple array meta without score then we could have helped you but it seems like it needs an in depth analysis of Yoast SEO premium plugin which can be better handled by them.

    All you need to do is ask them how you programmatically set keywords meta and then use this action do_action( 'wpuf_add_post_after_insert', $post_id, $form_id, $form_settings, $form_vars ); with those code to update the data.

    Let us know if you need help with anything else
    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘How to add Multiple yoast premium keyword at frontend form.’ is closed to new replies.