Monthly Archives: April 2010

Yahoo! Confuses Lucy Liu With Liu Yifei

TweetI did a search on Liu Yifei at Yahoo! today and here is what I found: This kind of mistake is very common with image search engines and I love to spot them.  The name of the image is correctly named … Continue reading

Posted in Yahoo! | Tagged , , | Leave a comment

How To Add Facebook Like Button With Dynamic URL To Your WordPress Blog

TweetThe Facebook Like Button or Recommend Button code generated at http://developers.facebook.com/docs/reference/plugins/like will only bring Facebook users to your home page or whatever URL you provided to generate the code. If a Facebook user “Like”d your article posted on a specific … Continue reading

Posted in Webmastering | Tagged , , , | Leave a comment

How To Redirect To WWW With htaccess

TweetYou should enable Apache Mod-Rewrite module on your Linux server. Copy the following code to your Notepad: Options +FollowSymlinks RewriteEngine on rewritecond %{http_host} ^searchenginesemseo.com [nc] rewriterule ^(.*)$ http://www.searchenginesemseo.com/$1 [r=301,nc] Save it as .htaccess and upload to the root directory of … Continue reading

Posted in SEO, Webmastering | Leave a comment

How Does Google Rank Web Sites Which Run On A Different Port Than The Standard Port 80?

TweetHow does Google rank sites which run on non-standard ports?

Posted in SEO | Tagged , | Leave a comment

How To Add Facebook Like Button To Your Web Site

TweetToday. I added Facebook “Like Button” to this web site. Here is the code for the like button: <iframe src=”http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fsearchenginesemseo.com&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;font=arial&amp;colorscheme=dark” scrolling=”no” frameborder=”0″ allowTransparency=”true” style=”border:none; overflow:hidden; width:450px; height:80px”></iframe> To add Like Button to your web site, all you need to do … Continue reading

Posted in Social Media Marketing | Tagged , | Leave a comment