Automatically add SEO title, Meta Description and Primary Keyword for Blog posts while posting on Wordpress

Is there a way to automatically add SEO title, Meta Description and Primary Keyword for Blog posts as we post on Wordpress. Or update a posted blog on Wordpress with them.

I would like to assign ChatGPT generated SEO title and Meta Description for every auto posted WordPress post.

We use rank math on the site
does this approach work?

It looks like there is no such field named “SEO title” and “Meta Description”, and you are updating the wrong fields.

According to user Rank Math Support at Meta Key Names (postmeta) for TITLE / DESCRIPTION / ETC. | WordPress.org,

This is the meta key we used to save the title and description for Rank Math:
rank_math_title
rank_math_description

If you wish to work with our social meta, you may refer to the meta keys below:
OpenGraph title: rank_math_facebook_title
OpenGraph description: rank_math_facebook_description
OpenGraph Image: rank_math_facebook_image

Twitter Title: rank_math_twitter_title
Twitter Description: rank_math_twitter_description
Twitter Image: rank_math_facebook_image

2 Likes


I tried the above

I 2 validation parameters errors

Noo, you don’t map variables into the Name field. You have to type it out as a pure string.

Try

rank_math_title

Instead of this which is what you’re doing

{{36.rank_math_title}}
2 Likes

thanks so much it fixed it

2 Likes

No problem, glad I could help!

In future, please create a new thread for each question. This makes it easier for others with the same problem to search for the answer. Thank you for your cooperation!

The Make Community guidelines encourages users to try to mark helpful replies as solutions to help keep the Community organized.

This marks the topic as solved, so that:

  • others can save time when catching up with the latest activity here, and
  • allows others to quickly jump to the solution if they come across the same problem

To do this, simply click the checkbox at the bottom of the post that answers your question:
Screenshot_2023-10-04_161049

2 Likes