OST AIO Smart Schema generates and outputs Google-recommended structured data (JSON-LD) automatically for each page type. Simply select the schema type from the Gutenberg editor sidebar — no manual coding required.
Supported Schema Types
Key Features
<head> via wp_headwp_json_encode with JSON_HEX_* flagsThis plugin uses one third-party service, and only inside the wp-admin settings screen (Settings OST). It is never loaded on the front end.
YubinBango (Japanese postal-code address auto-completion)
On the settings screen the plugin loads the YubinBango script from https://yubinbango.github.io/yubinbango/yubinbango.js. It is used so that, when an administrator types a Japanese postal code into the address fields, the matching prefecture / city / town is filled in automatically.
yubinbango.github.io. Only the entered postal code is used for the lookup; no personal data, site data, or credentials are transmitted.This plugin is not obfuscated. The compiled editor bundle build/index.js is generated from the human-readable source in the src/ directory, which is included in the plugin package.
Build tools and steps (uses @wordpress/scripts):
npm install
npm run build
The compiled output is written to the build/ directory.