Other « Software Raid | HOME | < tag > カッコの使い方 »
■ HTML <meta> tag
Dont read from cache
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-cache">
Site keyword (can be read from some Search engine.)
<meta name="Keywords" content="HTML,CGI,SSI">
Site discription (can be read from some Search engine.)
<meta name="Description" content="HTMLリファレンスです">
Redirect (after 10 secs)
<meta http-equiv="Refresh" content="10;URL=http://xyz.com/">
For Search Robot
<meta name="robots" content="noindex,nofollow">
index = allow
noindex = not allow
follow = allow to check inside link
nofollow = not allow to check insidelink
投稿者 tomopugh : 2007年03月06日 13:03

