備忘録
- Dokuwikiの管理画面で、「Googleサイトマップ作成頻度(日数)」に1以上を入れる。
- ファイルをあらかじめ作成
$ touch sitemap.xml.gz
$ chmod 777 sitemap.xml.gz
- ブラウザからhttp://URL/lib/exe/indexer.php?debug=1
runIndexer(): started
metaUpdate(): started
runSitemapper(): started
runSitemapper(): using sitemap.xml.gz
runSitemapper(): creating sitemap using 58 pages
runSitemapper(): pinging google
runSitemapper(): Google Webmaster Tools - Sitemap Notification Received・・・
runSitemapper(): pinging yahoo
runSitemapper(): Update notification has successfully submitted.
runSitemapper(): pinging microsoft
runSitemapper():
runSitemapper(): finished
|
これで作成されたsitemap.xml.gzをGoogleに登録。以上終了。