Skip to main content

All Questions

2 votes
0 answers
92 views

Update Yoast Focus keyphrase _yoast_wpseo_focuskw via cURL

I am trying to update the Focus keyphrase for a post via cURL, however, it does not insert nor update the Post. Here is my curl. Any ideas what I'm missing, or what am I doing wrong? (I'm trying ...
alwaysVBNET's user avatar
  • 3,280
0 votes
0 answers
72 views

Adding a Yoast Canonical when a new post is published in WordPress

I need to add a Yoast canonical tag only when a post is published. If the post is already published and updated I do not want to update the canonical tag. I'm using add_post_meta but the function only ...
Tim Troiano's user avatar
0 votes
1 answer
128 views

Using the Yoast API on Wordpress.com

We have a headless Wordpress CMS hosted on wordpress.com, and I am having trouble retrieving Yoast SEO tags using the Wordpress API. The vanilla Wordpress API uses URLs like so: https://example.com/wp-...
Leo's user avatar
  • 4,357
0 votes
1 answer
1k views

Wordpress REST API - Post Request for YOAST fields

I'm using python to create wordpress post taking care also of the YOAST fields, using the wordpress rest api. On YOAST website I found this statement: The Yoast REST API is currently read-only, and ...
Baggio's user avatar
  • 183
2 votes
1 answer
2k views

Creating new post in Wordpress via REST API - how to past meta title and description for Yoast SEO plugin?

I'm creating new post using wordpress rest api. On the WP side, there is Yoast SEO plugin used, where I would need to update meta description and meta title fields through API calls. Is there any way ...
Tommix's user avatar
  • 81
1 vote
1 answer
2k views

How to Access Yoast SEO tags in Wordpress API Callback

I'm developing a Wordpress website with a ReactJS SPA theme and I'm attempting to collect the necessary SEO head tags from the Yoast SEO plugin during an WP API AJAX call. The reason I am using Yoast ...
Invex09's user avatar
  • 45