logo
WordPress Plugin v1.7.4

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.

AI Schema Generator 17 Schema Types Real-Time Validation Works with Yoast
+30%
Average CTR increase
17
Schema types, zero JSON
10
Dynamic variables
100%
Google-compliant output

Works alongside the tools already in your stack

WordPress
WooCommerce
Yoast SEO
Rank Math
All in One SEO
Gutenberg
What schema actually does

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.

Con Schemafy
Sin Schema Markup
Google
🔍iPhone 15 Pro Max comprar
TodoImágenesShoppingNoticias
Cerca de 142,000,000 resultados (0.48 segundos)
🛒
Tu Tienda Online
https://tutienda.com › productos › iphone-15-pro
iPhone 15 Pro Max - Comprar Online | Tu Tienda

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...

📱
Tech Store MX
https://techstore.mx › celulares › apple
Apple iPhone 15 Pro Max 256GB | Tech Store

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...

📱
🛒
Tu Tienda Online
https://tutienda.com › productos › iphone-15-pro
iPhone 15 Pro Max - Comprar Online | Tu Tienda
★★★★4.9 (2,847 reseñas)

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.

$1,199 USDEn Stock🚚 Envío gratis
📱
📱
Tech Store MX
https://techstore.mx › celulares › apple
Apple iPhone 15 Pro Max 256GB | Tech Store
★★★★4.7 (1,234 reseñas)

El iPhone 15 Pro Max con titanio de grado aeroespacial, el material más resistente usado en un iPhone.

$1,249 USDDisponible
📈
+30%
Aumento en CTR
🏷️
16
Tipos de Schema
10
Variables Dinámicas

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.

Visual Builder

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
🏗️ Smart Builder
Product
📰Article
🛍️Product
FAQ
📍Local
📅Event
iPhone 15 Pro Max
The most advanced smartphone...
$1,199
USD
★★★★★4.8
{ } JSON-LD ✓ Valid
{
  "@context": "schema.org",
  "@type": "Product",
  "name": "iPhone 15 Pro",
  "offers": {
    "@type": "Offer",
    "price": 1199,
    "priceCurrency": "USD"
  },
  "aggregateRating": {
    "ratingValue": 4.8
  }
}
Template: Product with Ratings
Preview Save Schema
🤖 AI Schema Generator
Powered by AI
1 Selecciona una URL
https://tutienda.com/blog/guia-iphone-15
Generar con AI
2 Análisis de contenido
Título y encabezados
Estructura del contenido
Imágenes y media
Preguntas detectadas (FAQ)
Tipo detectado: FAQPage
3 Schema generado
{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "¿Cuánto cuesta el iPhone 15?",
      "acceptedAnswer": { ... }
    }
  ]
}
✓ JSON válido · ✓ Schema.org válido
Rechazar Aprobar y Guardar
AI Generator

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
Manual Control

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
Editor JSON Manual
Format Minify Validate
1 {
2 "@context": "https://schema.org",
3 "@type": "Article",
4 "headline": "{{post_title}}",
5 "url": "{{post_url}}",
6 "datePublished": "{{post_date}}",
7 "author": {
8 "@type": "Person",
9 "name": "{{author_name}}"
10 },
11 "publisher": {
12 "name": "{{site_name}}"
13 }
14 }
Líneas: 14Chars: 347
JSON Válido
📋 Rich Snippets Manager
Validate AllFix ErrorsCleanup
24
Total
18
Activos
6
Inactivos
0
Errores
3 seleccionados | ActivarDesactivarExportarEliminar
🔍Buscar schemas...
Tipo ▼ Estado ▼
Schema / URLTipoEstadoAcciones
Homepage Organization
tutienda.com/
Organization Activo
✏️📋🗑️
Product iPhone 15
tutienda.com/iphone-15
Product Activo
✏️📋🗑️
FAQ Envíos
tutienda.com/faq
FAQPage Activo
✏️📋🗑️
Blog Guía Compra
tutienda.com/blog/guia
Article Inactivo
✏️📋🗑️
Contacto Local
tutienda.com/contacto
LocalBusiness Activo
✏️📋🗑️
Mostrando 1-5 de 24
1 2 3
Central Management

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
Meta & Social

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
🔎Google Search Preview
Desktop Mobile
🌐
tutienda.com › productos › iphone-15
iPhone 15 Pro Max - Mejor Precio | Tu Tienda Online
Descubre el nuevo iPhone 15 Pro Max con chip A17 Pro y cámara de 48MP. Envío gratis, garantía oficial y las mejores ofertas del mercado.
Meta Title:54/60
Meta Desc:148/160
📘Facebook
📱
tutienda.com
iPhone 15 Pro Max - Tu Tienda
El smartphone más avanzado con chip A17 Pro...
🐦Twitter / X
📱
iPhone 15 Pro Max - Tu Tienda
Descubre el nuevo iPhone 15 Pro Max...
🔗 tutienda.com

Three steps to rich snippets

Install once. The rest is guided.

01

Install & activate

Upload to WordPress, activate, and you're in. An interactive tutorial runs automatically — nothing to configure before your first schema.

02
🏗️

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.

03
🚀

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.

1

Upload the plugin

Upload the plugin folder to wp-content/plugins/ or install directly from Plugins → Add New → Upload Plugin.

2

Activate

Activate Schemafy from the Plugins page. The database table is created automatically — no manual setup required.

3

Open the dashboard

Find Schemafy in the WordPress sidebar. The interactive tutorial launches on first open and walks you through every feature.

4

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.

Good to know

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.

Inyección & Variables Dinámicas
// 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
📝 Nota

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.

Vista previa en tiempo real
🎨Editor Visual
$
★★★★★4.8
{ }JSON-LD Generado
{
  "@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
  }
}
Schema válido - Listo para Google

All 17 types included in every plan

Desde Article y Product hasta JobPosting y Service. Cada tipo con templates y campos completos.

📰 Article Top Stories
🛍️ Product Product Snippets
🏪 LocalBusiness Knowledge Panel
FAQPage FAQ Dropdowns
📅 Event Event Listings
🍳 Recipe Recipe Cards
Review Review Stars
📋 HowTo Step-by-Step
🎬 VideoObject Video Carousel
💼 JobPosting Google Jobs
🎓 Course Course Info
🏢 Organization Knowledge Panel
👤 Person People Card
🌐 WebPage Sitelinks
🔗 BreadcrumbList Breadcrumbs
🔧 Service Service Info
💻 SoftwareApplication App Ratings

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.

Starter
Free

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
Free forever
Basic
Basic

For content creators and growing sites.

  • Everything in Free
  • Smart Builder (17 schema types)
  • Manual JSON Editor with validation
  • Import schemas JSON
Cancel anytime
Most Popular
Mid
Mid

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
Best value for teams
Pro
Pro

For SEO teams and high-traffic sites.

  • Everything in Mid
  • AI Schema Generator (GPT-4o)
  • Restaurant schema
  • SoftwareApplication schema
  • Priority support
Contact for quote

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."

MC
María Castro
SEO Manager @ TechStartup

"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."

JR
Jorge Ramírez
Founder @ Digital Agency Pro

"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."

AL
Ana López
E-commerce Owner

Frequently Asked Questions

Direct answers. No marketing language.

Do I need to write any JSON to use Schemafy?
No. The Visual Builder generates JSON-LD automatically as you fill in form fields — no syntax to learn. For users who want full code control, the Manual Editor is also available with syntax highlighting, dynamic variables and real-time validation against Schema.org.
Will it conflict with Yoast, Rank Math or AIOSEO?
No. Schemafy detects existing meta tags from Yoast, Rank Math, All in One SEO, SEOPress and The SEO Framework and coexists without conflicts. Keep your current SEO plugin — Schemafy handles the schema layer specifically, without overlapping.
How many schema types are included?
17: Article, Product, FAQPage, LocalBusiness, Organization, Event, Recipe, HowTo, Review, Course, Person, VideoObject, WebPage, BreadcrumbList, Service, JobPosting and SoftwareApplication. Each has dedicated form fields built to match Google's Rich Results specification.
How does the AI Generator decide which schema to create?
It reads the actual content of the URL you provide — headings, body text, prices, dates, questions and images. From that, it selects the most appropriate schema type and fills every relevant field. You review the result before anything is saved.
Does it work with WooCommerce?
Yes. Product schemas support prices, availability status (InStock, OutOfStock, PreOrder and five more options), ratings and reviews — mapped to WooCommerce fields automatically. The Gutenberg block integration also works inside the WooCommerce product editor.
How does Schemafy inject schemas into my pages?
As JSON-LD script tags in the <head> of each page — the format Google recommends. SEO meta tags load at priority 1, social media tags at priority 2 and schema markup at priority 5. Everything loads before the main content so crawlers find it immediately.
Can I migrate my schemas to another site?
Yes. Export all schemas as a CSV — name, URL, type, JSON-LD, meta tags, status and creation date. Edit in any spreadsheet editor if needed. Import into another site; the importer validates each row and shows you errors line by line.

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.

No credit card required

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.

Free plan, forever Works with WordPress 6.x All 17 schema types included