Smart Schema
Markup for WordPress
Generate structured data with AI, manage meta tags, social media and analyze your SEO — all from WordPress, without touching code.
Compatible and integrated with the tools you already use
The power of
Schema Markup
Transform the way Google understands your content. Rich snippets that stand out and increase your CTR.
Smart Builder Visual
Create schemas with an intuitive visual form. Choose from 17 schema types, use pre-loaded templates and see the JSON-LD in real time.
AI Schema Generator
Select a URL and AI analyzes your content to automatically generate the most appropriate schema with all fields completed.
SEO Health Analyzer
Full audit with 20 SEO checks evaluating schema markup, meta tags, technical SEO and content quality with a score from 0 to 100.
The Visual Impact
Slide to see the difference between a common result and one optimized with Schemafy.
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.
Key Features
Visual Smart Builder, AI Generator, real-time validation, bulk management, meta tags, social media and complete SEO analysis.
Smart Builder
Visual builder with forms for 17 schema types. Pre-loaded templates, dynamic fields and real-time JSON-LD preview.
AI Schema Generator
AI analyzes your page content and automatically generates the appropriate schema. Review, edit and approve before saving.
Real-Time Validation
Instant verification of JSON syntax, Schema.org structure, required fields and compliance with Google guidelines.
Rich Snippets Manager
Manage all your schemas from a central table with search, filters, bulk actions, CSV import/export and maintenance tools.
Meta Tags & Social Media
Control meta titles, descriptions, Open Graph and Twitter Cards for each page. Live previews of Google, Facebook and Twitter.
SEO Health Analyzer
Audit with 20 checks evaluating schema coverage, meta tags, technical SEO and content quality. Score 0-100 with recommendations.
Smart Builder
Create perfect schemas without touching code. Visual interface with intuitive forms that automatically generate JSON-LD for all 17 supported schema types.
- 🎨 17 schema types with dedicated visual forms
- 📄 Pre-loaded templates for each type (Blog Post, Product, FAQ, Event...)
- 🔧 11 field types: text, image, date, select, array, group and more
- 👁️ Real-time JSON-LD preview as you fill in fields
- 🖼️ Integration with WordPress Media Library for images
{
"@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": { ... }
}
]
} AI Schema Generator
Select any URL from your site and AI automatically analyzes the content to generate the most appropriate schema with all fields completed.
- 🔍 Automatically analyzes titles, text, images, prices and dates
- 🧠 Detects the most appropriate schema type based on content
- ✏️ Generates complete JSON-LD that you can review and edit
- 🔄 Regenerate the schema if the result is not what you expected
Manual JSON Editor
For advanced users who prefer full control over JSON-LD. Editor with syntax highlighting, dynamic variables and real-time validation.
- 🎨 Syntax highlighting for JSON-LD
- ⚡ Dynamic variables: {{post_title}}, {{site_url}} and more
- ✅ Real-time validation against Schema.org spec
- 📋 Schema import/export in JSON format
Rich Snippets Manager
Manage all your schemas from a central table with search, filters, bulk actions, CSV import/export and maintenance tools.
- 🔍 Search and filters by type, URL, date and status
- ⚡ Bulk actions: activate, deactivate, delete, duplicate
- 📤 CSV Import/Export for migration and backup
- 🔧 Maintenance and schema cleanup tools
Meta Tags & Social Media
Control meta titles, descriptions, Open Graph and Twitter Cards for each page. Live previews of how your content appears on Google, Facebook and Twitter.
- 🏷️ Custom meta titles and descriptions per page
- 📱 Open Graph for Facebook, LinkedIn and WhatsApp
- 🐦 Twitter Cards with image, title and description
- 👁️ Real-time preview of Google, Facebook and Twitter
SEO Health Analyzer
Full audit with 20 checks evaluating schema coverage, meta tags, technical SEO and content quality. Score 0-100 with actionable recommendations.
- 📊 Global score 0-100 with breakdown by category
- ✅ 20 checks in 4 categories: Schema, Meta, Technical, Content
- 💡 Specific and actionable recommendations for each issue
- 📈 Track improvements with score history
How It Works
In just 3 simple steps, your site will have perfect structured data.
Install & Activate
Upload the plugin to your WordPress and activate it. Navigate to Schemafy in the sidebar menu and follow the interactive guided tutorial.
Create Your Schemas
Use the Smart Builder, the manual JSON Editor or the AI Generator to create schemas. Assign each schema to the corresponding URL.
Manage & Optimize
Manage all your schemas from the Rich Snippets Manager. Configure meta tags, social media and run the SEO Health Analyzer.
Installation
Requires WordPress 5.8+, PHP 7.4+ and MySQL 5.6+. Installation in 4 simple steps.
Upload the plugin
Upload the plugin folder to the wp-content/plugins/ directory of your WordPress or install it from Plugins → Add New → Upload Plugin.
Activate the plugin
Activate Schemafy from the Plugins page. The plugin will automatically create its database table (wp_baseo_custom_schemas).
Navigate to Schemafy
Find Schemafy in the WordPress sidebar menu. The Dashboard will open with the interactive welcome tutorial.
Create your first Schema
Use the Smart Builder to create an Organization schema for your homepage. Select the type, fill in the fields and save.
When you activate the plugin, the wp_baseo_custom_schemas table will be created automatically and an interactive tutorial will guide you through all the features.
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.
Schema Builder
Create perfect schemas without touching code. Intuitive visual interface that automatically generates JSON-LD.
{
"@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
}
}17 schema types available
Desde Article y Product hasta JobPosting y Service. Cada tipo con templates y campos completos.
Plans & Pricing
Choose the perfect plan for your needs. All include a 30-day guarantee.
Perfect for getting started with basic schema markup.
- ✓ 1 website
- ✓ Smart Builder (17 types)
- ✓ Real-time validation
- ✓ Basic Meta Tags
- ✓ Community support
Ideal for freelancers and small businesses.
- ✓ 5 websites
- ✓ AI Schema Generator
- ✓ Manual JSON Editor
- ✓ Full Rich Snippets Manager
- ✓ SEO Health Analyzer
- ✓ Social Media (OG + Twitter)
- ✓ CSV Import/Export
- ✓ Email support
Most Popular For agencies and companies that need maximum control.
- ✓ Unlimited websites
- ✓ Everything in Professional
- ✓ Full REST API
- ✓ Gutenberg Sidebar integration
- ✓ Post Editor Meta Boxes
- ✓ Advanced bulk actions
- ✓ Maintenance tools
- ✓ Priority support 24/7
Custom solutions for large organizations.
- ✓ Everything in Business
- ✓ Guaranteed SLA 99.9%
- ✓ Custom development
- ✓ Dedicated account manager
- ✓ Team training
- ✓ Security audits
What our Customers Say
Thousands of professionals trust Schemafy to improve their SEO.
"Schemafy's Smart Builder is incredible. I created schemas for 17 different types without touching a single line of JSON. The pre-loaded templates save a lot of time."
"We manage over 50 sites and the Rich Snippets Manager lets us manage hundreds of schemas from a single table. Bulk actions and CSV export are essential for our agency."
"I implemented Schemafy in my WooCommerce store. Product schemas with prices, availability and reviews show directly in Google. The Gutenberg integration is perfect."
Frequently Asked Questions
Answers to the most common questions about Schemafy.
Do I need coding skills to use Schemafy? ⌄
Is it compatible with other SEO plugins? ⌄
How many schema types does it support? ⌄
How does the AI Schema Generator work? ⌄
Can I use Schemafy with WooCommerce? ⌄
What does the SEO Health Analyzer include? ⌄
How are schemas injected into my site? ⌄
Can I import and export schemas? ⌄
Support
Need help? We are here for you.
Email Support
Contact the BASEO team for technical support. Guaranteed response in less than 24 business hours.
Interactive Tutorial
Guided tour built into the plugin with 10 steps explaining Dashboard, Smart Builder, AI Generator, Rich Snippets and more.
Complete Documentation
Detailed guides for each feature: Smart Builder, JSON Editor, AI Generator, Meta Tags, REST API and more.
Your first schema in 2 minutes
Install Schemafy, open the Smart Builder, choose a schema type and save. Google detects it on your next crawl.