Tools

Popular Keyword Tools

Posted by Armaan 6 July, 2008 (0) Comment

I was reading forums and found these keyword tools. Keyword is important for every website. Its main part of SEO. Without it SEO is not possible. Hope these tools will help you in finding best keyword for your site.

Wordtracker
Overture Keyword/Bid Tool
SEO Book Keyword Tool
MS - Keyword Group Detection
SEO Tools - Keyword Suggestion
Keyword Playground
SEO Book Typo Generator
Nichebot
Google Trends
SearchIt
DigitalPoint Keyword Tool
Google AdWords: Keyword Tool
Good Keywords

If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!

Categories : SEO, Tools Tags :

Tired of duplicate content, Rewrite your articles for free

Posted by Armaan 5 May, 2008 (4) Comment

article writerThese days its easy to find PLR articles that make your site ready in minimum time, but the only problem with them is many people are using them. So search engines will find your content as duplicate content and may be they ban you from search result. The best solution is to write articles from your hand in your own style so they look like unique. It takes lot of time.

The other solution is Article Re-writer.  I have added a article re-write at my blog that will help all you guys to re-write your articles for free. Hand created articles are better but this script can do this in just some second for free. So sometime its better because time is money for some peoples.

Webmaster Zone Article Re-writer

Categories : Freebies, Security, Tools Tags :

Create Custm Error Pages using .htaccess file

Posted by Armaan 31 December, 2007 (2) Comment

The default error page created by your hosting provider can be reason for the user to leave your website.

You can also create error pages from your cPanel. ( If you have this fearure enabled)

Or you can create it by using .htacces

In your .htaccess file,
you have to put and entry like this :

Code:

ErrorDocument Error_Code_Number Path/to/your/custom/error/file

Some sample entries are as follows :

Code:

ErrorDocument 400 http://www.example.com/400.htm
ErrorDocument 401 http://www.example.com/401.htm
ErrorDocument 403 http://www.example.com/403.htm
ErrorDocument 404 http://www.example.com/404.htm
ErrorDocument 500 http://www.example.com/500.htm

These custom error pages can also serve as advertising spots. wink Create Custm Error Pages using .htaccess file

Categories : Scripts, Server, Tools, Webmasters Tags :