pexelclip007 / googlesitemapgenerator

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

GOOGLE GENERATOR IS CREATING THOUSANDS OF INVALID LINKS. #59

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
THE GOOGLE GENERATOR IS DOING THIS ON IT'S OWN.

What is the expected output? What do you see instead?
OUR PAGES ARE DYNAMICALLY GENERATED. - GOOGLE SITE MAP GENERATOR WAS 
GENERATING 15 THOUSAND VALID LINKS WHEN FIRST INSTALLED. NOW IT IS 
GENERATING 50 THOUSAND LINKS INCLUDING THOUSANDS OF BAD LINKS WHICH ARE A 
COMBINATION OF TWO VALID LINKS MADE INTO ONE BAD LINK. NO CHANGES WERE 
MADE WHEN THIS STARTED HAPPENING AND I HAVE RESET TO DEFAULT TO ATTTEMPT A 
FIX... NOTHING SEEMS TO FIX IT.   

LINK EXAMPLES:

valid link: http://www.truckntow.com/t-suggestions.aspx
valid link: http://www.truckntow.com/c-147036-.aspx

invalid link being generated: http://www.truckntow.com/t-
suggestions.aspx/c-147036-.aspx

What version of the product are you using? On what operating system?
    <gen:name>Google Sitemap Generator</gen:name>
    <gen:version>1.0.0.0</gen:version>
    <gen:date>2009-08-10T20:36:03Z</gen:date>
  </gen:info>

WINDOWS SERVER 2K3 ENTERPRISE SET AT 32BIT & ASPDOTNETSTOREFRONT (CART)

Please provide any additional information below.

Original issue reported on code.google.com by jm...@truckntow.com on 10 Aug 2009 at 10:00

GoogleCodeExporter commented 8 years ago
I am also facing the same issue. The sitemap is generating invalid URLs from two
valid URLs for my site. 

Original comment by anugnai...@gmail.com on 1 Sep 2009 at 11:32

GoogleCodeExporter commented 8 years ago
Hi guys

I am not part of the team here but have seen this issue before. I don't think 
it is a
google sitemap issue - if you check your web server logs you will probably find 
these
urls in there which is why google sitemaps is picking them up.

They may be caused by an issue somewhere in your code or (as I found on one of 
my
sites) it may be a bad bot - check the referrer of the requests and maybe block 
the
culprit.

Original comment by david.ha...@gmail.com on 8 Dec 2009 at 12:25