Hi @marcina1 ,
Thanks for reaching out and for your interest in integrating AIOSEO with Make.com!
Currently, our plugin doesn’t have a dedicated module in Make.com. However, AIOSEO supports the WordPress REST API, which you can use to fetch and update AIOSEO data.
For example, to update the SEO Title and Meta Description of a post using the REST API, you can send a POST/PUT request to the following endpoint:
https://yourwebsite.com/wp-json/wp/v2/posts/{post_id}
Here’s an example request body to update the SEO Title and Meta Description:
{
"aioseo_meta_data": {
"title": "NEW TITLE",
"description": "NEW DESCRIPTION"
}
}
Replace {post_id}
with the actual post ID and yourwebsite.com
with your domain. The "aioseo_meta_data"
key allows you to manage AIOSEO data for posts and terms directly.
Here’s a guide to using our REST API:
Fetching & Updating AIOSEO Data via the WordPress REST API
However, please note that the REST API addon is available to customers with a?Plus?plan or above for All in One SEO Pro.
If you’re having difficulties setting this up in Make.com, I’d recommend reaching out to their Support team for assistance in configuring the request.
Should they decide to add AIOSEO as a dedicated module, it would need to be developed and maintained by Make.com, just like the Yoast module you mentioned. We’d be happy to collaborate and provide the necessary support if Make.com initiates this.
Please let us know if you have any questions about using the REST API, and we’ll be glad to assist further.
Looking forward to hearing from you!