Changing Hosts... We are moving to a good hosting company in a hurry so some pages are missing or not working correctly, hopefully things will be back to normal soon.
Thanks for your patience.

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:

UnFair Advantage Book on Winning The Search Engine Wars
UnFair Advantage:
Winning The
Search Engine Wars
Get A Top 10 Search Engine Ranking
Get A Top 10
Search Engine Ranking

Site Usability Influences Your Search Engine Rankings

How The Age Of A Website Affects Search Engine Rankings

What Do People Click In Search Results?

Site Text Too Complex?

Does Your Site Look Like Spam To Search Engines?

Are Your AdWords Results Getting Worse?

Get Google Sitelinks

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!

©2008 Search Engine Promotion Help
July 24 2008 03:25 UTC