Schema Forge:structured data for the AI Search era.
Add any JSON-LD schema to any post or page. No paywall, no bloat, no lock-in.
Schema Forge is a small WordPress plugin with one job. Let you add structured data, any valid JSON-LD schema you can write, to any post or page.
You open a post. You paste your schema. You save. The schema is in your page head.
That is the whole plugin.Six things worth knowing
Any schema type
FAQPage, HowTo, Course, Recipe, Event, Product, DefinedTerm, custom @graph blocks. If it is valid JSON-LD, Schema Forge publishes it.
Unlimited per page
Add one schema, ten, or twenty to the same post. Click “Add Another Schema” as many times as needed.
Built-in validation
Every schema is checked before output. A typo means that entry is silently skipped, never breaking your page.
Internal labels
Each entry has an optional label to keep your schemas organised. Stays in the admin, never appears live.
Plays nice with everything
Yoast, Rank Math, AIOSEO, SEOPress. No conflicts, no duplicate Article schemas, no fights for the page head.
Free, forever
No premium tier, no “unlock more” wall. The plugin you download is the whole plugin, now and always.
A few schemas to get you started
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What is Technical SEO?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The practice of optimising the technical foundations of a website."
}
}
]
}{
"@context": "https://schema.org",
"@type": "HowTo",
"name": "How to install a WordPress plugin",
"step": [
{
"@type": "HowToStep",
"name": "Go to Plugins",
"text": "From your WordPress admin, click Plugins then Add New."
}
]
}{
"@context": "https://schema.org",
"@type": "DefinedTerm",
"name": "Crawl budget",
"description": "The number of pages a search engine will crawl within a given timeframe.",
"inDefinedTermSet": "https://blog.victorijomah.com/glossary/"
}Frequently asked
Take it, use it, build something good.
Yours to install on as many sites as you need. No account, no email required.
Download v1.0.1Want updates when v1.1 ships? Join the newsletter
What is new
Every change to Schema Forge, big or small, is logged here in order from newest to oldest. So you can see exactly what changed, when, and whether it is worth updating.
- Fixed: Schema Forge now appears on every public post type, not just posts and pages. Glossary entries (CM Tooltip Glossary and similar plugins), products, and other custom post types now work as expected.
- Improved: Plugin version is now displayed in the meta box header so you can confirm at a glance which version you are running.
- Initial release.
- Support for any JSON-LD schema type, no paywall on any of them.
- Unlimited schemas per post or page.
- Built-in JSON validation that silently skips malformed entries so pages never break.
- Optional internal labels per schema, visible in the admin only.
Built and maintained by Victor Ijomah. One of several free tools published at The Technical SEO Library. See all plugins →