CSV Import & Export
Import and export schemas in CSV format
CSV Import & Export
Schemafy supports importing and exporting schemas in bulk via CSV files.
Export
Export all your schemas to a CSV file for:
- Backup purposes
- Migration to another site
- Bulk editing in a spreadsheet
- Sharing with team members
The exported CSV includes: schema name, URL, type, JSON-LD data, meta tags, 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
- Share schemas between team members
The import process validates each row and reports any errors.
CSV Format
| Column | Description |
|---|---|
| schema_name | Descriptive name of the schema |
| url | Target page URL |
| schema_type | Type (Article, Product, FAQ, etc.) |
| schema_data | JSON-LD content (stringified) |
| meta_title | SEO meta title |
| meta_description | SEO meta description |
| is_active | 1 = active, 0 = inactive |