esprits top Esprit's Style

    -    エンジニアの足つぼ    -

キーワード

〆 検索エンジンで利用される情報を登録します

<meta name="description"~ >

利用されていない可能性が大ですが、念のため。

<html>
<head>
<title>  ~  </title>
<meta name="description" content="文書の要約">
<meta name="keywords" content="キーワード">
<meta name="author" content="製作者名">
</head>
<body>
  ~ 
</body>
</html>
HTML
 File  Edit  Tool  Help
_


〆 検索エンジンのロボット(Googlebot, Yahoo!Slurp)の自動情報検索の設定

<meta name="robots" content="~" > content="index, follow" : ロボット検索を許可 content="noindex,nofollow" : ロボット検索を禁止 content="noindex,follow" : インデックス登録を禁止し、このページのリンクをたどることを許可。 content="index,nofollow" : インデックス登録を許可し、このページのリンクをたどることを禁止。

<html>
<head>
<title>  ~  </title>
<meta name="description" content="文書の要約">
<meta name="keywords" content="キーワード">
<meta name="author" content="製作者名">
<meta name="robots" content="index, follow">
</head>
<body>
  ~ 
</body>
</html>
HTML
 File  Edit  Tool  Help
_


Googleクローラ用の設定

〆 サイトのホームページをGoogleクローラに知らせる確認タグです。

<meta name="verify-v1" content="?????????">

Googleのクローラがサイトのはじめのページ(index.htm, index.html)を 探すのに利用します。追加しておいてもよいでしょう。 contentに設定する文字列は、サイトごとに異なりますので、Googleのサイトで 確認してください。

index.htmlのヘッダ部分にのみ(<head>~</head>)記述しておきます。
<html>
<head>
<meta http-equiv="Content-Type"content="text/html; charset=Shift_JIS"
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<title> ~ </title>
<meta name="verify-v1" content="UMcCrJ8ZwXZVHiBe6KzqaEhmzg3SZw=">
</head>
<body>   ~  </body>
</html>
_
The link to this site is free.   /   Last Updated : 28.May.2012   
Copyright © ESPRITS STYLE. 2003-2007   /   ご意見、感想、苦情は、 こちらへ...
counter