What search engines see
isn't your content. It's your schema.
Schemafy generates, validates and auto-injects structured data into WordPress — so Google, ChatGPT and AI Overviews understand exactly what your site is about.
Works alongside the tools already in your stack
Three tools.
One coherent system.
Schema markup tells machines what your content means. Schemafy builds it visually, generates it with AI, and helps you maintain sitewide schemas — without touching a single line of code.
Build it visually.
Visual forms that generate valid JSON-LD as you type. Pick a schema type, fill the fields, see the output. No JSON knowledge required.
Or let AI read your page.
Give it a URL. AI detects the schema type, fills every field from your content, and generates the JSON-LD. You review and approve.
Manage everything in one table.
Search, filter, bulk edit and export schemas from a central manager built for large WordPress sites.
The same page. Two realities.
Move the slider. This is what Google shows when schema is missing — and what it shows when Schemafy is running.
Descubre el nuevo iPhone 15 Pro Max. El smartphone más avanzado de Apple con chip A17 Pro, cámara de 48MP y pantalla Super Retina XDR. Envío gratis a todo el país. Compra ahora con las mejores ofertas...
El iPhone 15 Pro Max con titanio de grado aeroespacial, el material más resistente usado en un iPhone. Disponible en varios colores y capacidades de almacenamiento...
Descubre el nuevo iPhone 15 Pro Max. El smartphone más avanzado de Apple con chip A17 Pro, cámara de 48MP y pantalla Super Retina XDR.
El iPhone 15 Pro Max con titanio de grado aeroespacial, el material más resistente usado en un iPhone.
Six tools. One plugin.
Everything a WordPress site needs to communicate with search engines — built as a single, coherent system.
Visual Builder
Fill in the fields, get the JSON-LD. 17 schema types with dedicated forms, pre-loaded templates and a live preview that updates as you type.
AI Schema Generator
Point it at any URL. It reads your content — titles, prices, dates, questions — and generates the right schema, fully completed. Review and save.
Real-Time Validation
Schemas are checked against Google's spec as you build. Catch errors before saving — not after Google already found them.
Rich Snippets Manager
Every schema in one searchable table. Filter by type, URL or status. Bulk activate, deactivate or export. Built for sites with hundreds of pages.
Meta Tags & Social
Custom meta title and description per page. Open Graph and Twitter Cards. Live preview of how your link renders on Google, Facebook and Twitter.
CSV Import/Export
Edit schemas and meta tags in bulk with CSV. Ideal for stores, large blogs and agency workflows.
Forms that write your JSON-LD.
Pick a schema type from 17 options. Fill in the fields — text, image, date, price, rating. Watch valid JSON-LD build in real time. No syntax to learn. No documentation to open.
- 🎨 17 schema types, each with its own dedicated form
- 📄 Pre-loaded templates so you're never starting from scratch
- 🔧 11 field types: text, image, date, select, array, group and more
- 👁️ JSON-LD preview updates as you type — errors shown immediately
- 🖼️ WordPress Media Library integration for image fields
{
"@context": "schema.org",
"@type": "Product",
"name": "iPhone 15 Pro",
"offers": {
"@type": "Offer",
"price": 1199,
"priceCurrency": "USD"
},
"aggregateRating": {
"ratingValue": 4.8
}
} {
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "¿Cuánto cuesta el iPhone 15?",
"acceptedAnswer": { ... }
}
]
} Your URL is all it needs.
Point the AI at any page. It reads your content — headings, body text, prices, dates — detects the right schema type and generates the complete JSON-LD. You review. You approve. Done.
- 🔍 Reads your actual page content — not a guess, not a template
- 🧠 Selects the correct schema type automatically
- ✏️ Fills every field from what's already on the page
- 🔄 Not satisfied with the result? Regenerate in one click
Full control for advanced users.
Write your own JSON-LD with syntax highlighting, dynamic variables like {{post_title}} and real-time validation against Schema.org. For developers and advanced SEOs who want to own every field.
- 🎨 Syntax highlighting for clean, readable JSON-LD
- ⚡ 10 dynamic variables that resolve in real time per page
- ✅ Validation against Schema.org spec as you type
- 📋 Import/export schemas in JSON format
All your schemas. One table.
Every schema you create lives in a searchable, filterable table. Filter by type, URL or status. Bulk activate, deactivate or duplicate. Export to CSV. Import from spreadsheet. Designed for sites with hundreds of pages.
- 🔍 Search and filter by type, URL, date and status
- ⚡ Bulk actions: activate, deactivate, delete, duplicate
- 📤 CSV import/export for backup and site migration
- 🔧 Maintenance tools to clean up outdated schemas
Control how your link looks everywhere.
Custom meta title and description for every page. Open Graph for Facebook, LinkedIn and WhatsApp. Twitter Cards. Live preview of exactly how your content renders — before you publish.
- 🏷️ Custom meta title and description per page or post
- 📱 Open Graph for Facebook, LinkedIn and WhatsApp
- 🐦 Twitter Cards with image, title and custom description
- 👁️ Live preview: Google, Facebook and Twitter — side by side
Three steps to rich snippets
Install once. The rest is guided.
Install & activate
Upload to WordPress, activate, and you're in. An interactive tutorial runs automatically — nothing to configure before your first schema.
Build your schemas
Use the Visual Builder, the AI Generator or the Manual Editor. Assign each schema to its URL. It goes live immediately — no cache to clear.
Manage & optimize
One central table for all your schemas. Set meta tags, social previews and bulk actions from the same WordPress panel.
Installation
WordPress 5.8+, PHP 7.4+, MySQL 5.6+. Four steps. Under three minutes.
Upload the plugin
Upload the plugin folder to wp-content/plugins/ or install directly from Plugins → Add New → Upload Plugin.
Activate
Activate Schemafy from the Plugins page. The database table is created automatically — no manual setup required.
Open the dashboard
Find Schemafy in the WordPress sidebar. The interactive tutorial launches on first open and walks you through every feature.
Create your first schema
Open the Visual Builder, pick a schema type — Organization is a good start for your homepage — fill the fields and save.
When you activate the plugin, the database table is created automatically and an interactive tutorial walks you through every feature. Nothing to configure manually.
Technical Reference
Dynamic variables, injection priorities and advanced configuration.
// Schemafy injects schemas into wp_head automatically
// Injection priorities:
// SEO meta tags → priority 1
// Social media → priority 2
// JSON-LD schemas → priority 5
// Dynamic variables available in the JSON Editor:
// {{post_title}} → Title of the current post/page
// {{post_url}} → URL of the current post/page
// {{post_date}} → Publication date
// {{post_modified}} → Last modification date
// {{post_excerpt}} → Post excerpt
// {{post_thumbnail}} → Featured image URL
// {{author_name}} → Author name
// {{site_name}} → WordPress site title
// {{site_url}} → WordPress site URL
// {{site_logo}} → Site logo URL All schemas are automatically injected into the <head> of your site. Dynamic variables are resolved in real time based on the context of the current page.
17 schema types. Every use case.
From product pages to recipes, from local businesses to software apps — each type has dedicated fields built to Google's specification.
{
"@context": "https://schema.org",
"@type": "Product",
"name": "iPhone 15 Pro Max",
"description": "El iPhone más avanzado con chip A17 Pro y cámara de 48MP.",
"brand": {
"@type": "Brand",
"name": "Apple"
},
"offers": {
"@type": "Offer",
"price": 1199,
"priceCurrency": "USD",
"availability": "InStock"
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": 4.8,
"reviewCount": 2847
}
}All 17 types included in every plan
Desde Article y Product hasta JobPosting y Service. Cada tipo con templates y campos completos.
Start free. Scale when ready.
Every plan includes real-time validation, 17 schema types and a 30-day guarantee. No credit card for the free plan.
Start with schema markup at no cost.
- ✓ Smart Builder (Article, Product, Organization)
- ✓ Full Meta Tags Manager
- ✓ Open Graph + Twitter Cards
- ✓ Gutenberg Sidebar
- ✓ Export schemas JSON
For content creators and growing sites.
- ✓ Everything in Free
- ✓ Smart Builder (17 schema types)
- ✓ Manual JSON Editor with validation
- ✓ Import schemas JSON
Most Popular For businesses ready to scale their Google presence.
- ✓ Everything in Basic
- ✓ Auto-Generator (automatic detection)
- ✓ JobPosting schema
- ✓ Bulk tools (Fix Errors, Clean Orphans, Remove Duplicates)
- ✓ Bulk meta tags CSV import
For SEO teams and high-traffic sites.
- ✓ Everything in Mid
- ✓ AI Schema Generator (GPT-4o)
- ✓ Restaurant schema
- ✓ SoftwareApplication schema
- ✓ Priority support
What happens when schemas are done right
From site owners, SEO managers and agencies.
"I stopped opening Google's documentation every time I needed to add schema. The Visual Builder has every field already labeled — I fill it in and the JSON-LD is there. Saved me hours every week."
"We manage schemas for 50+ client sites. The Rich Snippets Manager lets us search, filter and bulk-update across all of them from one table. What used to take half a day now takes 20 minutes."
"Product pages started showing prices and star ratings in Google search within two weeks of installing. The WooCommerce integration was seamless — no conflicts with our existing stack."
Frequently Asked Questions
Direct answers. No marketing language.
Do I need to write any JSON to use Schemafy? ⌄
Will it conflict with Yoast, Rank Math or AIOSEO? ⌄
How many schema types are included? ⌄
How does the AI Generator decide which schema to create? ⌄
Does it work with WooCommerce? ⌄
How does Schemafy inject schemas into my pages? ⌄
Can I migrate my schemas to another site? ⌄
Support
Three ways to get unstuck — pick the one that fits.
Email Support
Write to our support team. Response guaranteed in under 24 business hours — no ticket queues, no chatbots.
Interactive Tutorial
Built into the plugin. 10 guided steps covering the Dashboard, Visual Builder, AI Generator, Rich Snippets Manager and more.
Documentation
Detailed guides for every feature: Visual Builder, JSON Editor, AI Generator, Meta Tags, REST API and dynamic variables.
Your first schema in under 2 minutes.
Install Schemafy, open the Visual Builder, choose a schema type and save. Google picks it up on the next crawl.