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

# Publishing

> Push generated content to WordPress, Elementor, and other platforms.

WisePilot connects to your publishing platforms so you can push content directly from the app to production — no copy-pasting between systems.

## Publishing Flow

The typical publishing workflow:

1. **Generate content** — Use any [content creation](/content-creation/overview) tool to produce a draft
2. **Edit and review** — Refine in the [longform editor](/content-creation/longform-editor) or preview
3. **Configure metadata** — Set SEO titles, meta descriptions, categories, and tags
4. **Publish** — Push to your website with one click, or schedule for a specific date

## Destinations

<CardGroup cols={2}>
  <Card title="WordPress & Elementor" icon="wordpress" href="/publishing/wordpress-elementor">
    Publish blog posts, pages, and Elementor-structured content
  </Card>

  <Card title="Elementor Templates" icon="layer-group" href="/publishing/elementor-templates">
    Import site templates and generate page content that matches your design
  </Card>
</CardGroup>

## What Gets Published

| Content Type         | Destination           | Format                                                |
| -------------------- | --------------------- | ----------------------------------------------------- |
| **Blog posts**       | WordPress             | HTML with formatting, images, and SEO metadata        |
| **Landing pages**    | WordPress + Elementor | Elementor JSON with section structure and widget data |
| **Commercial pages** | WordPress + Elementor | Elementor JSON from your imported templates           |
| **CTA data**         | WordPress ACF fields  | Structured data per CTA position                      |

## Publishing vs. Exporting

* **Publish** pushes content directly to your WordPress site via API. The content goes live (or to draft) on your website.
* **Export** generates Elementor JSON that you can import manually via the Elementor editor. Use this when you want more control over the final layout.

Both options are available from the asset detail view.

## Pre-Publish Checklist

Before publishing any content, verify:

* **SEO metadata** — Title tag and meta description are set and optimized
* **Images** — Featured image and inline images are generated or uploaded
* **CTAs** — Call-to-action elements are configured with tracking attributes
* **Internal links** — Cross-links to related content are included
* **Target ICP alignment** — Content speaks to the intended audience

<Tip>Publish to WordPress as a **draft** first, then preview on your site before making it live. This catches formatting issues that aren't visible in WisePilot's editor.</Tip>
