LoginSignup
12
14

More than 5 years have passed since last update.

検索エンジンにインデックスさせない方法(robots.txt)

Posted at
robots.txt
User-Agent: *
Disallow: /

*(ワイルドカード)はすべての検索エンジンが対象。
Disallowでクロールさせないページを指定。
上記の場合はサイト全体が範囲。例えばabc.htmlやabcディレクトリのみクロールさせない場合は下記のような記述

robots.txt
User-Agent: *
Disallow: /abc.html
Disallow: /abc/
12
14
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
12
14