> For the complete documentation index, see [llms.txt](https://help.seoon.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.seoon.io/blog/third-party-blog-posts.md).

# Third-party blog posts

When you create blog posts using third-party apps or use custom code in Shopify Blog editor and then try to edit them in Avada SEO On Blog, you may encounter formatting inconsistencies. This happens because different apps structure and format blog content in different ways.

### Who should be aware of this?

This guide is for Shopify merchants who:

* Use multiple blog editing tools
* Already created blog posts with other apps
* Switching to SEO On Blog for their content

### Why does this happen?

When Avada SEO On Blog tries to interpret content created in other apps, it might not understand all the custom elements or formatting instructions.

#### Different system structures

Each blog editing app uses its own unique system to format and structure content:

* Different HTML markup
* Custom formatting elements
* Proprietary content blocks
* Unique styling methods

#### Incompatible custom code

* May not be recognized by our system
* Could conflict with our app's functionality
* Might create security vulnerabilities
* Can cause performance issues

### What problems might you experience?

When editing third-party blog posts in our app, you might notice:

#### Format changes

* Misaligned text and images
* Incorrect spacing between paragraphs
* Lost styling elements (bold, italic, lists)
* Broken layouts in mobile view

#### Interface conflicts

* Custom formatting tools may not work as expected
* Image placement options might become limited
* Dynamic elements might stop functioning

#### Content loss risks

* Sections of your post might disappear
* Images could become unlinked
* Previous versions of posts might become inaccessible

### How to avoid these issues

Here are steps you can take to work smoothly with your blog content:

#### For new blog posts:

1. Choose one blog editor and stick with it consistently
2. If using SEO On Blog, create all new content directly in our app
3. Take advantage of our SEO optimization tools from the start

#### For existing third-party blog posts:

1. Contact our support team immediately
2. Do not make additional edits until the issue is resolved
3. Document any specific problems you're experiencing


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.seoon.io/blog/third-party-blog-posts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
