How to Export Your UniLink Pages (Backup or Transfer Page Data)

By UniLink May 02, 2026 11 min read
How to Export Your UniLink Pages (Backup or Transfer Page Data)


How to Export Your UniLink Pages (Backup or Transfer Page Data)

Download a complete snapshot of any UniLink page as a JSON file to back it up or move it to another account.

  • Export a page from Dashboard → Pages → select page → Export → choose JSON format → download.
  • The exported JSON includes all blocks, settings, and design configuration — but not analytics history.
  • The exported file can be re-imported into any UniLink account, making it useful for agency client handoffs.

Your UniLink pages represent hours of design work, content writing, and configuration. Before making major structural changes, transferring a client to their own account, or simply keeping a recoverable snapshot of your current setup, exporting your page data is the right move. UniLink's page export feature lets you download any page's complete structure as a portable JSON file that can be re-imported into any account. It is a simple action that provides a meaningful safety net.

What Page Export Does

Page export serializes a complete UniLink page — every block, its content, its settings, and the page-level design configuration — into a JSON file that you can download and store. The JSON format is human-readable if you need to inspect it, and machine-readable for reimport. Every block type is supported: Banner, Links, Products, Contacts, Course, Video, and all others. Block order, block-level design overrides, and nested configurations are all preserved.

The export is a snapshot in time. It captures the state of the page at the moment you trigger the export. Analytics data — view counts, click-through rates, conversion events — is not included in the export. That data is tied to the live page and its history in the UniLink platform. If you are exporting as a backup before changes, know that you are backing up structure and content, not performance history. If you need analytics data, export it separately from the Analytics section before making changes.

The primary use cases for page export are backup before major changes, transferring a page between UniLink accounts, and agency client handoffs. For agencies on the Agency plan, export is the standard way to give a client their page when they are ready to manage it independently — you export from your agency account, they import into their own account, and the page appears exactly as you built it with all settings intact.

How to Get Started

  1. Navigate to Dashboard → Pages. Log in at app.unilink.us and click Pages in the sidebar. You will see all pages in your account listed with their status and last modified date.
  2. Select the page you want to export. Click the page name to open it, or click the three-dot menu (⋯) on the page card in the list view. The three-dot menu provides quick access to export without opening the full page editor.
  3. Click Export. In the three-dot menu, click Export. A dialog appears confirming what will be included in the export (blocks, settings, design) and what will not (analytics, published URL history).
  4. Choose the format. UniLink currently exports in JSON format. The format selector in the export dialog may show additional options in the future. For now, confirm JSON is selected.
  5. Download the file. Click Download. Your browser downloads a file named after your page slug with a .json extension (e.g., my-page-export-2024-11-01.json). Save it to a secure location — a cloud backup folder or a client project folder.

How to Use Page Export

  1. Back up before a major redesign. Before restructuring a page's block layout or switching design themes, export the current version. If the new design does not work out, you can import the backup and restore the page to its previous state without losing any block content.
  2. Transfer a page to a client's own UniLink account. Export the page from your account, then ask the client to go to their Dashboard → Pages → Import and upload the JSON file. The page appears in their account exactly as it was in yours, ready to publish at their own username.
  3. Duplicate a page across accounts. If you have multiple UniLink accounts (e.g., one per brand or client), export a page from one account and import it into another. This is faster than rebuilding the page from scratch, especially for template-style layouts you use repeatedly.
  4. Export multiple pages for a client handoff. Select each page you want to hand off, export them one by one, and organize the JSON files in a folder named after the client. Provide this folder to the client alongside import instructions. For bulk exports across many pages, contact UniLink support — batch export tools may be available on the Agency plan.
  5. Import a previously exported page. In Dashboard → Pages, click Import, upload the JSON file, and confirm. UniLink creates the page as a draft with all blocks and settings intact. Review the imported page, update the slug if needed, and publish when ready.

Key Settings

SettingWhat It DoesRecommended
Export format Determines the file format for the downloaded page data (currently JSON) JSON is the only format for reimport — use it for all backup and transfer purposes
What is included All blocks, block content, page settings, and design configuration Verify the included data is complete by opening the JSON file in a text editor and checking for your page title and block types
What is excluded Analytics data, published URL history, connected integrations (Stripe keys, etc.) Export analytics separately from the Analytics dashboard if you need that data; reconnect integrations manually after import into a new account
Import destination The JSON can be imported into any UniLink account — not restricted to the source account Import into the target account and review the page before publishing — some settings (custom domain, integrations) may need updating
Exported file naming Files are named with the page slug and export date by default Rename files immediately after download to include client name or project context — default names are easy to confuse after a few exports
Tip: Build a habit of exporting pages before any significant change — a design refresh, a major block restructure, or a content overhaul. Store exports in a dated folder (e.g., client-name/backups/2024-11-01/). This lightweight backup habit has saved agencies hours of reconstruction work when a "quick change" turned into a regression.

Get the Most Out Of Page Export

The most valuable use of page export for agencies is the client handoff workflow. When you build a page on behalf of a client and they are ready to take over their own UniLink account, export gives you a clean, complete transfer mechanism. The client creates their account, you export and send the JSON, they import it, and the page is live under their own username without any manual rebuilding. The only steps they need to take are updating the slug to match their username and reconnecting any integrations (like Stripe) to their own credentials.

For solo creators, the backup-before-changes workflow is the most practical application. UniLink automatically saves changes as you edit, but it does not maintain a version history that you can roll back to a specific point in time. A manual export takes fifteen seconds and gives you a complete snapshot you can restore from. Treat it like a Save Point in a video game — take one before every major change, and you never have to worry about losing work.

Be aware of what is not included in the export. Integration credentials — your Stripe API key, your Mailchimp list ID, your pixel IDs — are stored at the account level, not at the page level. When you import a page into a new account, those integrations are disconnected. You will see the blocks that referenced them (e.g., a checkout block) but the payment processing will not work until the new account's integrations are configured. Include a checklist of integrations to reconnect in your client handoff documentation.

Exported JSON files are readable in any text editor. If you want to make small bulk changes to a page — such as updating a URL that appears in multiple link blocks — you can open the JSON, search-and-replace the old URL with the new one, save the file, and re-import. This is an advanced use case and should be done carefully, but it is a legitimate workflow for power users who need to make programmatic changes to page content without using the Dashboard UI for each block.

Troubleshooting

ProblemCauseFix
Export option is not available in the page menu Account plan does not include page export, or the feature is not enabled for your role Export is available on Pro plan and above; ensure you have at least an Editor role on the account
Imported page has broken images Image URLs in the exported JSON point to the source account's media library, which is not accessible from the destination account Re-upload the images to the destination account's Media Library and update the image blocks after import
Integrations (Stripe, Mailchimp) are disconnected after import Integration credentials are account-level, not page-level, and are not included in the export Reconnect integrations in the destination account's Settings → Integrations after import
Imported page slug conflicts with an existing page in the destination account The destination account already has a page with the same slug After import, go to the imported page's settings and change the slug before publishing
  • Complete page structure captured in a portable, human-readable JSON format
  • Enables clean agency-to-client handoffs without any manual rebuilding
  • JSON can be edited in a text editor for programmatic bulk changes before re-import
  • Works across accounts — any UniLink account can import any valid exported page JSON
  • Analytics data is not included — must be exported separately if needed
  • Integration credentials are not transferred — must be reconnected in the destination account
  • Images hosted in the source account's Media Library may be inaccessible after transfer to another account
Does page export include analytics data?

No. The page export JSON contains page structure, block content, and settings only. Analytics data (views, clicks, conversions) is not included. Export analytics separately from the Analytics dashboard before changes or deletions if you need that data.

Can I export multiple pages at once?

Individual page export is the standard method. For batch exports across many pages, contact UniLink support — bulk export tools may be available on the Agency plan. For most handoffs, exporting pages one by one is manageable if you organize files systematically.

Is the exported JSON editable?

Yes. The JSON is plain text and can be opened and edited in any text editor. Advanced users can make programmatic changes before re-importing. Be careful with JSON syntax — an extra comma or missing bracket will cause the import to fail. Validate the JSON at jsonlint.com before re-importing if you have made manual edits.

Can I import a page exported from UniLink into another platform?

No. The UniLink page export format is specific to UniLink's block structure and is not compatible with other platforms like Linktree, Squarespace, or Webflow. It is designed for backup and account-to-account transfers within UniLink only.

How long is the exported file valid for import?

There is no expiry on the exported JSON file. You can import it at any time in the future. However, if UniLink adds new required block fields after the export, an old JSON may be missing those fields — the import will still succeed, but affected blocks may need manual updates after import.

  • Export a page from Dashboard → Pages → three-dot menu → Export → Download JSON.
  • The export includes all blocks, settings, and design configuration but not analytics data or integration credentials.
  • Exported pages can be imported into any UniLink account — the primary use cases are backup, client handoff, and cross-account duplication.
  • After importing into a new account, reconnect integrations and update any image URLs pointing to the source account's Media Library.
  • Build a habit of exporting before any major page change — it takes fifteen seconds and provides a full rollback point.

Protect your page work with a quick export backup. Start from Dashboard → Pages at app.unilink.us.

Create Your Free Link-in-Bio Page

Join thousands of creators using UniLink. 40+ blocks, analytics, e-commerce, and AI tools — all free.

Get Started Free