NP_SitemapExporter

This plugin provides sitemaps for your website: a Google Sitemap and a Yahoo! Sitemap.

Installing

  1. Unzip the file and upload the contents to your plugin directory
  2. Install the plugin in the admin area

How to use the plugin

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

Available SkinVars and/or TemplateVars

  • no Vars

Options

  • Ping Google after adding a new item
  • Alternative Google Sitemap URL
  • Alternative Yahoo! Sitemap URL
  • Include this blog in the Sitemap Exporter

Tips and Tricks

  • The category names are not shown in combination with NP_FancierURL2 lower than version 0.4. Please use version 0.4 and higher to avoid this problem.
  • To use the alternate paths for your sitelists, your might need to add some code like this to your .htaccess file:
  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.

Wishlist

Bugs

History

  • unknown

Plugin review

NP_SitemapExporter version 0.5 works with Nucleus CMS 3.31 - 2007-10-29 kg

sitemapexporter.txt · Last modified: 2009/08/17 22:33 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki