> For the complete documentation index, see [llms.txt](https://docs.globo.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.globo.io/filter/configure-search-redirect.md).

# Configure search redirect

✨With the **Smart Product Filter & Search** app, you can **redirect customers to a specific URL** when they search for certain keywords. This is useful for guiding users to landing pages, collection pages, promotion pages, or any custom destination based on their search input.

***

### ✅ Step-by-Step Guide to Configure Search Redirect

#### ⚡️Step 1: Open the Redirect Settings

1. In your Shopify admin, open the **Smart Product Filter & Search** app.
2. From the left-hand menu, go to **Search** → **Redirects**.

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

***

#### ⚡️Step 2: Create a New Redirect Rule

1. Click the **“Add search redirect”** button.
2. In the **Queries** field, enter the keyword or phrase that should trigger the redirect.
   * You can enter multiple keywords, separated by commas.
3. In the **Redirect to** field, enter the full link (URL) where you want users to be redirected.
   * Example:  `https://globo.io/`

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

***

#### ⚡️Step 3: Save Your Settings

* Click **Save** to apply the rule.
* From now on, any time a user searches for the defined keyword(s), they will be taken directly to the URL you set.

***

### 💡 Tips

* Make sure the redirect keyword is relevant and commonly used by your visitors.
* Always double-check that the URL you're redirecting to is live and accessible.
* Redirect rules only apply when a search term **exactly matches** the keywords you enter.

***

### 📝Example

Let’s say you add this redirect:

* **Keyword:** `sale`
* **Redirect URL:** `/collections/summer-sale`

When someone types **“sale”** into the search box, instead of showing search results, they’ll be taken directly to your Summer Sale collection.

***

### 💬 Need Help?

If you need help setting this up, we’re happy to assist!\
📧 Reach out to us at **<contact@globo.io>**


---

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

```
GET https://docs.globo.io/filter/configure-search-redirect.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.
