Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Sitemaps relatively easy to setup, follow these instructions...
x00
MVP
1) extract plug-in to plugins folder.
2) Point to /plugin/sitemaps/build in a browser
3) Check in cache that there is a sitemaps folder, and there are some sitemaps files in it.
4) In dashboard create a route expression: sitemap.([^\.]+).xml, target: cache/sitemaps/sitemap.$1.xml, type:internal.
You can view the site map index at /sitemaps.$1.xml, it list the sitemap location, which you can view also.
2) Point to /plugin/sitemaps/build in a browser
3) Check in cache that there is a sitemaps folder, and there are some sitemaps files in it.
4) In dashboard create a route expression: sitemap.([^\.]+).xml, target: cache/sitemaps/sitemap.$1.xml, type:internal.
You can view the site map index at /sitemaps.$1.xml, it list the sitemap location, which you can view also.
grep is your friend.
0
Comments
This XML file does not appear to have any style information associated with it. The document tree is shown below.
404
Page not found.
After step 4, I visited /sitemap.index.xml and It gave me the link to my sitemap.
Thanks again
sitemaps.$1.xml is a regex substitution.
grep is your friend.
http://www.delayofgame.ca/sitemap.index.xml
I just get:
404 Page not found.
sitemaps.index.xml with the above contents and sitemap.5a181a7368794f045fcb2d8953de5fc7010a14e4.xml with what appears to be a real sitemap.
what should I do?
grep is your friend.
grep is your friend.
http://www.delayofgame.ca/sitemap.fb47ad097dd2fe79036a274b3f3fb1605578bf5d.xml 2011-09-09
perfect. thanks.
Originally the sitemap spec was only one, now it is possible to have more than one,hence the index.
grep is your friend.
grep is your friend.
-------------------------------------
"General HTTP error: 404 not found
We encountered an error while trying to access your Sitemap. Please ensure your Sitemap follows our guidelines and can be accessed at the location you provided and then resubmit."
-------------------------------------
What could be reason? I could access sitemap from 2 diffrent pc.
" Error: The last attempt at downloading the Sitemap failed. The details below are representative of the last successful download."
"General HTTP error: 404 not found
We encountered an error while trying to access your Sitemap. Please ensure your Sitemap follows our guidelines and can be accessed at the location you provided and then resubmit."
"Unsupported file format
Your Sitemap does not appear to be in a supported format. Please ensure it meets our Sitemap guidelines and resubmit."
google says it supports index files.
I didn't write this plugin btw, but it wouldn't be that hard to modify it to submit the sitemap itself preferably through curl, wordpress plugin does that. You could also have a dynamic robots.txt also using routes.
grep is your friend.
grep is your friend.
grep is your friend.
There are a plethora of WordPress plugins that make sitemaps for WordPress... but they don't touch other apps in the domain, like Vanilla.
So would it then be best to create a sitemap using a plugin like this one for Vanilla and submit it to Google Webmaster Tools, thus providing for 2 sitemaps for the same domain: one for WordPress and another for Vanilla?
What do you guys think?
grep is your friend.
grep is your friend.