> For the complete documentation index, see [llms.txt](https://help.impact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.impact.com/brand/zh/what-would-you-like-to-learn-about/performance-program/recruiting-partners/extended-search/extended-search-best-practices.md).

# 扩展搜索最佳实践

为了在寻找合作伙伴时取得最佳效果，您可以采取一些具体措施，最大化 Extended Search 的收益。

#### 关键词

以下是关于如何最大化关键词使用价值的最佳实践。

* **在将术语输入 Extended Search 之前，先在搜索引擎中搜索它**.

  由于搜索引擎的工作方式与扩展搜索类似，最好先在搜索引擎中检查您想使用的关键词，看看这些关键词会带来哪些类型的结果。如果出现了太多竞争对手或零售网站，请尝试使用本节中的提示来优化搜索，以更好地锁定您期望的合作伙伴。
* **使用基于内容的搜索词。避免使用基于产品的搜索词**.
  * 思考一下您的目标合作伙伴可能会在其内容中使用哪些关键词。
  * 想想您的客户会如何找到您合作伙伴为推广您的品牌而创建的内容，以及他们可能会搜索哪些关键词来找到这些内容。

<details>

<summary>关键词搜索示例</summary>

| 基于产品/服务的术语 | 基于内容的术语      |
| ---------- | ------------ |
| 女士夏季连衣裙    | 夏季风格技巧       |
| 便宜的订婚戒指    | 如何在预算内挑选完美钻石 |
| 最佳财务软件     | 如何在线管理我的财务   |
| 网站托管优惠     | 小型企业网站创意     |
| 旅游比价网站     | 北美旅游博客       |

</details>

* **使用相关语言进行搜索**.

  如果您搜索的是英语以外的语言，请确保您的关键词使用的是您希望搜索的目标语言。避免使用英文关键词来查找非英语使用者或国家的结果。
* **避免使用过于宽泛的术语**.

  通常，任何带有“最佳”“热门”“趋势”“新闻”“博客”“推荐”等词语的关键词，都会引入大型内容网站或传统联盟网站。相反，可以使用“小工具趋势”而不是“小工具”，以获取更多内容网站，或者在结果中排除内容网站。
* **避免使用复数形式的词语**.

  这有助于减少出现倒计时式列表的数量。例如，如果您搜索“最佳金融博客”，您更可能得到金融博客的“前十”列表，而不是带有创建者联系信息的真实金融博客。相反，您应该搜索“金融博客”或“理财建议博客”。
* **避免使用“购物车”“配送”“免费”“试用”等词，以免筛选出过多零售网站**.

#### 在找到联系信息时进行外联

先熟悉合作伙伴的网站和社交资料，确保他们的声音和形象与您的品牌一致，并避免在第一次联系时显得过于泛泛。

请记住，您只有一次机会留下良好的第一印象。以介绍您自己、您的品牌以及建立合作伙伴关系的兴趣作为外联邮件的开头。解释为什么您认为双方合作会是一个双赢且互利的良好匹配。

包含一个鼓励进一步沟通的行动号召。

{% hint style="info" %}
**行动号召示例**

* “如果您对此感兴趣，请回复此邮件以获取更多详情。”
* “请在向我们的计划提交申请后告诉我一声，这样我们就可以尽快批准您。”
  {% endhint %}

别忘了简要提及您在特价、独家优惠等方面能够提供什么，并确保提及任何对投放机会或赞助帖子的兴趣。

#### 在没有找到联系信息时进行外联

如果您需要联系多个合作伙伴，请创建一段简短的消息模板，以便复制并粘贴到联系表单中。

* **在合作伙伴的网站或社交资料中搜索信息**。联系信息通常会列在网站页脚或社交账号简介中的“联系我们”“商家支持”或“与我们合作投放广告”按钮下。如果简介中没有信息，可以考虑在社交平台内向他们发送直接消息，并请他们进一步讨论商业合作机会。
* **在公司的 LinkedIn 页面上找到联系人并与其建立联系**。确保联系对象合适。您应当寻找合作、广告、营销或公关团队中的员工，并避开与此无直接相关的团队。
* **在他们的网站或博客上填写联系表单**。如果联系表单是唯一公开可用的联系方式，请填写表单并询问广告和合作机会的最佳联系人是谁。


---

# 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://help.impact.com/brand/zh/what-would-you-like-to-learn-about/performance-program/recruiting-partners/extended-search/extended-search-best-practices.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.
