Forum Moderators: open

Message Too Old, No Replies

Google URL encoding problem?

         

snookie

3:11 pm on Oct 29, 2003 (gmt 0)

10+ Year Member



Noticed Google has reindexed some pages of ours with an (semi-)encoded url eg: www.sitename.com/ dir%2Fdir%2Findex.html

giving us two entries for a page.

snookie

3:47 pm on Oct 29, 2003 (gmt 0)

10+ Year Member



got some more info...

the anchor tag was accidently published as follows:

<a href="/dir/dir/index.html" onmouseover="somefunction()"onmousedown="somefunction()"onmouseUp="somefunction()" ><img src="/images/image.gif" /></a>

this does generate an error in IE and it thinks the link goes to: www.sitename.com/dir%2Fdir%2Findex.html

coincident? I hope so...