February 1, 2007
6:33 pm
Simple Yahoo Sitemap Plugin
Simple Yahoo Sitemap plugin generate a compatible Yahoo sitemap. To make a use of it, you must already have a working sitemap.xml generator plugin, once you have installed a plugin that generate that file you can use Simple Yahoo Sitemap.
Installation & usage:
- Download Simple Yahoo Sitemap plugin and extract to a local folder.
- Open extracted sys.php file with a word editor and edit $sitemap var, with your sitemap.xml URL.
- Upload sys.php file to wp-content/plugins/ folder.
Don't active it by menu. - Go to your blog root and edit the .htacess as shown under:
# BEGIN WordPress
<ifmodule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^urllist\.([txt|txt\.gz]+)$ /wp-content/plugins/sys.php [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</ifmodule># END WordPress
- That's all, now to notify Yahoo about the sitemap, click this URL in your browser:
http://it.search.yahoo.com/free/request?ei=UTF-8&.scrumb=rbNafHrJWPq
Simple Yahoo Sitemap, Plugin, WordPress, blog, blogging
Loading

Leave a comment »