Cloud Nine

Avatar

About IT things and others.

NuclesのSEO対策 sitemap.xml
2月 11, 2008 0

NP_SEOSitemapsの導入で、sitemap.xmlを自動生成する方法

Nuclesのプラグインの一覧からNP_SEOSitemapsを探してくる。
 ↓
NP_SEOSitemaps」。
 ↓
上記のページからファイルを落としてきます。
 ↓
あとは、展開して、インストール

  1. 「/nucleus/plugins/」の中に「NP_SEOSitemaps.php+seositemapsフォルダ」をアップロード
  2. 「管理画面」から「プラグイン管理」へ行き、「登録リストのアップデート」をする
  3. .htaccessに下記の内容を追加
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?virtualpath=$1 [L,QSA]

 ↓
あとは、ブログのurlとsitemap.xmlをGoogle ウェブマスターツールYahoo! Site Explorerに登録

ぼくの場合「http://memo.linemoving.com/sitemap.xml」で終了!!

Tags:

Related posts

Real Time Analytics