Link Spam

Possible solutions

  • Recently Google introduced an HTML attribute (http://www.google.com/googleblog/2005/01/preventing-comment-spam.html) to prevent ranking credits. Search engines and weblog software already follow this convention.:
        <a href="http://www.wiki.org/" rel="nofollow">Link</a>
  • Instead of displaying a direct hyperlink submitted by a visitor, a web application could display a link to a script on its own website that redirects to the correct URL . This will not prevent all spam since spammers do not always check for link redirection but has proven very effective. Redirecting links prevent Google from factoring the link in its PageRank algorithm for that site making the spam ineffective. An added benefit is that your redirection script can count how many people visit external URLs, but one drawback is the increased load on your website.
  • Idea: However, the script could also be client-side JavaScript . For example,
        <a href="javascript:window.location.href='http://www.wiki.org'">Link</a>
        <a href="javascript:redirectFunction('hfksksgjlsll')">Link</a>
  • This redirect can also be done via the .htaccess file in Apache , thus saving the load of a script.
  • Require the user to solve a captcha , preventing bots from submitting entries.

Retrieved from http://en.wikipedia.org/wiki/Link_spam

Reprinted from Wikipedia, The Free-Content Encyclopedia under the GNU Free Documentation License.

Site Promotion Articles Indexes:

Get A Top 10 Search Engine Ranking
Get A Top 10
Search Engine Ranking

Better Results With Google AdWords

Pagerank Sculpting

Outrank Sites With More Backlinks

Get More Visitors With Better Page Titles

Improve The Conversion Rate Of Your Website

For How Many Keywords Should You Optimize A Web Page?

Find Sites Sharing Your IP

Google's New Web Page Spider

Search Engine Safe URL Redirect

KEI: A Good Indicator For Useful Keywords?

Google PR Improved With Domain Redirection

Dealing With A Google Ban

All You Need To Know About Google Suggest

Is Your WebSite Guilty By Association?

 

Search Engine Promotion Help Site Map

Valid HTML 4.01!

© 2010 Search Engine Promotion Help
September 02 2010 17:36 UTC