bing - Microsoft Search Engine

ようやく bing にこのサイトが掲載されました。

クローラーが毎日検索していたことを考えると、サイトの存在性のチェック、更新頻度のチェック、外部リンクのチェックなどを行い、期間と基準を満たしたときに掲載されるのでしょう。

サイト登録をしてからちょうど1週間で掲載です。

robots.txt

User-agent: *

SiteMap: http://your_site_URL/sitemap.xml

Disallow:

sitemap.xml (UTF-8)

<?xml version="1.0" encoding="UTF-8"?>

<urlset

      xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"

      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

      xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9

            http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">

<!-- created with Free Online Sitemap Generator www.xml-sitemaps.com -->

<url>

  <loc>http://your_site_URL/</loc>

  <priority>1.00</priority>

  <lastmod>2009-06-05T00:51:04+00:00</lastmod>

  <changefreq>hourly</changefreq>

</url>

<url>

 :

 :

</url>

</urlset>

設置した robots.txt と sitemap.xml のサンプルです。

登録した後は我慢して待つのみ。