Beginner2min read
Installation
System requirements, installation steps, and how to verify Schemafy is working correctly.
Current version
Schemafy v1.7.4 — latest stable release.
System requirements
| Component | Minimum | Recommended |
|---|---|---|
| WordPress | 5.8 | 6.0+ |
| PHP | 7.4 | 8.1+ |
| MySQL | 5.6 | 8.0+ |
| HTTPS | Recommended | Required for some schema properties |
Installation steps
- Upload the plugin folder to
wp-content/plugins/— or install via Plugins → Add New → Upload Plugin - Activate Schemafy from the Plugins page
- Open Schemafy in the WordPress sidebar
- Follow the interactive guided tutorial (launches automatically on first visit)
What happens on activation
Schemafy sets up automatically:
- Creates the
wp_baseo_custom_schemastable in your database - Registers the Schemafy menu in the WordPress sidebar
- Launches the interactive welcome tutorial (10 guided steps)
- Registers meta fields for posts, pages and WooCommerce products
No manual configuration needed before your first schema.
Verify the installation
- Create a schema from the Smart Builder
- Assign it to any URL on your site
- Visit that page → right-click → View Page Source
- Search for
<script type="application/ld+json">inside the<head> - Your schema should be there, injected and ready for Google to read
Was this page helpful?
Thanks for the feedback!