WordPress SEO: if I understand correctly, the REST API does not return the meta description, as it is not native to WP but managed by plugins (rankmath, yoast, etc.)
However, I want to access the meta desc by API to manage my sites in Python. What would be the best way?
* Do SEO plugins have endpoints that allow to GET and PUT the meta desc?
* Is the best solution to create a custom endpoint to be independent of a particular plugin? Wouldn’t I still be dependant of the plugin that stores the meta fields its own table?
How would you do this?
Thanks