This plugin provides sitemaps for your website: a Google Sitemap and a Yahoo! Sitemap.
| General Plugin info | |
|---|---|
| Author: | Niels Leenheer |
| Current Version: | 0.5 |
| Download: | NP_SitemapExporter.zip |
| Code: | NP_SitemapExporter code |
| Demo: | Google sitemap of kgblog and Yahoo Sitemap of kgblog and with NP_FancierURL2 google site map for digi-foto-blog.de and Yahoo sitemap of digi-foto-blog.de |
| Forum Thread: | here |
The URLs for your blog are shown on the plugin overview page of your admin area.
The URLs have the following formats. For Google:
http://yourdomain.com/yourdirectory/action.php?action=plugin&name=SitemapExporter&type=google
For Yahoo:
http://yourdomain.com/yourdirectory/action.php?action=plugin&name=SitemapExporter&type=yahoo
RewriteEngine on RewriteRule ^sitemap.xml$ /action.php?action=plugin&name=SitemapExporter&type=google [L] RewriteRule ^urllist.txt$ /action.php?action=plugin&name=SitemapExporter&type=yahoo [L]
leave off the RewriteEngine on line if it already exists in your .htaccess file and each RewriteRule should be on a single line.
NP_SitemapExporter version 0.5 works with Nucleus CMS 3.31 - 2007-10-29 kg