DoFollow Social Bookmarking Sites List

by tant 2. September 2010 19:52

Tags:

SEO

nginx Rewrite Rule:enforce NO www and enforce www

by tant 13. August 2010 13:06

# enforce www (exclude certain subdomains)
if ($host !~* ^(www|subdomain))
{
 rewrite ^/(.*)$ $scheme://www.$host/$1 permanent;
}

# enforce NO www
if ($host ~* ^www\.(.*))
{
set $host_without_www $1;
rewrite ^/(.*)$ $scheme://$host_without_www/$1 permanent;
}

Tags:

SEO | Tips

How To Turn On XML-RPC in WordPress

by tant 10. August 2010 06:00

XML-RPC (which stands for eXtensible Markup Language Remote Procedure Call) is a powerful way to manage a blog. Using it, you can post articles, comments, read posts and category lists, and more. In fact, our soft auto countent generator also use it:)

since WordPress 2.6  XML-RPC is turned OFF by default. Now, you have to turn XML-RPC or Atom ON for it to work.

 go to Admin’s Settings; Writing; Remote Publishing and check the protocols for ‘Atom’, ‘XML-RPC’, or both.

 

Tags: ,

Tips

Attention: if you are coolhandle.com customer

by tant 9. August 2010 09:58

coolhandle.com No backup service.

Their entire system problems leading to me lost a month's data and web can not access with 5days.

if you are coolhandle.com customer.remember that backup your date Timely and Find a Secondary host.

at last thank god,I backup once a month,Otherwise my loss is more serious.

Tags:

General

Bing Webmaster Tools Updated

by tant 22. July 2010 09:08

Good news : bing updated his Webmaster Tools

http://www.bing.com/toolbox/webmasters/

More infomation please  visit bing Community here.

http://www.bing.com/community/blogs/webmaster/archive/2010/07/21/a-new-beginning-bing-webmaster-tools.aspx 

Tags: ,

SEO | TOOLS

Fast Indexing with Google Yahoo and Bing

by tant 19. July 2010 06:05

If you have a new website then it takes some time until Google visits your web pages. Even if you submit your website to Google via their regular submission form, it usually takes weeks until Google visits your site.
There are some  tips  to make you page index with google yahoo and bing Immediately.

For All:

submit you website to three thought google webmasters tools,Yahoo Webmaster Tools and Bing Webmaster Center. tell three,i have a new site, index me pleaseCool and then submit sitemap/feed  with there webmaster tools.

If you use blog like wp add follow ping service:

yahoo: http://api.my.yahoo.com/rpc2

google:http://blogsearch.google.com/ping/RPC2

that's all my ping list,and if you like someothers , like feedburner.com or pingomatic.com,just add too,but make sure  google and yahoo list in your list.

Social Bookmarking is good:

del.icio.us, stumbleupon.com, technorati.com, and  digg.com

when update submit you new page to  all of them.

If you do all of these, it's very likely that  they will index your website within 1 hours.

Do not believe me? Go try itWink

 

 

 

 

Tags: , , ,

SEO | Tips

Stop Comment Spam for BlogEngine.NET

by tant 14. July 2010 06:33

BlogEngine.NET  is a good blog platform.  But there is not good  Extensions for stop Comment Spam.

In  BlogEngine.NET 1.6.1.0  situation has changed, comment can be Moderation in comment tabs. people can sitting Manual - only after comment approved by admin will it show up in the blog option for block comment spam.

if you not update   BlogEngine.NET to  1.6.1.0 there is a two way for stop Comment Spam.

one:

use Recaptcha Extensions. is easy. like my blog comment will be add a Recaptcha for stop spam bot.

Recaptcha only can avoid spam bot.if Manual spam it not work.

two:

add a   Extensions by yourself,if you not like Recaptcha

here is the post thank for Michael Ceranski:)

some tip for avoid comment spam

  • Make sure you set the option to close the comments after a number of days. This is important because spammers will go back to really old posts and comment thinking no one will notice.
  • Configure AkismetFilter  Correctly  if you use
  • Change  spammer search terms like "Powered by BlogEngine.NET 1.6.1.0" chanege it to "thank for BlogEngine.NET","Add comment" change to say somthing about .." Any of the common phrases you see on the site are going to be targeted by the spam bots.

The results of our efforts

 There is 100+ blog spam comment attempts per day before.but now the world is clean:)

Tags: ,

Tips

Re-setup a blog

by tant 12. July 2010 12:13

new theme ,new content and new lifeMoney mouth

 

Tags:

Powered by BlogEngine.NET 1.6.1.0
Theme by Mads Kristensen | Modified by Mooglegiant

About the ME

Something about the author