Meta title and meta description with N8N
-
Hi there,
WIth N8N, is this possible to retrieve meta description and title from a N8N’s node and update a post with a HTTP’s request’s node ?
I’ve tried with this :
{
"meta": {
"rank_math_description": "{{ $json['META DESCRIPTION'] }}",
"rank_math_title": "{{ $json['META TITLE'] }}"
}
}In the N8N HTTP Request node, I’ve tried with the JSON and the “field below” method, but no success.
The connexion with my WordPress is OK because the update of slug, featured image and title is ok. It’s just the meta I can’t succeed to update.
I can’t use a WordPress node beacause I have to enter the URL dynamically, so I have to use a HTTP request node
Have you some ideas for resolving this scenario ?
Have a nice day !
The topic ‘Meta title and meta description with N8N’ is closed to new replies.