XML Sitemaps Generator

    Advanced search
Sitemap Generator Forum
August 28, 2008, 08:31:47 PM
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
   Home   Help Search Login Register  
Sitemap software 2.9 released - Email notifications, html sitemap customizing and more
7312 Posts in 1800 Topics by Members
Latest Member: ciscoleroi
Poll
Question: Please help...
what is it? - 0 (0%)
option2? - 0 (0%)
Total Voters: 0

Pages: [1]
  Print  
Author Topic: strange broken link  (Read 7068 times)
tranztrade
Registered Customer
Newbie
*
Posts: 2


View Profile
« on: January 07, 2007, 06:27:27 PM »

Broken Links
No Broken Link (Code 404) Referred from
1    \                                       /

The broken link referred from itself. How can it be???
the referred from is : [external links are visible to admins only]    (double forward slash)
as well as the broken link.

and I really don't like to have broken links.

Please assist to solve this mystery.

Best regards,
Efry
Logged
admin
Administrator
Hero Member
*****
Posts: 3060


View Profile
« Reply #1 on: January 07, 2007, 11:34:12 PM »

Hello Efry,

this link is found within your javascript code:
Code:
document.write("<a href=\"cart.php?target=category\&category_id=0\">" + temp[x] + "</a> |")

so, you can simply ignore this entry.
Logged

tranztrade
Registered Customer
Newbie
*
Posts: 2


View Profile
« Reply #2 on: January 08, 2007, 06:50:52 PM »

actually, that can't be it. because the \" means that the javascript reads the " as " and not think it's the end of the phrase and produce error. otherwise all the links on the top of the page wouldn't work.

Besides , google reports the sitemap to be with errors.  Undecided

Please assist.   Huh

Efry
Logged
admin
Administrator
Hero Member
*****
Posts: 3060


View Profile
« Reply #3 on: January 09, 2007, 12:54:35 AM »

Yes, as I mentioned you can ignore this reported link. Otherwise, you should have javascript correctly formatted:
instead of:
Quote
<script>
code goes here
</script>
you should have:
Quote
<script>
<!--
code goes here
//-->
</script>
i.e., add html comments.
Logged

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.5 | SMF © 2006, Simple Machines LLC Valid XHTML 1.0! Valid CSS!