- HTML
- 2010-11-20 - 更新:2014-07-02
この記事は最終更新日から1年以上経過しています。
【XHTML 1.0】
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="ja" xml:lang="ja" xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Script-Type" content="text/javascript" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <title>(タイトル)</title> <link rel="stylesheet" type="text/css" href="./css/index.css" /> <link rel="alternate" type="application/rss+xml" title="ROR" href="sitemap.xml" / > <script type="text/javascript" src="./js/common.js" charset="shift_jis"></script> </head> <body>
【検索エンジンに登録されたくない】
<meta http-equiv="Pragma" content="no-cache" /> <meta name="robots" content="noindex,nofollow" />
【Yahoo!のカテゴリ登録の説明よりもソースのdescriptionを優先する】
<meta name="robots" content="noydir" />