すべてのカテゴリ » インターネット・パソコン » インターネットサービス

質問

終了

忍者ブログなんですが、特にgoogleの検索ロボットにヒットしなくなるにはhtmlのどこに何を書けばいいですか?
他の検索エンジンにもヒットさせたくないので、設定方法をお願いします。

  • 質問者:ゲノム
  • 質問日時:2010-02-01 02:31:01
  • 0

並び替え:

Blog の仕様に因りますが…。

例えば、一般の検索エンジンの場合、<head>~</head>内に以下のMETAタグを記述。

<meta name="ROBOTS" content="noindex,nofollow,noarchive">

Google の場合は、meta name に "googlebot" を指定。

<meta name="googlebot" content="noindex,nofollow,noarchive">

例)

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="ja">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">

<meta name="ROBOTS" content="noindex,nofollow,noarchive">
<meta name="googlebot" content="noindex,nofollow,noarchive">

<link rel="stylesheet" href="http://mkimpo.blog.shinobi.jp/css/" type="text/css">
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://mkimpo.blog.shinobi.jp/RSS/">
<link rel="alternate" type="application/atom+xml" title="ATOM" href="http://mkimpo.blog.shinobi.jp/ATOM/">
<title> </title>
</head>
<body>


</body>
</html>


 [Google(検索エンジン)に検索されたくない]
 http://www.daioh.net/PC/web/web01/pc-web11.htm


自分のサイトを Google のインデックスから削除する方法は下記のヘルプを参考に。

 Google から自分のコンテンツを削除する - ウェブマスター ツール ヘルプ
 http://www.google.com/support/webmasters/bin/answer.py?hl=jp&answer=156412

更新Ping設定を無効に設定する事も忘れずに。
(管理ページ⇒環境設定メニュー⇒ブログ詳細設定)

  • 回答者:LOFT (質問から12時間後)
  • 0
この回答の満足度
  

関連する質問・相談

Sooda!からのお知らせ

一覧を見る