Incorrect anchor

Minor and major release and bug fixes requests will be discussed in here. If something just don't work right, or feel right, fire away. We are listening.

Moderators: vrocks, drocd, jdoughs

Locked
Unmerciful
Posts: 2
Joined: Sun Sep 12, 2010 6:04 pm

Incorrect anchor

Post by Unmerciful »

Incorrect anchor
http://www.linkspun.com/trade_view.php?tradeID=257102

I do not understand what the problem :shock:
User avatar
jdoughs
Site Admin
Posts: 521
Joined: Thu Apr 01, 2010 4:55 pm

Re: Incorrect anchor

Post by jdoughs »

Hey there, the link on the page is showing a "@" symbol, the correct anchor text is "at".

I'd copy the html direct from the trade view page above, won't have any issues like that then.
ImageImage
Unmerciful
Posts: 2
Joined: Sun Sep 12, 2010 6:04 pm

Re: Incorrect anchor

Post by Unmerciful »

anchor added: Free Porn Blog at X69X
before moving to the new server, such links are displayed correctly
User avatar
jdoughs
Site Admin
Posts: 521
Joined: Thu Apr 01, 2010 4:55 pm

Re: Incorrect anchor

Post by jdoughs »

Unmerciful wrote:anchor added: Free Porn Blog at X69X
before moving to the new server, such links are displayed correctly
The spider is returning Incorrect Anchor as it should be. "at and "@" are 2 separate things and it is looking for 'at' not the symbol. Above you show the anchor text correctly but on your site it is added differently.

Code: Select all

<li><a href="http://EDITED.org/">Free Porn Blog – X69X</a></li>
This is how the agreed to trades link should be added. Note the "At" word, it's not a symbol.

Code: Select all

<li><a href="http://EDITED.org/">Free Porn Blog At X69X</a></li>
ImageImage
Locked