カスタム Web サイトを Rovo に接続する
This connector allows you to do a search crawl and index of your website to show in Rovo Search results and use in Rovo Chat and Agents.
What is indexed?
The custom website connector indexes these objects:
Web pages (mime type:
text/html
)Text files (mime type:
text/plain
)
For each object, it indexes these attributes:
名前
URL
createdDate
最終更新日
説明
ページ コンテンツ
はじめる前に
This connector can only crawl secure (https) websites that you own.
ドメインまたはサブドメインを確実に所有するためには、クロール対象の Web サイトの robots.txt ファイルを編集できることが必要です。
We encourage you to review what pages are available on your website. All Rovo users will have access to all content available to the crawler (including content using any configured authentication).
robots.txt を編集する
Web サイトの robots.txt ファイルを編集できる必要があります。robots.txt ファイルについて理解していない場合は、「robots.txt の書き方」を参照するか、Web サイトの管理者にお問い合わせください。
少なくとも、Web サイトにある既存の robots.txt ファイルに次の行を追加する必要があります。
User-agent: atlassian-bot
User-agent: *
だけではクロールは許可されず、atlassian-bot
行を含める必要があることに注意してください。
クロール対象の Web サイトがサブドメイン (https://support.vitafleet.com/
など) である場合、robots.txt ファイルはドメインではなく、そのサブドメイン (https://support.vitafleet.com/robots.txt
) にある必要があります (https://www.vitafleet.com/robots.txt
の編集は機能しません)。
Be aware that your robots.txt file, including this atlassian-bot
edit, is always visible to the public (unless your site requires authentication).
さらに robots.txt に特定の許可ルールまたは禁止ルールを追加すると、コネクタはそれらのルールに従います。次に例を示します。
User-agent: atlassian-bot
Disallow: /not-useful/
このルールでは、Rovo に対して、/not-useful/
の下のコンテンツを除き、サイトのすべての公開ページをインデックス化することを許可しています。
Authentication options
The connector currently supports crawling sites with:
No authentication (public sites)
Basic authentication (username/password, without a login page)
Basic authentication
Crawling a site with basic authentication means that Rovo will index all content with the username and password provided in the setup form.
This is suitable when your organisation has sites that aren’t public, but also don’t require individual permissions (for example, some intranets or internal knowledge bases).
You will still need to edit the robots.txt file on your authenticated site.
Broad content access
Connecting a site with basic authentication means that every Rovo user on your site will have access to all content available to the provided username and password.
Rovo will not respect individual permissions for this site.
Web サイトに接続してクロールする
アトラシアンの管理でカスタム Web サイトのセットアップ画面を開きます。
移動 [アトラシアンの管理] に移動します。組織が複数ある場合は、対象の組織を選択します。
[設定] > [Rovo] の順に選択します。
Under Sites, next to the site you want to connect, select Add connector.
[カスタム Web サイト] を選択して [次へ] を押します。
クロールをセットアップします。
クロール対象のサイトの Web サイト名を入力します。
ドメインの完全な URL を追加します。プロトコル (
https://
) を含めてください。Rovo によるサイトのインデックス化の頻度を選択します。
Choose your authentication method and fill in any applicable fields.
データの使用に関する情報を確認して同意します。
[Connect] を選択します。
次のステップ
クロールのセットアップが完了したら、次の手順に従います。
サイトのクロールとインデックス化はすぐに開始されます。
ぺージは、数時間かけて徐々に自身とチームの検索に表示されるようになります。
Web サイトのぺージ数によっては、Web サイトのすべてのコンテンツがインデックス化されて検索に表示されるまでに時間がかかる場合があります。
この内容はお役に立ちましたか?