# 쇼핑몰에서 회원이 특정 키워드로 검색시 특정 페이지로 이동되도록 할 수 있나요?

<mark style="color:blue;">쇼핑몰에서 회원이 검색했을 경우 해당 제품의 검색결과가 보여지는 것이 아닌</mark> \ <mark style="color:blue;">특정 페이지로 이동되도록 설정이 가능해요.</mark>&#x20;

***

## 관리자 메뉴 위치&#x20;

`설정` > `상품 설정` > `상품 화면 설정` > `검색 홍보문구 설정`

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

## 설정 방법

{% stepper %}
{% step %}
원하는 단어를 입력하세요.

예) 자켓
{% endstep %}

{% step %}
\[연결페이지] 버튼을 클릭해 원하시는 페이지 주소를 입력해 주세요.

예) 자켓 상품이 등록되어 있는 별도의 페이지 url
{% endstep %}

{% step %}
쇼핑몰 검색창에서 '자켓' 입력해서 검색을 하면 2번에서 입력한 페이지로 이동돼요.
{% endstep %}
{% endstepper %}

{% hint style="success" %}
기**능 활용 TIP**

마스크 판매와 같이 한정수량 판매 이벤트를 할 경우 회원당 구매개수에 제한을 설정하고 진행하면 돼요.&#x20;
{% 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://help.makeshop.co.kr/faq/product/undefined/undefined-11.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.
