What Happens If You Change The Title of a Site Which Is Already Ranking

Have you tried to change Title of any site which is already ranking? Anyway most of us won’t like to change the Title of a site which is ranking well since Title is the most important part of Onpage SEO. Even I didn’t wanted to do, but I did for better performance of site. Read the rest of this entry »

Read the rest »

How These SEO Secrets Can Make You More Money Online!

We all know that if we want to make money online we must have knowledge of Search Engine Optimization. We should have at least basic knowledge of Search Engine Optimization. Otherwise it will be really very difficult to make money online. Read the rest of this entry »

Read the rest »

How To Make Your Blog Search Engine Optimized?

Thinking how to make your blog Search Engine Optimized? It is very easy as there are plugins you can use for blog optimization. All Onpage optimization will be handled by this plugin for your blog. However for Offpage optimization you have to approach different strategies. Here I am saying about Onpage blog optimization for your blog.

Plugins to make your blog search engine optimized

Below are the plugins that you must use to make your blog search engine optimized. Install the plugins and activate it.

  • All In One SEO
  • Google XML Sitemap Generator
  • SEO Friendly Image
  • SEO Smart Link
  • Chunk URL
  • NoFollow FREE

I am showing you how to use All In One SEO Plugin for maximum benefit.

You can get the All in One SEO plugin here. Install the plugin and activate it. After activating some settings are needed.

Step1: Click on All in One SEO. If you are using Wordpress 2.7.1 or upgrade version it will appear in Settings. After clicking you will get as:

All in One SEO for Blog Optimization

Step2.1: Enter your title for your blog. Remember to put your keyword. This title is very important. This is title of your blog that appears on the browser. This title won’t appear on your blog header. Title is shown by the search engine in result.

Step2.2: Enter your home description. This is the meta description of your blog. This description is shown by search engine in result below title.

Step2.3: By default post title format is %post_title% | %blog_title%. Change it to %post_title%. The reason why I am saying to change is it is not necessary to display your blog title with each post. For example if I hadn’t changed, for this post title would have displayed as “How To Make Your Blog Search Engine Optimized? | Earn Money Online”. Defiantly this is not a good title as it is not related and it is more than 60 character.

Step2.4: Click on Update Option

OK, you have configured All In One SEO plugin. Now time is to use it for proper use. Use it for every a new post. Here I am showing how I used this plugin for this post.

Using All in One SEO for Blog Optimization

Enter Title, Description and Keywords. Next publish your post. Now search engine will take this contents and display in result.

Setting the Permalink for blog optimization:

Permalink is the link of your each blog post. For each post there will be different different link. For Permalink setting click on Permalinks in Settings.

Default setting of Permlink is as:

http://YourDomain.com/?p=123 -> This is not a search engine friendly link as search engine can’t recognize this link.

It is better if your link contain blog title including the keywords. For this go to Common Settings and choose Custom Structure.

Write Custom Structure as /%category%/%postname%

This will change each link to SEO friendly link as:

http://yourdomain.com/category/post-title.

However you can change the post title in the link before publishing if you want to do so.

GOOGLE XML Sitemap Generator: This plugin will generate a sitemaps.org compatible sitemap of your WordPress blog which is supported by Ask.com, Google, MSN Search and YAHOO.

SEO Friendly Image: This plugin will automatically adds alt and title attributes to all your images. Improves traffic from search results and makes them W3C/xHTML valid as well.

SEO Smart Link: SEO Smart Links provides automatic SEO benefits for your site in addition to custom keyword lists, nofollow and much more.

Chunk URL: This plugin shorten urls in comments so that they won’t break your site.

NoFollow FREE: According to Google’s new policy if your blog contain more nofollow links it may reduce your pagerank. Why not to give your blog commentor a bonus buy giving them a link to their blog? If you want to do so make your blog’s comment link dofollow. This plugin remove the nofollow tag from your blog’s comments with a lot of options customizable, per user type removal, per comments count removal etc.

If you liked my article about blog optimization please consider it for bookmarking or give me your valuable feedback.

Get Search Engine Optimized Blog In 3 Easy Steps

Technorati Profile

Read the rest »

Search Engine Optimization For Dummies

The aim of this post is to show you how to make your content Search Engine Optimized to get most out of your effort. It is very important part for your online success. This post contains the basics of search engine optimization methods. It is not difficult to implement the basic methods.

Before going to details I would like to say that Keyword Research is the core of Search Engine Optimization. If you don’t have idea about Keyword Research then you can view my post:

OK, now you have done with your keyword research for your selected niche. Next step is to optimized your contents so that search engine can find your contents.

There are two types of optimization methods: Onpage Optimization and Offpage Optimization. Let me start with OnPage optimization.

Onpage Search Engine optimization:

Onpage optimization basically consists of all of the ranking factors that are located on your webpage. I am going in details steps of these ranking factor.

1.Title: This is the title of your webpage. In html it looks as <Title> </Title>. It is very important to put your main keyword inside title. If you put blank inside title tag you won’t be able to rank in search engine.

To get idea write “download antivirus” in Google and see what’s come up. I got as below:

View Title of Web Page

Download FREE antivirus software - avast! Home Edition - this is the title of the page www.avast.com/eng/download-avast-home.html. To make sure go to the website and see the source view of that page. just right click and click view source.

Title of Web Page in View Source Mode

Google shows the title of any web page in their search result. Try to complete your title withing 60 character.

2.Meta Description: It appears just below the title in the search engine result. Make a proper description for your webpage including all your main keyword. Don’t put more than 5 keywords and try to complete meta description within 160 character. You can see meta description in source view as:

View Meta Description

Put your keywords in Meta Keywords also but search engine doesn’t give value for that because of peoples spamming nature.

3.Header Tag: These are the tags that appear as <h1></h1> <h2></h2> <h3></h3>. There are total 6 header tag up to h6. Use it for your webpage properly. Put your page main heading including main keyword in the <h1></h1> tag and sub heading including sub keyword <h2> </h2> tag and continue like this. Whenever search engine crawl your page it crawl the header tags before the text.

4.Bold, Italic Tag: Use <strong></strong> tag to make your text bold and <i></i> for italic. Mind that I did not say to use <b></b> to make bold because search engine give more importance to <strong></strong> tag. Try to make your main keyword bold al least in first paragraph.

5.Image Alt: Alt is an attribute for the img tag. It appears when the browser can’t display image. Here is an example how you have to use :

<img src=”image path” alt=”click To Download Antivirus”> </img>

Always put meaningful content using keyword. Don’t overdo it as search engine may see it as spam.

6.Link: Link are used to link another page or website. It appears in html as
<a href=”download.html”> Download Antivirus</a> Always use good Anchor text while creating link and use your keyword.

<a href=”download.html”> Click Here</a> is NOT a good example of
onpage optimization. It is not an optimized method to use image or flash files while creating hyperlink because spiders for most search engines do not typically crawl links within Flash files or images.

Well, these are the basic Onpage Search Engine Optimization Methods.

Offpage Search Engine optimization:

Offpage optimization basically consists of all of the ranking factors that are NOT located on your webpage, that the search engines look at when ranking a website.

These include:

  • Which websites link to you
  • The number of websites linking to you
  • The Google rank of the website linking to you
  • The page title of the website linking to you
  • The anchor text used in the link linking to you
  • The number and type of links linking to the website that’s linking to you.
  • The number of outbound links on the website that is linking to you
  • The total number of links on the website that is linking to you
  • The IP Address of the websites linking to you.

For Offpage optimization you need to promote your website. It is not simple as Onpage Optimization. For this you need to opt different methods such as Article Marketing, Forum Posting, Blog Posting, Web2.0 etc. As it is difficult to cover everything in one post I am going to write in different post.

Did you liked my post? If yes please consider it for bookmarking or give me a feedback.

FREE Site Builder

Read the rest »

Keyword Research - Why it is important for your online business?

Keyword Research is very much important for any online business. For Keywords Definition I can say keywords are the phrase or  word people use while searching in search engine. For example if somebody is looking for  some way to earn money online he or she may search in search engine as -> earn money online, earning money online, making money on Internet, earn cash online etc. So these are the keywords.

To rank in search engine you should use proper keyword for your blog or article. However it depends on so many other factor such as On Page Optimization, Off Page  Optimization, BackLinks, PageRank etc.

If you start your own blog or Website it may take some time to rank in search engine. I am  not an expert but few things I would like to write here. I was able to rank my first mini  site in first page of Google, Yahoo, Msn, Ask for one of my keyword phrase. But I did not  make any profit icon cry Keyword Research    Why it is important for your online business? Why? Because my niche didn’t converted well. May be my landing page  was not good.

Getting Keyword Ideas:

First assume some keyword related to your niche. If you don’t have idea about niche and how  to find a profitable niche you can read my next post. There are so many keyword research tool available today. Some are free and some you have to buy. I like to use free service as it does everything for me. To get keyword ideas you can start with any of following free keyword research tool:

Google External Keyword Tool

It is the best and free keyword research tool.  For your keyword research

1. Type your niche in the box and then click Get Keyword Ideas

2. Once you enter you will get many keyword related to your niche.

You may be thinking which one to choose. To select good keyword always:

1. Select keyword that have 1000-1500 search volume
2. Select a keyword that has less than 20000 competing page.

First one you will get from the Google External Keyword Tool. See the global search volume.

To get data about competitive page go to Google and search as:

“your keyword phrase” -> Use “”

Now see how many result page Google is showing. This number indicate that those number of  pages are having the same keyword. So you have to compete with them.

Wordtracker - Free Keyword Suggestion Tool

I often use Wordtracker. Wordtracker shows the number of search in daily basis. Just put your keyword in keyword text box and press Hit Me. It will show keyword list and number of  search. It is better to choose a keyword that has 29 - 50 daily search volume.

You will get enough keyword ideas using above two. But still you can go for  further research.

Bullets Use  Keyword Difficult Check Tool to find out  difficulty level. It indicates the difficulty level to rank in search engine for your keyword. If it is less than 40 then easy to rank.

Bullets You can also use Google Search Based Keyword Tool to get your keyword by browsing different  category. It shows the monthly search volume, advertiser bidding price for keywords,   competition and many more.

Bullets Through Google Insights For Search you can do more analysis on your keyword. You can select a region and check the peoples interest on your niche over time. However web search is also available. It’s really amazing tool. It display result in graphical way, shows the related keyword and rising searches.

I think this is enough for keyword ideas for a beginner. For further research you can buy Brad Callen’s Keyword Ellite. This is a great software and useful for  advanced keyword research. Using Keyword Ellite you can uncover the exact keyword that are 100% proven to bring success to your Online Business.

Build Free Websites

Read the rest »