Information


DokuwikiのGoogleサイトマップ作成方法

  •    2008年11月28日(金) 14:40 JST 閲覧件数 1,015
備忘録
  1. Dokuwikiの管理画面で、「Googleサイトマップ作成頻度(日数)」に1以上を入れる。
  2. ファイルをあらかじめ作成
    $ touch sitemap.xml.gz
    $ chmod 777 sitemap.xml.gz
  3. ブラウザから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に登録。以上終了。