I use LinkAlarm to check my site for broken links as I have a large animal shelter directory and checking them by hand is not possible.
Now I'm getting a gazillion 404's on my broken link report mostly looking for http://muttcats.com/shelters/get which does not exist.
Here is a link to my report. http://reports.linkalarm.com/8174969...nks.404.1.html
I believe this must be caused by one of my forms but I don't even know which one or how to fix it. I fear that if this is causing trouble for the LinkAlarm bot then it is probably also causing trouble for Googlebot and others.
It looks to me like it is most likely this form causing the problem since it is the only form that appears on all pages with errors:
It is driven by the following external .js:Code:<form style="text-align: center" action="get"> <fieldset style="border: none"><input type="checkbox" name="targetnew" onclick="hyperlinks(this.checked)" value="ON" /> Check Box to Open Links in New Window</fieldset> </form>
How can I fix this mess?Code://Open links in new window option- By spk100 (spk100@yahoo.com) //Script featured on Dynamic Drive //Visit http://www.dynamicdrive.com for this script and more function hyperlinks(target) { if (target) where = "_blank"; else where = "_self"; for (var i=0; i<=(document.links.length-1); i++) { document.links[i].target = where; } }






Bookmarks