WixでAIボットをブロックする方法
WixはURLにrobots.txtを直接編集する機能が制限されていますが、メタタグとWix独自の設定で対応できます。
方法①:Wix SEO設定からrobots.txtを編集
- Wix管理画面 → 「SEO」→「詳細SEO」に移動
- 「robots.txt」セクションを開く
- 以下を追加:
User-agent: GPTBot
Disallow: /
User-agent: ClaudeBot
Disallow: /
User-agent: PerplexityBot
Disallow: /
User-agent: Google-Extended
Disallow: /
User-agent: CCBot
Disallow: /
User-agent: Diffbot
Disallow: /
User-agent: Bytespider
Disallow: /
User-agent: Amazonbot
Disallow: /
User-agent: OAI-SearchBot
Disallow: /
User-agent: anthropic-ai
Disallow: /
User-agent: YouBot
Disallow: /
User-agent: cohere-ai
Disallow: /
User-agent: MistralBot
Disallow: /
方法②:ページごとにnoindexタグを設定
Wixの各ページSEO設定から「AI検索エンジンへの表示を無効」オプションを有効にします(2025年以降のWixで対応)。
STUDIOでAIボットをブロックする方法
日本発のノーコードCMS「STUDIO」では、プロジェクト設定からrobots.txtを直接編集できます。
STUDIO robots.txt設定手順
- STUDIOの管理画面 → 「設定」→「SEO」に移動
- 「robots.txt」欄に上記のコードを貼り付け
- 「保存」して公開
STUDIOの注意点
STUDIOのサブドメイン(xxx.studio.site)を使用している場合、ルートドメインのrobots.txtは編集できません。カスタムドメインを設定してから対応してください。
設定後の確認方法
設定後、ブラウザで https://yourdomain.com/robots.txt にアクセスして、追加したコードが反映されているか確認しましょう。
# curlで確認
curl https://yourdomain.com/robots.txt | grep -A1 "GPTBot"
ブロック後もアクセスを監視する重要性
robots.txtを設定しても、一部のAIボットは無視してクロールを続けます。AI Access Monitorでは、robots.txt設定後も実際のAIボットアクセスを継続監視し、違反証拠を記録します。