# FAQs

### General

<details>

<summary>How do I publish a blog post on my website using SEO On Blog?</summary>

Click Create a blog. In blog settings, select **Visible**. Click **Save** to publish blogs.

</details>

<details>

<summary>Will my blogs be updated in Shopify Blog?</summary>

All blogs created and published by SEO On Blog are synced to Shopify Blog. Draft blogs will also be synced.

Blogs in Shopify Blog will be synced to SEO On Blog.

</details>

<details>

<summary>Can I edit my blog posts after they've been published?</summary>

Yes, you can. After publishing blogs, you can still edit your blogs. You can unpublish them while editing.

</details>

<details>

<summary>How to add author information in my blog?</summary>

To show authors in your blog, you need to embed SEO On Blog in your theme.

Learn [how to show authors in blogs](/section/authors.md#show-authors-in-blog).

</details>


---

# Agent Instructions: 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:

```
GET https://help.seoon.io/faqs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
