• Resolved marcina1

    (@marcina1)


    Hello,

    Do your plugin support make.com modules ? I noticed YOAST is there but I couldn`t find your plugin there.
    If you are not there are you able to add this in enhancement backlog ?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author arnaudbroes

    (@arnaudbroes)

    Hey @marcina1,

    As far as I know, we currently do not have any official integrations with Make.com. I’ll add a Feature Request for this on our end.

    Considering that Make.com has integrated with Yoast from their end and are maintaining the integration themselves, it might be worth reaching out to them to see if they want to integrate with our plugin as well.

    Plugin Support Shivam Tyagi

    (@shivamtyagi)

    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!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.