Want to update seo title and description in bulk.

#608936
  • Resolved Anonymous
    Rank Math free

    I have nearly 1500 CPT post and want to update seo focus keyword and seo description for all posts.

    In yoast it is very easy to update keyword and description because it save in wp_postmeta table with meta key _yoast_wpseo_focuskw, _yoast_wpseo_metadesc. With little php program it is easy to update for all post.

    In Rankmath, As per my upderstanding primary keyword for specific post is store in table wp_rank_math_analytics_objects.primary_key column. But there is something cache related problem when try to change directly in database.

    I want to bulk update all +1500 posts keyword and seo description.
    Please provide me database table and its field so I can update it using custom php program.

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

    Thank you so much for getting in touch.

    Just like Yoast, the focus keyword and meta description are also recorded in your wp_postmeta table with the meta key called rank_math_focus_keyword and rank_math_description.

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

    Anonymous
    Rank Math free

    Thank you you save my lot of time. I got it.

    I just check in wp_options there are 10000+ rows with string rank_math_
    Is it possible that will reduce server performance?

    Hello,

    Thank you for getting back to us.

    You’re very welcome. We’re happy to hear that you were able to update your focus keyword and meta description for your posts.

    Regarding your question about the wp_options table, we can assure you that it will not affect your server performance. The rank_math_ rows are used to store the settings and options of the Rank Math plugin, such as the modules you have enabled, the general settings, the titles and meta settings, the sitemap settings, etc. These rows are not loaded on every page request, but only when needed by the plugin. They are also cached by WordPress for faster access.

    Therefore, you don’t need to worry about these rows slowing down your site or causing any issues. They are there to help Rank Math work smoothly and efficiently for you.

    We hope this answers your question and clears any doubts you may have. If you have any other questions or concerns, please feel free to contact us anytime. We’re always here to help you.

    Thank you for choosing Rank Math!

    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 3 replies - 1 through 3 (of 3 total)

The ticket ‘Want to update seo title and description in bulk.’ is closed to new replies.