SchemaGrove gives WordPress site owners a visual way to build accurate, connected structured data. Instead of hand-writing JSON-LD, you model a page’s people, organizations, articles, products, places, offers, and other Schema.org entities as a graph you can see and inspect.
Connect entities, choose their properties, bind values to WordPress content, validate the result, and preview the exact compiled JSON-LD before it can appear on the front end. SchemaGrove Lite provides the complete per-content graph workflow and does not require an external service.
Build structured data visually
- Build graphs for posts, pages, products, and other selected public post types in a focused visual canvas.
- Search a bundled Schema.org type and property catalog and see compatible property guidance while you work.
- Begin with a content-aware starter graph, build from scratch, or import an existing graph for further editing.
- Create nested schemas, repeated values, and connected entity references without manually assembling JSON.
- Bind properties to allowlisted post, author, featured-image, date, and site values so saved graphs can follow WordPress content safely.
- Arrange graph cards manually, use the auto-organize action, and move between entity and property details without losing the structure around you.
- Export graphs for reuse or review, then inspect the exact JSON-LD produced by the server-side compiler.
Understand and publish safely
- Validate required structure and value compatibility before saving a graph.
- Publish JSON-LD only on singular content with an explicitly saved, valid graph; unresolved ownership decisions keep output safely paused.
- Use Guided Setup to define site identity, select supported content types, and make an informed schema-publishing plan.
- Coordinate with an existing SEO or structured-data plugin through clear ownership guidance. SchemaGrove does not rewrite another plugin’s saved settings.
- Explore a bounded, pannable Site Graph showing page hierarchy, internal links found in stored post content, saved schema relationships, and schema coverage.
- Work within capability checks and bounded graph, search, and compilation limits designed for predictable WordPress administration.
- Keep the workflow local: SchemaGrove Lite bundles its vocabulary, compiles in WordPress, and makes no external AI or content requests.
SchemaGrove Pro
SchemaGrove Pro is a separately purchased and distributed add-on for teams that need site-wide governance, reusable schema systems, evidence, and operational workflows. Pro extends Lite with:
- Conditional templates with a full-page visual builder, activation windows, simulation, and per-content overrides.
- A canonical entity registry for linking shared people, organizations, and other entities into post and template graphs.
- Supported, request-scoped schema-ownership integrations and collision diagnostics for common SEO and commerce plugins without changing their saved settings.
- Resumable site audits, bounded queues, schedules, automations, operational diagnostics, and a privacy-conscious local support bundle.
- Integration bindings for ACF, WooCommerce, Pods, and Meta Box.
- Local Agent Readiness evidence, crawler-policy controls, optional machine-facing interfaces, and remediation history.
- Administrator-authorized Google Search Console evidence and optional URL Inspection samples.
- Advisory Schema Copilot workflows with a deterministic local provider and an optional OpenAI provider that requires configuration, explicit data-sharing consent, and an authorized run.
- Review-required vertical packs for Local Business, Publisher, Ecommerce, Events, Courses, Jobs, and Recipes.
SchemaGrove Lite remains fully usable for every Lite feature described above. Learn more at the SchemaGrove website or read the documentation.
Privacy
SchemaGrove Lite stores schema graphs in WordPress post metadata and settings in the WordPress options table. Each saved graph also records its revision, save time, and the WordPress user ID that last edited it for concurrency and audit context. It sends no content or personal data to an external service. Suggested disclosure text is also added to WordPress’s Privacy Policy Guide.
Developer Notes
The authenticated REST namespace is schemagrove/v1. Cookie-authenticated requests use the standard wp_rest nonce; application passwords continue to work through WordPress REST authentication. Human-readable JavaScript and CSS source, pinned build dependencies, and reproducible build instructions are included in src/, package.json, package-lock.json, and README.md. Key extension hooks include schemagrove_allowed_bindings, schemagrove_binding_value, schemagrove_vocabulary_catalog, schemagrove_graph_before_save, schemagrove_graph_validation, schemagrove_effective_graph, schemagrove_compiled_json_ld, schemagrove_should_output, schemagrove_admin_config, schemagrove_is_pro_active, schemagrove_register_rest_routes, and schemagrove_loaded.