Skip to main content

Yoast

With Yoast modules in Make, 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 Make

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.

  1. Log in to your Yoast account.

  2. Click Company Name > API Key, and copy the API Key to a safe place.

    yoast-1.png
  3. Log in to your Make account, insert a Yoast module scenario and click the Add button next to the Connection field.

    yoast-2.png
  4. In the Connection name field, enter a name for the connection.

  5. 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.

Creates a new SEO post.

For field descriptions, see the Yoast Post API reference.

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.

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.

Searches for SEO posts or lists them all.

Connection

Establish a connection to your Yoast account.

Limit

Set the maximum number of posts Make will return during one execution cycle. The default value is 10.

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.

Creates a new SEO category.

For field descriptions, see the Yoast Category API reference.

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.

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.

Searches for SEO categories or lists them all.

Connection

Establish a connection to your Yoast account.

Limit

Set the maximum number of categories Make will return during one execution cycle. The default value is 10.

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.

Creates a new SEO tag.

For field descriptions, see the Yoast Tag API reference.

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.

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.

Searches for SEO tags or lists them all.

Connection

Establish a connection to your Yoast account.

Limit

Set the maximum number of tags Make will return during one execution cycle. The default value is 10.

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.

Creates a new SEO page.

For field descriptions, see the Yoast Pages API reference.

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.

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.

Searches for SEO pages or lists them all.

Connection

Establish a connection to your Yoast account.

Limit

Set the maximum number of pages Make will return during one execution cycle. The default value is 10.

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.

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.

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 Make will return during one execution cycle. The default value is 10.

Other

You can call APIs using the following module.

Performs an arbitrary authorized API call.

Note

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

Yoast_3.png

The search matches can be found in the module's Output under Bundle > Body

In our example 10 pages were returned:

Yoast_4.png