
內容簡介
AudiScale Connector 是一款專為 AudiScale 服務設計的外掛,能夠解鎖 WordPress 核心與標準 REST API 所不支援的 SEO 功能,特別是允許在 <head> 中直接印出 <meta name="description"> 標籤,而無需額外安裝其他 SEO 外掛。
【主要功能】
• 支援在 <head> 中添加 SEO 標籤
• 管理 301、302、410 轉址
• 更新內容與媒體的欄位
• 提供結構化數據的 JSON-LD
• 讀取與指派分類法的現有術語
• 檢查外掛更新狀態
外掛標籤
開發者團隊
原文外掛簡介
AudiScale Connector is the companion component for the hosted AudiScale service (https://audiscale.com). It unlocks the SEO actions that WordPress core and the standard REST API do not allow — most notably printing a tag in the
without forcing you to install another SEO plugin.Service disclosure (SaaS)
This plugin communicates with the third-party AudiScale service. No data is
sent until you have explicitly paired your site from your AudiScale dashboard.
Once paired, AudiScale can remotely apply a fixed catalog of operations
(listed below), each of which is:
signed with HMAC-SHA256 using a per-site secret (rotatable and revocable);
subject to a WordPress capability check (manage_options);
logged (who, what, when, before/after value);
reversible where possible (draft/revision, dry-run).
The plugin never executes arbitrary code: there is no code-evaluation
endpoint and no remote code download. “Almost everything” means an enumerated,
hand-coded, audited catalog.
Terms of service: https://audiscale.com/en/terms
Privacy policy: https://audiscale.com/en/privacy
Operation catalog
SEO /
: meta description, SEO title, canonical, robots, Open Graph, Twitter cards, native sitemap exclusionRedirects: create / update / delete (301, 302, 410)
Structured data: per-content JSON-LD
Content & media: field updates (via revision), draft creation, alternative text, status change (publish/draft only), move to trash
Taxonomies: read the taxonomies and terms a post type declares, assign existing terms to a content (never creates a term)
Site (read-only): robots.txt, public settings, content inventory
Site (footer): marked HTML block printed on wp_footer (badge install / removal)
Plugins: inventory with update availability, forced update check, update of an installed plugin
Connector: status, pairing, audit log
The plugin detects Yoast, Rank Math and SEOPress and stands down
automatically if one of them already manages the
tags.
