[WordPress] 外掛分享: AYR SEO Bridge

首頁外掛目錄 › AYR SEO Bridge
全新外掛
安裝啟用
尚無評分
177 天前
最後更新
問題解決
WordPress 5.0+ PHP 8.0+ v1.0.1 上架:2025-10-11

內容簡介

### 摘要:
AYR SEO Bridge 是專為 AYR Creations 客戶開發的專業外掛程式。它建立了安全的 REST API 端點,讓自動化平台可以更新 WordPress 網站中的 SEO 元數據。這個外掛設計用於與 AYR Creations 的自動化服務和工作流程配合使用。支援的 SEO 外掛包括 Yoast SEO、Rank Math SEO、All in One SEO (AIOSEO) 和 SEOPress。主要功能包括安全認證、速率限制、焦點關鍵字設置、meta 描述設置、多外掛支援、全球化翻譯,以及清晰的 REST API 端點等。

### 問題與答案:
1. AYR SEO Bridge 是為哪些客戶專門開發的?
- A:AYR Creations 的客戶。
2. 這個外掛可以讓哪些自動化平台更新 WordPress 網站中的 SEO 元數據?
- A:可以讓自動化平台更新 SEO 元數據。
3. 這個外掛設計用於哪些服務和工作流程?
- A:AYR Creations 的自動化服務和工作流程。
4. 哪些 SEO 外掛受到支持?
- A:Yoast SEO、Rank Math SEO、All in One SEO (AIOSEO) 和 SEOPress。
5. 使用這個外掛有哪些主要功能?
- A:安全認證、速率限制、焦點關鍵字設置、meta 描述設置、多外掛支援、全球化翻譯和清晰的 REST API 端點等。

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.0.1) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「AYR SEO Bridge」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

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/

延伸相關外掛

文章
Filter
Apply Filters
Mastodon