<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>inkdesign - html,css,webのあれこれ &#187; ライティング</title>
	<atom:link href="http://www.inkdesign.jp/v5/tag/writing/feed" rel="self" type="application/rss+xml" />
	<link>http://www.inkdesign.jp/v5</link>
	<description>hibernation.</description>
	<lastBuildDate>Tue, 20 Jan 2009 11:22:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>この文章はダミーです</title>
		<link>http://www.inkdesign.jp/v5/2008/04/22/dummytext.html</link>
		<comments>http://www.inkdesign.jp/v5/2008/04/22/dummytext.html#comments</comments>
		<pubDate>Mon, 21 Apr 2008 16:58:11 +0000</pubDate>
		<dc:creator>hiloki</dc:creator>
				<category><![CDATA[weblog]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[ライティング]]></category>

		<guid isPermaLink="false">http://www.inkdesign.jp/?p=18</guid>
		<description><![CDATA[おっと、これはミスでなく、本記事のタイトルです。
ブログ用でHTML+CSSのtipsなどを紹介するときよく「この文章はダミーです」という文章を流し込みます。それを外部ネットワークのクライアントなどに見せるため、本番サー [...]]]></description>
			<content:encoded><![CDATA[<p>おっと、これはミスでなく、本記事のタイトルです。<br />
ブログ用で<strong>HTML+CSS</strong>のtipsなどを紹介するときよく「この文章はダミーです」という文章を流し込みます。それを外部ネットワークのクライアントなどに見せるため、本番サーバにアップしちゃったままにすると&#8230;<br />
<span id="more-18"></span><br />
<a href="http://209.85.175.104/search?hl=ja&#038;client=firefox&#038;rls=org.mozilla%3Aja%3Aofficial&#038;hs=6fJ&#038;q=%E3%81%93%E3%81%AE%E6%96%87%E7%AB%A0%E3%81%AF%E3%83%80%E3%83%9F%E3%83%BC%E3%81%A7%E3%81%99&#038;btnG=%E6%A4%9C%E7%B4%A2&#038;lr=lang_ja">Google「この文章はダミーです」での検索結果</a></p>
<p>約 6,670 件のヒット！</p>
<p><a href="http://209.85.175.104/search?hl=ja&#038;client=firefox&#038;rls=org.mozilla%3Aja%3Aofficial&#038;q=%E3%81%93%E3%81%AE%E6%96%87%E7%AB%A0%E3%81%AF%E3%83%80%E3%83%9F%E3%83%BC&#038;btnG=%E6%A4%9C%E7%B4%A2&#038;lr=lang_ja">「この文章はダミー」</a>にすると、約 183,000 件のヒット&#8230;。</p>
<p>別にこの文章で検索する人は多くないですが、こうして晒してみると、大手コーポレイトサイトとかもヒットすることもあって、あんまり良いものとはいえません。</p>
<h2>インデックスされないために</h2>
<ol>
<li>metaタグにロボット用のタグをいれる
<pre lang="html"><meta name="robots" content="noindex,nofollow"></pre>
</li>
<li>robots.txtでロボット用の記述を書く
<pre lang="html">User-Agent : *
Disallow : /test/
</pre>
<p>※「http://aaa.co.jp/test」ディレクトリにダミーページがあるときに、ルート階層にこのファイルをアップ</li>
</ol>
<p>前者は単体ページの場合、後者はディレクトリ以下の多くのページの<strong>インデックス</strong>を避けたい場合に使えます。</p>
<p>基本的に、<strong>Google Webmaster Tools</strong>のようにサイトマップを登録してインデックスをおこなうサービスを使っていない、またはインデックスされているサイトからリンクを張らない限りは、ダミーのページが表に出ることはありません。</p>
<p>こうした対処というのはあくまで「念のため」みたいなものなので、もしも不要なデータであればサーバ上からダミーページを削除することをおすすめします。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.inkdesign.jp/v5/2008/04/22/dummytext.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

