# Locking blog posts

Locksmith can search for and lock an *entire* blog, but doesn't search for individual blog posts/articles by default. If you type in "news" (or the title of your blog), you should be able to lock the whole blog, but that'll include every article in there by default.

To lock a *specific* blog post/article, try tagging it in your "Blog posts" page in the Shopify admin area, and then search for that tag in Locksmith. When you search for the tag, it will display as "articles tagged with...":

<figure><img src="/files/NhDSWd53qDiKl9JeUB6F" alt=""><figcaption></figcaption></figure>

For more about how to add tags to blog posts, please visit Shopify's guide, below:\
\
[Add tags to a blog post<br>](https://help.shopify.com/en/manual/online-store/blogs/writing-blogs#add-tags-to-a-blog-post)

{% hint style="info" %}
After adding tags to your blog posts, if the tag doesn't show up right away when searching for it in-app, click on the "Update Locksmith" button on the *Help* page in the app. It should sync up in a minute or so.
{% endhint %}

{% hint style="danger" %}
Locksmith ***cannot*** block RSS feeds from locked blogs.
{% endhint %}


---

# 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://www.locksmith.guide/tutorials/more/locking-blog-posts.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.
