twitter関連サービス1


ツイッタータイムラインのアイコンが
リールになったスロットマシン

twitter関連サービス2


OpenLaszloで開発された
ツイッター検索表示サービス
【2010/3/12twinavi掲載!!】

事業者情報



植林で地球温暖化防止に貢献中☆

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

  • 2008年11月28日(金) 14:40 JST
  • 閲覧件数
    533
備忘録
  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に登録。以上終了。