Jenilyn / googlesitemapgenerator

Automatically exported from code.google.com/p/googlesitemapgenerator
Apache License 2.0
0 stars 0 forks source link

Sitemap contains this faulty URL #179

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Sitemap Generator Runs
2. Review .xml file for errors

What is the expected output? 
<url>
  <loc>http://www.alltimefavorites.com/</loc>
  <lastmod>2011-10-29T12:34:06Z</lastmod>
  <changefreq>always</changefreq>
  <priority>0.3</priority>
</url>

What do you see instead?
<url>
  <loc>http://www.alltimefavorites.com//</loc>
  <lastmod>2011-10-29T12:34:06Z</lastmod>
  <changefreq>always</changefreq>
  <priority>0.3</priority>
</url>

What version of the product are you using? On what operating system?
apache linux  Red Hat 4.xxxx

Please provide any additional information below.

Where is it getting that faulty URL from?

with the // ?

AND 

This does not exist

<url>
  <loc>http://www.alltimefavorites.com/local/ceremony-music/Ceremony-Music--Variety-Pop-Jazz-Showtunes/Tennessee/cities.htm</loc>
  <lastmod>2011-07-15T05:59:48Z</lastmod>
  <changefreq>always</changefreq>
  <priority>0.3</priority>
</url>

but it is finding URLs with "cities.htm" in them and I don't want it to.

Original issue reported on code.google.com by atfbr...@gmail.com on 27 Dec 2011 at 1:54

GoogleCodeExporter commented 8 years ago
URL collectors  Status      Show details
Webserver filter    Running     Hide
Number of collected URLs    0
Log parser  FAILED      Hide
Time of most recent log process     2011-12-26 22:01:31
Number of collected URLs    0
File scanner    Disabled        Detail
Sitemap creators    Status  URLs in Sitemap     Settings    Show details
Web     Running     748626  Edit    Hide
Time of most recent Sitemap file generation     2011-12-27 03:31:31
Number of URLs in most recent generated Sitemap file    748626

Original comment by atfbr...@gmail.com on 27 Dec 2011 at 1:56

GoogleCodeExporter commented 8 years ago
This is invalid also

<url>
  <loc>http://www.alltimefavorites.com/local/AV-Rental/AV-Rental-Projectors/Minnesota/St.htm</loc>
  <lastmod>2010-08-25T16:01:15Z</lastmod>
  <changefreq>hourly</changefreq>
  <priority>0.1</priority>
</url>

there is no such URL

does not change hourly either.

Original comment by atfbr...@gmail.com on 27 Dec 2011 at 2:01