By new2drupal99 on
Hi,
I am using Xml Sitemap version: 6.x-1.1
After installing, I only can see one url in the sitemap file and which is only website root url.
Sitemap should contain all URLs of my website links. But it is showing only one link, why?
Any hint, so that sitemap show all links.
thanks,
Vikas
Comments
Have a look at
Have a look at http://drupal.org/node/264652.
"By itself, the XML Sitemap module adds only the front page of your site to the site map. Other links can be included by enabling other XML Sitemap modules"
...
Thanks lionheart8. Now I
Thanks lionheart8.
Now I installed XML Sitemap 6.x-2.0 unstable version. And it working fine.
But I have a very curious question, why it is written with "unstable" with 6.x-2.0. Is there any adverse effect? Should I use this unstable version?
Thanks,
Vikas
I would suppose it's still a
I would suppose it's still a development version and still has some issues that need resolving.
I am personally using version 1.1 which is also the "Recommended" version.
The unstable version is
The unstable version is actually quite stable itself. The whole reason the 2.0 version was created was for performance, scalability, and reliability. The reason it's in unstable phase is because the APIs aren't finalized yet and I don't want people to donwload the 'dev' builds because I don't have control over when those are generated. The dev builds may happen to be re-packaged while I'm in the middle of writing a feature or fixing a bug, and so it may not work correctly.
Once the we actually reach 2.0, we're going to recommend all users of the 1.x verisons upgrade.
Must run cron
After the XML Sitemap node, taxonomy, and/or user modules are enabled, run cron to generate the sitemap. Or you could wait for cron to run on schedule. (Tested with 6.x-1.1)
Thank you. I was wondering
Thank you. I was wondering why it was not including the stories on my site. I just enabled the XMLSitemap Node module which did the trick. :)