AudiScale Connector
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 <meta name="description"> tag in the <head> 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 /
<head>: meta description, SEO title, canonical, robots, Open Graph, Twitter cards - Redirects: create / update / delete (301, 302, 410)
- Structured data: per-content JSON-LD
- Content & media: field updates (via revision), draft creation, alternative text
- Site (read-only): robots.txt, public settings, content inventory
- Connector: status, pairing, audit log
The plugin detects Yoast, Rank Math and SEOPress and stands down
automatically if one of them already manages the <head>, to avoid duplicate
tags.
