logo

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

ColumnDescription
schema_nameDescriptive name of the schema
urlTarget page URL
schema_typeType (Article, Product, FAQ, etc.)
schema_dataJSON-LD content (stringified)
meta_titleSEO meta title
meta_descriptionSEO meta description
is_active1 = active, 0 = inactive