This site is for sale, Learn More

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:

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

Bullet-Proof Google Promotion

Google's Disavow Links a Trick?

5 Things About SEO

Google's Disavow Links Tool

Google +1 Clicks & SEO

Manual Penalties & Your Rankings

10 Recent Google Algorithm Changes

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!

© 2024 Search Engine Promotion Help
April 25 2024 20:12 UTC