You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've searched for any related issues and avoided creating a duplicate issue.
Please give us a description of what happened.
Whenever I submit a post to my site using the REST API, the code Yoast SEO adds to the header of the resulting post is incomplete.
The canonical URL is wrong (it says "sin-categoria", in other words, "uncategorised") and the featured image is not shown.
Please describe what you expected to happen and why.
After using the "reset indexables" button of the Yoast Test Helper plugin the correct information is shown (category name corrected and featured image included):
Technical info
Used versions
WordPress version: 5.8.2
Yoast SEO version: 17.7.1
The text was updated successfully, but these errors were encountered:
Can confirm, this is actually the same issue as #17721, because the API triggers update_post_meta() which we don't watch. Because that issue is open, and we have an internal issue here and they all have the same root cause, I am closing this as duplicate.
Found an easy workaround: immediately after posting, edit the post from the API, even if you don't actually change anything at all. For example, since my posts aren't sticky, I do this:
Please give us a description of what happened.
Whenever I submit a post to my site using the REST API, the code Yoast SEO adds to the header of the resulting post is incomplete.
The canonical URL is wrong (it says "sin-categoria", in other words, "uncategorised") and the featured image is not shown.
Please describe what you expected to happen and why.
After using the "reset indexables" button of the Yoast Test Helper plugin the correct information is shown (category name corrected and featured image included):
Technical info
Used versions
The text was updated successfully, but these errors were encountered: