How to send wordpress yoast meta desc and focus keyword through n8n?

how to send wordpress yoast meta desccription and focus keyword through n8n??
I cant find a way
{
“meta”:{
“_yoast_wpseo_title”:“”,
“_yoast_wpseo_focuskw”:“Keyword”
“_yoast_wpseo_metadesc”:“.metaDescription”
}
}
I tried this but this isnt working somebody help me if you know how to fix this

Describe the problem/error/question

What is the error message (if any)?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hi there, In WordPress, all meta keys are part of the post/page structure, so you don’t need to use custom meta fields like that. All you have to do is GET one of your posts using the context=edit mode, and all the necessary parameters for SEO meta tags will be available in the response for you to use.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.