> ## Documentation Index
> Fetch the complete documentation index at: https://docs.synscribe.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How to export a landing-page pillar to your site

> Get pillar data out of Synscribe and onto your website.

Landing pages live as data in Synscribe; to make them real pages, open the landing-page pillar, set up
the export, and map it onto your site. Export JSON for a code-based frontend (e.g. Next.js) or
CSV for a CMS (Webflow / WordPress / Framer / Wisp.blog). Publish the spoke pages (`/uses/<slug>`) and
top pages first, then make sure they're in `sitemap.xml` and reachable from the homepage via the hub
before you [index them](/platform/index-gsc-sitemap).

## Choose the format

| Your site                                      | Export |
| ---------------------------------------------- | ------ |
| Code-based frontend (e.g. a Next.js site)      | JSON   |
| CMS (Webflow / WordPress / Framer / Wisp.blog) | CSV    |

> ❓ **\[needs Raymond]** There's no built-in "code/GitHub" publishing *platform* (the Platforms
> list is Webflow/WordPress/Framer/Wisp.blog), so code-based sites consume the **JSON export**
> directly. Confirm the canonical hand-off for code sites (repo import? build step?). See the
> [gap register](/gap-register).

## Steps

1. In the landing-page pillar, set up the export (JSON or CSV per the table above).
2. Export the pillar data.
3. Set up the page template on your site to map to the data. Start with the `/uses/<slug>`
   spoke pages before the hub page.
4. Publish the top pages first, then work through the rest.
5. Make sure the pages are in `sitemap.xml` and reachable from the homepage via the hub
   ([§1.8](/theory/internal-linking-authority)), then
   [index them](/platform/index-gsc-sitemap).

## Small things worth knowing

On a landing page you can edit the slug directly (useful when slugs conflict; conflicts show a
warning icon), set the category, and mark a page published or not, so you can export only the
published ones.

**Related:** [2.3.2 Generate landing pages](/platform/generate-landing-pages) · **SOP:** [3.1 Month-1 (Week 2)](/sops/onboarding-month-1)
