noindex
ほとんどのcrawlerのindex対象から外すときに使うmeta tag
設定方法
<meta name="robots" content="noindex">を<head>に入れる
リンク先も循環してほしくない場合はnofollowも追加する
<meta name="robots" content="noindex, nofollow">
from https://keywordfinder.jp/blog/seo/noindex-nofollow/#noindexnofollow
Reference
noindex を使用して検索インデックス登録をブロックする - Search Console ヘルプ