Yoast
With Yoast modules in Boost.space Integrator, you can create, update, retrieve, search, and delete:
-
posts
-
categories
-
tags
-
pages
-
custom types
To get started with Yoast, create an account at yoast.com
Connect Yoast to Boost.space Integrator
To connect Yoast app, you need to obtain the API Key from your Yoast account and insert it in the Yoast module’s create a connection dialog.
-
Log in to your Yoast account.
-
Click Company Name > API Key, and copy the API Key to a safe place.

-
Log in to your Boost.space Integrator account, insert a Yoast module scenario and click the Add button next to the Connection field.

-
In the Connection name field, enter a name for the connection.
-
In the API Key field, enter the details copied in step 2 and click Save.
You have successfully connected the Yoast app and can now build scenarios.
Posts
You can create, update, retrieve, search, and delete posts using the following modules.
Create an SEO Post
Creates a new SEO post.
Connection
Establish a connection to your Yoast account.
For field descriptions, see the Yoast Post API reference.
Update an SEO Post
Updates an existing SEO post.
Connection
Establish a connection to your Yoast account.
Post ID
Select or map the Post ID whose details you want to update.
For field descriptions, see the Yoast Post API reference.
Get an SEO Post
Retrieves an existing SEO post.
Connection
Establish a connection to your Yoast account.
Post ID
Select or map the Post ID whose details you want to retrieve.
Search SEO Posts
Searches for SEO posts or lists them all.
Connection
Establish a connection to your Yoast account.
Limit
Set the maximum number of posts Boost.space Integrator will return during one execution cycle. The default value is 10.
Delete an SEO Post
Deletes an existing SEO post.
Connection
Establish a connection to your Yoast account.
Post ID
Select or map the Post ID you want to delete.
Categories
You can create, update, retrieve, search, and delete categories using the following modules.
Create an SEO Category
Creates a new SEO category.
Connection
Establish a connection to your Yoast account.
For field descriptions, see the Yoast Category API reference.
Update an SEO Category
Updates an existing SEO category.
Connection
Establish a connection to your Yoast account.
Category ID
Select or map the Category ID whose details you want to update.
For field descriptions, see the Yoast Category API reference.
Get an SEO Category
Retrieves an existing SEO category.
Connection
Establish a connection to your Yoast account.
Category ID
Select or map the Category ID whose details you want to retrieve.
Search SEO Categories
Searches for SEO categories or lists them all.
Connection
Establish a connection to your Yoast account.
Limit
Set the maximum number of categories Boost.space Integrator will return during one execution cycle. The default value is 10.
Delete an SEO Category
Deletes an existing SEO category.
Connection
Establish a connection to your Yoast account.
Category ID
Select or map the Category ID you want to delete.
Tags
You can create, update, retrieve, search, and delete tags using the following modules.
Create an SEO Tag
Creates a new SEO tag.
Connection
Establish a connection to your Yoast account.
For field descriptions, see the Yoast Tag API reference.
Update an SEO Tag
Updates an existing SEO tag.
Connection
Establish a connection to your Yoast account.
Tag ID
Select or map the Tag ID whose details you want to update.
For field descriptions, see the Yoast Tag API reference.
Get an SEO Tag
Retrieves an existing SEO tag.
Connection
Establish a connection to your Yoast account.
Tag ID
Select or map the Tag ID whose details you want to retrieve.
Search SEO Tags
Searches for SEO tags or lists them all.
Connection
Establish a connection to your Yoast account.
Limit
Set the maximum number of tags Boost.space Integrator will return during one execution cycle. The default value is 10.
Delete an SEO Tag
Deletes an existing SEO tag.
Connection
Establish a connection to your Yoast account.
Tag ID
Select or map the Tag ID you want to delete.
Pages
You can create, update, retrieve, search, and delete pages using the following modules.
Create an SEO Page
Creates a new SEO page.
Connection
Establish a connection to your Yoast account.
For field descriptions, see the Yoast Pages API reference.
Update an SEO Page
Updates an existing SEO page.
Connection
Establish a connection to your Yoast account.
Page ID
Select or map the Page ID whose details you want to update.
For field descriptions, see the Yoast Pages API reference.
Get an SEO Page
Retrieves an existing SEO page.
Connection
Establish a connection to your Yoast account.
Page ID
Select or map the Page ID whose details you want to retrieve.
Search SEO Pages
Searches for SEO pages or lists them all.
Connection
Establish a connection to your Yoast account.
Limit
Set the maximum number of pages Boost.space Integrator will return during one execution cycle. The default value is 10.
Delete an SEO Page
Deletes an existing SEO page.
Connection
Establish a connection to your Yoast account.
Page ID
Select or map the Page ID you want to delete.
Custom Types
You can retrieve and search SEO custom types using the following modules.
Get an SEO Custom Type
Retrieves an existing SEO custom type.
Connection
Establish a connection to your Yoast account.
Type
Select the type of SEO custom you want to retrieve.
Search SEO Custom Type
Searches for SEO custom types or lists them all.
Connection
Establish a connection to your Yoast account.
Limit
Set the maximum number of SEO custom types Boost.space Integrator will return during one execution cycle. The default value is 10.
Other
You can call APIs using the following module.
Make an API Call
Performs an arbitrary authorized API call.
For the list of available endpoints, refer to the Yoast API documentation.
Connection
Establish a connection to your Yoast account.
URL
Enter a path relative to https://test.malimanek.com/wp-json/wp. For example, /v2/posts.
Method
GET
to retrieve information for an entry.
POST
to create a new entry.
PUT
to update/replace an existing entry.
PATCH
to make a partial entry update.
DELETE
to delete an entry.
Headers
Enter the desired request headers. You don’t have to add authorization headers; we already did that for you.
Query String
Enter the request query string.
Body
Enter the body content for your API call.
Example of use – List Pages
The following API call returns all pages from your Yoast account.
URL: /v2/pages
Method: GET

The search matches can be found in the module’s Output under Bundle > Body.
In our example 10 pages were returned:

Legacy article, imported from the original Boost.space knowledge base (/knowledge-base/applications/website-building/yoast/).