google sitemap

サイトマップ生成ツール

mkdir sitemap
tar zxvf sitemap_gen_1.5.tar.gz
config.xml を作成
python /home/zzz/sitemap/sitemap_gen.py –config=/home/zzz/sitemap/config.xml
—> /home/zzz/public_html/sitemap.xml

ウェブマスター ツール
サイトを追加
メタタグをindex.htmlへ追加 —> 確認
サイトマップを追加

cron
/home/zzz/backup.cron 作成
su
cd /etc/cron.dairy
ln -s /home/zzz/backup.cron .
(毎朝4:00にバックアップ cf. /etc/crontab)