Skip to main content

SEO Fields API Support: Improve Your WordPress SEO Automation

SEO Fields API Support lets developers update Yoast SEO titles and meta descriptions through the WordPress REST API. The plugin exposes _yoast_wpseo_title and _yoast_wpseo_metadesc for programmatic updates.

Plugin listing and download | Source code

Frequently asked questions

What does SEO Fields API Support require?

The published plugin requires WordPress 6.2 or later and an active Yoast SEO installation. The WordPress.org listing reports version 1.1, tested up to WordPress 6.7.7, as checked on September 8, 2026. Check the current listing and test your configuration before deployment; compatibility with every newer release or multilingual plugin is not established by those requirements.

How do I install the plugin?

  1. Download the plugin from the WordPress.org listing.
  2. Upload the ZIP through the WordPress Plugins screen, then activate it.
  3. Confirm that Yoast SEO is active.
  4. Test an update on a staging post before using a bulk workflow.

How do I update a post's SEO fields?

Send an authenticated PUT request to https://example.com/wp-json/wp/v2/posts/123, replacing the domain and post ID. A request body can contain:

{
  "meta": {
    "_yoast_wpseo_title":
      "Page title",
    "_yoast_wpseo_metadesc":
      "Description of the page"
  }
}

Pages use the /wp-json/wp/v2/pages/123 route. Check the actual REST route for custom post types. Read the response and verify the saved fields before continuing a batch.

How should API requests authenticate?

For an external script, WordPress supports Application Passwords over HTTPS. Requests made inside a logged-in WordPress session use cookie authentication and a REST nonce; a nonce alone does not authenticate an external script. The account must have permission to edit the target content. JWT requires a separate authentication implementation. See the WordPress REST authentication documentation.

Where can I review or report a problem?

Review the source code and plugin listing for the implementation and current release details. Include the WordPress version, Yoast SEO version, request route and error response when requesting help. Remove credentials from any example you share.

Contact Dmytro about SEO Fields API Support

How to check and install SEO Fields API Support

  1. Read the current listing

    Open the WordPress.org listing and review its stated requirements.

  2. Test your setup

    Use a staging site with the required WordPress and Yoast SEO configuration.

  3. Install and activate

    Upload the plugin ZIP through the WordPress Plugins screen and activate it.

  4. Verify the fields

    Test an authorized metadata update and confirm the expected title and description before production use.

© 2026 SEO Expert Orange County · Operated by Pinnacli LLC · Irvine, CA · llms.txt