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

# Fix WordPress publishing warnings

> Understand and resolve warnings that can appear before or during WordPress publishing.

The Article Editor checks for common issues before you send an article to WordPress.

If everything looks ready, the Publish panel shows **Ready**. If something needs attention, it shows the number of warnings.

<Frame caption="The readiness badge tells you whether the article is ready or still has warnings to review.">
  <img src="https://mintcdn.com/pinsearch-3aae6db5/bGrF-yj1L3jUbQES/images/article-editor-and-publishing/publish-panel.png?fit=max&auto=format&n=bGrF-yj1L3jUbQES&q=85&s=ee7639b26024a0638f6808b4477e69bd" alt="Publish panel with Ready badge and WordPress publishing controls" width="360" height="345" data-path="images/article-editor-and-publishing/publish-panel.png" />
</Frame>

## What warnings mean

Warnings do not always mean publishing is impossible. They mean Pinsearch found something worth fixing before you send the article.

Some warnings block publishing, such as having no connected WordPress site. Others are quality reminders, such as missing alt text.

## Common warnings and fixes

<AccordionGroup>
  <Accordion title="No WordPress site connected">
    Connect a WordPress site in **Settings** before using **Send to WordPress**.

    You can still use **Copy** or **Download** under **Manual export** if you want to publish manually.
  </Accordion>

  <Accordion title="Select a WordPress site">
    Choose a site in the **Site** field.

    This can happen when you have connected sites but none is currently selected for this article.
  </Accordion>

  <Accordion title="Missing title">
    Add a clear article title at the top of the editor.

    The title is used for the WordPress post title and for manual export.
  </Accordion>

  <Accordion title="Empty article body">
    Add or restore article content in the editor body.

    WordPress needs article content to create a useful post.
  </Accordion>

  <Accordion title="No featured image selected">
    Open the **Image** tab, select an image, and click **Feature**.

    A featured image helps WordPress themes and previews show the post more clearly.
  </Accordion>

  <Accordion title="Some images are missing alt text">
    Open the **Image** tab, select each image, and fill in **Alt text**.

    Keep alt text short, descriptive, and specific to the image.
  </Accordion>

  <Accordion title="Some images need a public URL before WordPress upload">
    WordPress needs to fetch images from a public web URL before Pinsearch can attach them to a post.

    If this warning appears, save the article, check the affected image, and try publishing again. If it keeps happening, use manual export and upload that image directly inside WordPress.
  </Accordion>

  <Accordion title="SEO metadata warning after publishing">
    Sometimes WordPress accepts the post but does not accept SEO metadata from Pinsearch.

    If the post was created, open it in WordPress and enter the SEO title or meta description in your SEO tool manually.
  </Accordion>
</AccordionGroup>

## If warnings remain

After fixing a warning:

1. Click **Save**.
2. Recheck the **Publish** panel.
3. Send the article again when the warning count is gone or you understand what remains.

## Related guides

* [Prepare an article for publishing](/pinsearch-product-guides/article-editor-and-publishing/prepare-an-article-for-publishing)
* [Manage article images, alt text, captions, and featured image](/pinsearch-product-guides/article-editor-and-publishing/manage-article-images-alt-text-captions-featured-image)
* [Set SEO fields before publishing](/pinsearch-product-guides/article-editor-and-publishing/set-seo-fields-before-publishing)
* [Troubleshoot WordPress publishing failures](/pinsearch-product-guides/article-editor-and-publishing/troubleshoot-wordpress-publishing-failures)
