Guide
Website builder export formats
3 min read
453 words
Updated 14 August 2026
Wix, Squarespace, Webflow and Weebly each read a different shape: JSON, WXR-compatible XML, CMS collection CSVs, or both XML and JSON. What every one of them shares is that the importer pulls media from the live site, so the export leaves those URLs absolute.
The Wix export format generates a JSON file containing posts, pages, categories, tags, and media that can be imported to Wix.
Output Files
| File |
Description |
wix_export.json |
Complete export with all content |
Wix Content Mapping
| WordPress Source |
Wix Destination |
| Posts |
Blog posts |
| Pages |
Static pages |
| Categories |
Blog categories |
| Tags |
Blog tags |
| Featured Image |
Cover image |
| SEO Data |
SEO fields |
Usage Example
1wpexportjson export --url https://your-wordpress-site.com -f wix
The Squarespace export format generates a WXR-compatible XML file that can be imported directly into Squarespace.
Output Files
| File |
Description |
squarespace_export.xml |
Complete WXR export for Squarespace import |
Squarespace Content Mapping
| WordPress Source |
Squarespace Destination |
| Posts |
Blog posts |
| Pages |
Pages |
| Categories |
Categories |
| Tags |
Tags |
| Media |
Media library items |
Usage Example
1wpexportjson export --url https://your-wordpress-site.com -f squarespace
Importing to Squarespace
- Log in to your Squarespace account
- Go to Settings > Advanced > Import/Export
- Click Import
- Select WordPress as the source
- Upload
squarespace_export.xml
The Webflow export format generates CSV files compatible with Webflow CMS import.
Output Files
| File |
Description |
webflow_posts.csv |
Blog posts as CMS items |
webflow_pages.csv |
Static pages |
webflow_categories.csv |
Categories |
webflow_authors.csv |
Authors |
webflow_export.json |
Complete JSON backup |
Webflow Content Mapping
| WordPress Source |
Webflow Destination |
| Post Title |
Name |
| Post Slug |
Slug |
| Post Content |
Post Body |
| Post Date |
Published On |
| Author |
Author reference |
| Categories |
Categories (multi-reference) |
| Tags |
Tags |
| SEO Data |
SEO fields |
Usage Example
1wpexportjson export --url https://your-wordpress-site.com -f webflow
The Weebly export format generates both XML and JSON files for maximum compatibility.
Output Files
| File |
Description |
weebly_export.xml |
WXR-compatible XML export |
weebly_export.json |
JSON export with posts and pages |
Usage Example
1wpexportjson export --url https://your-wordpress-site.com -f weebly