Advanced2min read
CSV Import & Export
Import and export schemas in bulk via CSV — for backup, migration and large-scale editing.
CSV Import & Export
Manage schemas at scale using CSV files — edit in any spreadsheet application and import back in one operation.
Available on: Mid plan and above.
Export
Export all schemas to a CSV file for:
- Backup before major site changes
- Migration to another WordPress installation
- Bulk editing in Excel or Google Sheets
- Sharing schema data with team members
The exported CSV includes: schema name, URL, type, JSON-LD data, meta title, meta description, status and creation date.
Import
Import schemas from a CSV file to:
- Restore from a backup
- Migrate from another site
- Create schemas in bulk from a spreadsheet
- Deploy schemas prepared offline
The importer validates each row before processing and reports errors line by line. Valid rows are imported; invalid rows are flagged for correction.
CSV column format
| Column | Description |
|---|---|
| `schema_name` | Internal descriptive name |
| `url` | Target page URL |
| `schema_type` | Type (Article, Product, FAQPage, etc.) |
| `schema_data` | JSON-LD content (stringified JSON) |
| `meta_title` | SEO meta title |
| `meta_description` | SEO meta description |
| `is_active` | 1 = active, 0 = inactive |
Download the template from the Rich Snippets Manager → Import CSV → Download Template.
Was this page helpful?
Thanks for the feedback!