Must use blogger SEO trick to Get better ranking in search engines
Must use blogger SEO trick:: SEO stands for Search Engine Optimization and is necessary to get a good ranking in search engine. It is not just Quality content which gives you better ranking but you must do some basic search engine optimization in your Blogger’s blog to get better ranking. Today I am going to tell you a simple but must use blogger SEO trick. It is “Display Post Title in search instead of Blog Title” .

SEO – Search Engine Optimization Tricks
How does Post title Appears in Google?

How a Post title Appears in Google Search Results
Blogger SEO trick to show Post Title in Search Results instead of Blog Name
- Log into your Blogger Account. You will see the following screen:

Template Option in Blogger
- After clicking on “Template” option as shown in above figure, you will see the following screen. Click on “Edit HTML” option there. The demonstration is shown in below given figure:

Edit HTML option in Blogger
- After clicking on “Edit HTML” option as shown above, you will see the following screen:

Proceed Option after Edit HTML in Blogger
- Click on “Proceed” button as shown below. Now you will see a screen with XML coding. The screen which appear before you is shown below:

Template -Edit HTML option in Blogger
- Now use the find option to find ”<title><data:blog.pageTitle/></title>” in your blog. You can use Ctrl +F to do that.
- Now Replace the above code with the following given code depending upon your choice.
Show only Blogger Post Title in Search results
<b:if cond=’data:blog.pageType == "index"’>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>
Show Post title Followed by Blog Title
Use your Own Handwriting as Font in Windows 7 |Geteverything
If you also want to do the same for your blogger blog then replace the <title><data:blog.pageTitle/></title> with following code:
<b:if cond=’data:blog.pageType == “index”‘>
<title><data:blog.pageTitle/></title><b:else/><title><data:blog.pageName/> ~ <data:blog.title/></title>
</b:if>
Here the sign is tilde i.e “~” but you can use any sign here such as “|” or anything else .That’s it .You are done.
- Now save your Template and enjoy better ranking in Search Engines.
No comments:
Post a Comment