Jump links are those links which are not directly linked to the target. It works by setting the anchor’s target to a page within the website and later redirect it to the original target. This may be a great way of tracking down how many links have been clicked in your website but this comes up with a bad problem. In any way, this is not accepted by Google as a probable back link, therefore, it won’t be recognized by Google bots to be counted as a factor of increasing the website’s Page Rank. Also, if you’re doing paid reviews, some websites allowing bloggers to make money with sponsored reviews do not accept jump links. So, this means, you definitely have to get rid of it in any way you can.
By the way, jump links are features of some blog themes, especially in Blogsome. So, links made by using their default wordpress wysiwyg editor may result in to jumped links, such as the current theme I am using. Try to hover your mouse up in this link » As artists think alike…You will notice that in the status bar of your browser, it shows that the target website is "http://guidetoblogs.blogsome.com/go.php?http://ronaldborla.blogsome.com/". This proves that the website has to proceed first to a page called "go.php" then redirects to the original link. FYI: This anchor was not written to initially target "http://guidetoblogs.blogsome.com/go.php?http://ronaldborla.blogsome.com/" but only "http://ronaldborla.blogsome.com/". Because of the blog theme’s feature, all links done using the default editor will automatically be rewritten as the result above.
Guys, for you to get rid of this feature, all you have to do is to take the clue above. Since this is just the old editor’s fault, you would just have to deactivate the Wysi-WordPress Editor plugin before creating the links and publishing the post. But, this might become too uncomfortable in your part, so I would just have to introduce to you my cool way of fixing it.
A nasty solution would be "fooling the editor". Since the Wysi-WordPress Editor converts links to jump links, then why not add a decoy before every link that you have to create within the post. What I meant is, to add a decoy before every link.
A normal anchor html code would be like this:
<a href="http://ronaldborla.blogsome.com/">As artists think alike…</a>
Adding a decoy would look like this:
<a href="http://ronaldborla.blogsome.com/"></a><a href="http://ronaldborla.blogsome.com/">As artists think alike…</a>
Notice that there is a link having the same target as the next but does not have any anchor text. Quite inexplicable, but believe me, this works! Well, to do this, after you’ve created all the links required for the post, edit its html code by pressing the "HTML" button in one of the tools of the editor. Search out for every anchor within the post, and copy the whole code (from <a> up to </a>). Paste it right before the original anchor then remove the anchor text (text between ">" and "<"). Then finally, the post would be ready to be published.
After doing these steps, you will notice that by hovering your cursor to the link, your browser’s status bar would now directly point out the anchor to the right target. A completed link would look like this » As artists think alike… Try to place your mouse cursor over this link and notice the status bar.
But hey guys, if you think the solution above is a bit too difficult to follow (and too tasky, especially when there are loads of links within the post), then try this VB program I made to do this neat job for you. It doesn’t matter whether there’d be thousands of links in your article. Just copy your whole article’s HTML code to the clipboard, run this VB application, after a message saying "Jumplink Fixed" appears, then the code would automatically be converted fixing the jump links. Finally, just paste back the new code then publish. You can download the program through this link » Fixing Jumplinks and don’t forget to leave your comments. If you have questions on how to use the program, just leave ‘em all here.
Regards,
Ronald Borla