Description
When you have a large number os posts it’s impossible to create sitemaps by
using pseudocron or hooks like save_post
. This plugin will
require a system cron schedule to visit a secret URL and trigger the sitemap
dump procedure.
It splits the sitemaps into 50,000 URLs each, and also tries to stabilize the
memory usage during the run, doing small queries and using a limited buffer
to write the files.
If you don’t have administration privileges over your server, you can use a
cron job provider on the
Internet. If you do, please report your experience for the other users.
Installation
- Download and activate the plugin.
- Make sure you web server user can write on the
wp-content/sitemaps folder. - Go to the ‘Settings > Sitemap Files Generator’ page and test the generation
using your secret link. You should see the sitemaps in your log file and status
table. - Submit the
wp-content/sitemaps/index.xml
sitemap in Google
Webmasters. - Schedule a cron job in your server or a cron job
provider.
FAQ
- Installation Instructions
-
- Download and activate the plugin.
- Make sure you web server user can write on the
wp-content/sitemaps folder. - Go to the ‘Settings > Sitemap Files Generator’ page and test the generation
using your secret link. You should see the sitemaps in your log file and status
table. - Submit the
wp-content/sitemaps/index.xml
sitemap in Google
Webmasters. - Schedule a cron job in your server or a cron job
provider.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Sitemap Files Generator” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Sitemap Files Generator” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.01
- First version. That’s it.
0.02
- Bug fix: don’t override first value of the public_query_vars array