Title: AYR SEO Bridge
Author: Alex
Published: <strong>October 12, 2025</strong>
Last modified: October 17, 2025

---

Search plugins

![](https://ps.w.org/ayr-seo-bridge/assets/icon-128x128.jpg?rev=3377050)

# AYR SEO Bridge

 By [Alex](https://profiles.wordpress.org/anicolco/)

[Download](https://downloads.wordpress.org/plugin/ayr-seo-bridge.1.0.1.zip)

 * [Details](https://test.wordpress.org/plugins/ayr-seo-bridge/#description)
 * [Reviews](https://test.wordpress.org/plugins/ayr-seo-bridge/#reviews)
 *  [Installation](https://test.wordpress.org/plugins/ayr-seo-bridge/#installation)
 * [Development](https://test.wordpress.org/plugins/ayr-seo-bridge/#developers)

 [Support](https://wordpress.org/support/plugin/ayr-seo-bridge/)

## Description

AYR SEO Bridge is a professional plugin developed specifically for **AYR Creations
clients**. It creates secure REST API endpoints that allow automation platforms 
to update SEO metadata in WordPress sites.

**This plugin is designed for use with AYR Creations automation services and workflows.**

**Supported SEO Plugins:**
 * Yoast SEO * Rank Math SEO * All in One SEO (AIOSEO)*
SEOPress

**Key Features:**
 * 🔒 **Secure Authentication**: Uses WordPress Application Passwords*
🛡️ **Rate Limiting**: Prevents abuse with built-in protection * 📝 **Focus Keywords**:
Automatically set focus keywords for posts * 📄 **Meta Descriptions**: Automatically
set meta descriptions * 🔄 **Multi-Plugin Support**: Works with all major SEO plugins*
🌐 **Translation Ready**: Fully internationalized * 🔗 **REST API**: Clean, documented
API endpoints

**API Endpoints:**
 * `POST /wp-json/ayrseo/v1/update` – Main endpoint for updating
SEO metadata * `POST /wp-json/custom/v1/update-yoast-meta` – Legacy endpoint for
backward compatibility

**Required Parameters:**
 * `post_id` (integer) – The ID of the post to update *`
focus_keyword` (string, optional) – The focus keyword to set * `meta_description`(
string, optional) – The meta description to set

**Authentication:**
 This plugin requires authentication using WordPress Application
Passwords. Users must have the `edit_posts` capability to use the API.

**Support Policy:**
 This plugin is provided for AYR Creations clients as part of
our automation services. **Public support is not provided** – if you are not an 
AYR Creations client and need assistance, please contact us about our services.

**Perfect for:**
 * AYR Creations automation workflows * Client websites with custom
SEO automation needs * Professional content management systems * Headless WordPress
implementations

### Developer Notes

**API Usage Example:**

    ```
    `bash
    ```

curl -X POST https://yoursite.com/wp-json/ayrseo/v1/update \
 -H “Content-Type: 
application/json” \ -H “Authorization: Basic base64(username:app_password)” \ -d‘{“
post_id”: 123, “focus_keyword”: “wordpress seo”, “meta_description”: “Learn how 
to optimize your WordPress site for SEO.” }’ `

**Successful Response:**
 `json { "success": true, "plugin_detected": "yoast", "
post_id": 123, "post_title": "Sample Post", "focus_keyword": "wordpress seo", "meta_description":"
Learn how to optimize your WordPress site for SEO.", "timestamp": "2024-01-15 10:
30:45" }

**Error Response:**
 `json { "code": "invalid_post", "message": "The specified post
does not exist", "data": { "status": 404 } }

For more detailed documentation and examples, visit: https://ayrcreations.com/

## Screenshots

[⌊API endpoint in action - successful response⌉⌊API endpoint in action - successful
response⌉[

API endpoint in action – successful response

## Installation

 1. Upload the plugin files to the `/wp-content/plugins/ayr-seo-bridge` directory, 
    or install the plugin through the WordPress plugins screen directly.
 2. Activate the plugin through the ‘Plugins’ screen in WordPress.
 3. Make sure you have one of the supported SEO plugins installed and activated.
 4. Create an Application Password for the user who will use the API:
 5.  * Go to Users  Your Profile
     * Scroll down to “Application Passwords”
     * Create a new application password
 6. Use the API endpoint with proper authentication.

## FAQ

### Is this plugin for everyone?

This plugin is specifically designed for **AYR Creations clients** as part of our
automation services. While anyone can install and use it, we only provide support
to our clients.

### What SEO plugins are supported?

Currently supported plugins:
 * Yoast SEO * Rank Math SEO * All in One SEO (AIOSEO)*
SEOPress

### How do I get support?

If you are an **AYR Creations client**, contact us through your usual support channels.
If you are not a client but are interested in our automation services, visit https://
ayrcreations.com/#contacto

### How do I authenticate API requests?

Use WordPress Application Passwords for authentication. The user must have `edit_posts`
capability or higher.

### Is there rate limiting?

Yes, the plugin implements rate limiting of 1 request per 5 seconds per user to 
prevent abuse.

### Can I update multiple posts at once?

No, currently the plugin only supports updating one post per request. You can make
multiple sequential requests for bulk updates.

### What happens if I don’t have any SEO plugin installed?

The plugin will return an error indicating that no compatible SEO plugin was detected.

### I’m not an AYR Creations client, can I still use this?

The plugin is publicly available and functional, but we only provide documentation
and support to our clients. If you need professional automation services, contact
us at https://ayrcreations.com/

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“AYR SEO Bridge” is open source software. The following people have contributed 
to this plugin.

Contributors

 *   [ Alex ](https://profiles.wordpress.org/anicolco/)

[Translate “AYR SEO Bridge” into your language.](https://translate.wordpress.org/projects/wp-plugins/ayr-seo-bridge)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/ayr-seo-bridge/), check
out the [SVN repository](https://plugins.svn.wordpress.org/ayr-seo-bridge/), or 
subscribe to the [development log](https://plugins.trac.wordpress.org/log/ayr-seo-bridge/)
by [RSS](https://plugins.trac.wordpress.org/log/ayr-seo-bridge/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.1

 * Improved rate limiting: Changed from 1 minute to 5 seconds between requests for
   better performance
 * Enhanced user experience with faster API response times

#### 1.0.0

 * Initial release
 * Support for Yoast SEO, Rank Math, AIOSEO, and SEOPress
 * Secure REST API endpoints
 * Rate limiting protection
 * Full internationalization support
 * Comprehensive error handling

## Meta

 *  Version **1.0.1**
 *  Last updated **9 months ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 5.0 or higher **
 *  Tested up to **6.8.5**
 *  PHP version ** 8.0 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/ayr-seo-bridge/)
 * Tags
 * [automation](https://test.wordpress.org/plugins/tags/automation/)[rankmath](https://test.wordpress.org/plugins/tags/rankmath/)
   [rest-api](https://test.wordpress.org/plugins/tags/rest-api/)[seo](https://test.wordpress.org/plugins/tags/seo/)
   [Yoast](https://test.wordpress.org/plugins/tags/yoast/)
 *  [Advanced View](https://test.wordpress.org/plugins/ayr-seo-bridge/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/ayr-seo-bridge/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/ayr-seo-bridge/reviews/)

## Contributors

 *   [ Alex ](https://profiles.wordpress.org/anicolco/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/ayr-seo-bridge/)