> For the complete documentation index, see [llms.txt](https://support.duplifyapp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.duplifyapp.com/using-duplify/exporting-data/blogs-and-posts.md).

# Blogs and posts

Learn how to export Shopify blogs and posts with Duplify.

Shopify blogs are collections of articles you create to share updates, stories, or other content with your audience. Each blog post can include text, images, formatting, tags, author information, and SEO settings. Exporting blogs ensures that all your content and associated metadata can be moved to other stores.

***

## Exporting blogs and posts

When you select the Blogs option in Duplify:

* All blogs and their posts are exported to your destination store.
* Each export includes the full content of the post, including formatting, images, tags, author, excerpt, blog category, and SEO information.
* You can also choose to export associated metafields and metaobjects using the checkboxes for individual blog posts.

***

## Export events

Duplify tracks export events to determine the size of your store’s export. Each event represents one data item or file. Your plan provides a specific number of monthly export events.

#### Blog post export events

* Each blog post exported counts as one export event, regardless of content length or number of images.

For more details on export events across Duplify, see our [Export events reference guide](/using-duplify/export-events.md).


---

# 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://support.duplifyapp.com/using-duplify/exporting-data/blogs-and-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.
