Outstand SEO
One block-editor SEO UI, powered by your engine in the background.
by Outstand · github.com/pixelalbatross/outstand-seo · website
★ 1stars
176composer installs
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/pixelalbatross/outstand-seo/releases/download/1.2.0/outstand-seo-1.2.0.zipAlso on Packagist as outstand/seo:
composer require outstand/seoDeclares an update source (https://outstand.site/), so updates arrive through the plugin's own updater.
From the readme
Outstand SEO
One block-editor SEO UI, powered by your engine in the background.
Description
Outstand SEO provides one custom Gutenberg sidebar that drives whichever powerful
SEO plugin is active in the background — The SEO Framework
or Yoast SEO — while
suppressing that plugin's own editor UI. The background engine keeps
producing all frontend SEO output (wphead, schema, sitemaps); Outstand SEO
only replaces the editing UX.
How it works
- Engine adapters (includes/Engines/) detect the active SEO plugin, disable
its native editor UI, expose its post meta to REST, and describe a canonical
field map (canonical field → native meta key + value codec). EngineManager
resolves the active engine in priority order (TSF, then Yoast).
- TSF: theseoframeworkseoboxoutput filter removes the metabox;
fields map to genesis / socialimage / primaryterm.
- Yoast: wpseoenableeditorfeatures{posttype} → false removes the
metabox and the block sidebar / pre-publish / document panels; fields
map to yoastwpseo with value codecs for Yoast's encodings (3-state
noindex, comma-separated robots-adv, iscornerstone, etc.).
- SEO sidebar — a dedicated SEO editor sidebar (PluginSideba
Read the full README on GitHub →