I'm coding the sitemap logic of my side-project blogging platform and I would like to know if omitting the slug in the <loc> nodes of the sitemap could be a problem for the crawlers.
Having two urls that point to the same page:
http://www.foo.com/post/213212/
http://www.foo.com/post/213212/this-talks-about-foo
could I use just links without the slug to create the sitemap?
Does it hide any drawbacks?
prioritytag. – systempuntoout Jul 21 '11 at 6:36