SEO Title Tag for Blogger

October 5, 2009

The HTML title tag is very important both for Search Engine Ranking and for clickthrough (CTR) in a Search Engine Result Page (SERP), and you can improve both of them with this little trick.

By default, Blogger puts the blog’s name before the post title, in the title tag; switching them, or removing the Blog’s name, you can easily optimize your blogger title for search engine.

Backup Blogger Template:

  1. Open Blogger’s Dashboard.
  2. Go to the Layout tab.
  3. Go to Edit HTML.
    1. Download the full template, for backup purpose.
    2. Check Expand Widget Templates.

Edit Tag Title code:

Find

<title><data:blog.pageTitle/></title>

and replace it with one of the two below (I prefer the second).

Post Title Followed By Blog Name : (Option 1)

If your blog name includes relevant keywords to all your posts, you should use this code:

<b:if cond='data:blog.pageType == "item"'>
<title><data:blog.pageName/> - <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>

Shortening blog name : (Only in posts title)

If your blog name is too long, you can manually redefine it, substituting

- <data:blog.title/>

with a text that includes only the keywords you need.

Post Title Alone : (Option 2)

If you want to strengthen your single post title’s keyword density, use the following code instead:

<b:if cond='data:blog.pageType == "item"'>
<title><data:blog.pageName/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>

I’ve already told you that I prefer this solution where the title tag should describe the content of the whole document. And usually, a post doesn’t talk about your blog.

This tweak is a lot different from the old Widget-based hack:

  • It doesn’t introduce XHTML errors in your blog code (a DIV code block inside the HEAD tag).
  • You can change your blog sidebar without getting any error.

Now save the template. You have completed SEO Title Tag for Blogger to optimize your posts.

Read more »

Ping Services For Your Blogs and Websites

September 29, 2009

Ping your Blogs and Websites in the best way possible to increase traffic!

pingomatic

Ping O Matic

MyPageRank

Pingler

Feed Shark

BloggerBuzzer

 Pingoat

This list of ping services will be updated as soon as I received them. If you’re looking for templates for blogger go to my previous article Top 4 Blogger Template Websites.

Read more »

Top 4 Blogger Template Websites

September 28, 2009

top-blogger-templates In this article I will share with you the best places where you can find free blogger templates. As you know most of the websites which provides free blogger templates gives us ugly and non user friendly templates, but now, in this article you will find the Top 4 blogger template websites.

1. Free blogger templates and premium WP templates – Go to the site

blogger-templates

Maybe this is one of the best websites for templates you can find. It provides really beautiful and functional blogger templates. Most of them are with so much extras and they look like WP templates. eblog templates have database of about 350 beautiful templates.

2. BTemplates – Go to the site

blogger-template

Btemplates is one of the leaders in blogger templates. It have a lot of template categories which will help you to find the template you need for your blogger. If you have your own blogger template you can submit it without any problems!

3. Blogger Templates - Go to the site

free-blogger-templates

That’s blogspot blog which is made specially for blogger templates. It provides a lot of blogger templates and probably you will find the best one which is for your needs.

4. Free XML Blogger TemplatesGo to the site

xml-blogger-templates

Dozens blogger templates for you and totally free.

Okay, I know that this is not the biggest collection of websites offering templates, but that’s are the best websites i know and i want to share them with you. I hope that they will help you to make one really unique and useful blogger blog. If you’re new to blogging please read my 8 First Step SEO Tips for Bloggers and Ways To Increase Traffic To Your Blogs to be a better blogger.

Read more »

Adding Meta Tags in Blogger

September 25, 2009

Meta tags are the tags which describes your site and tells the search engines like Google, Yahoo, Bing, etc. what your site is all about. Adding Meta tags is an important factor in SEO (Search Engine Optimization). Meta tags allows search engines to index your blogs/websites more accurately.

In other words, Meta tags communicate with the search engines and tells more information about your site and make it index correctly and accurately.

We have to add two Meta tags to the <head> section of your template HTML. One is the ‘description’ which describes your site and another one is ‘keywords’ which tells about your site keywords (what your site is all about).

Here is the code you have to add:

<meta content='DESCRIPTION HERE' name='description'/>
<meta content='KEYWORDS HERE' name='keywords'/>
<meta content='AUTHOR NAME HERE' name='author'/>

DESCRIPTION HERE : Write your blog description
KEYWORDS HERE : Write the keywords of your blog
AUTHOR NAME HERE : Write the author's name

Add the above code just after the following line:

<b:include data='blog' name='all-head-content'/>

add the code just like this

Fill in your own description and keywords and save the changes.

Congratulation, you have sucessfully Adding Meta Tags.

Read more »

Submit Your Blogger/FeedBurner Sitemap to Google Webmaster Tools

September 21, 2009

Submitting a Sitemap (such as One Simple Tech) to Google Webmaster Tools provides Google about your site and posts. However I recently found the article from Google Webmaster Help Center that You don't need to submit your Sitemap to Google Webmaster Tools if you use a Blogger.

Even though the article says so, I decided to submit my Sitemap to Google because I am not 100% sure how it works and it does not cost or hurt me even if I submit it.

Here's how:

1. If you do not have Google Webmaster Tools account, you can register by visiting Google Webmaster Tools.

Google Webmaster Tools

2. If you do not use a redirected custom feed such as FeedBurner, type "atom.xml" and click "Add General Web Sitemap" button.

Add Sitemap

3. If you do use a redirected custom feed such as FeedBurner, type "atom.xml?redirect=false".

Otherwise you will see "URL not allowed" error because the sitemap you have submitted to Google Webmaster Tools is actually redirecting to the FeedBurner feed URL not your site URL. And your Sitemap contains a URL that is not allowed based on the Sitemap's location.

 

Sitemap with errors and Sitemap without errors

Update!

If you are with new Blogger, use the feed URL. There are 4 possible feed URL for the New blogger:

http://yourblog.blogspot.com/atom.xml
http://yourblog.blogspot.com/rss.xml

http://yourblog.blogspot.com/feeds/posts/full
http://yourblog.blogspot.com/feeds/posts/default?alt=rss

substituting "your blog" with the actual name of your blog. The feed found by Feedburner for this blog are:

http://onesimpletech.blogspot.com/feeds/posts/default
http://onesimpletech.blogspot.com/feeds/posts/default?alt=rss

 

How to submit more than 100 posts to Google Sitemap:

Google Sitemap refers the latest 25 posts from Blogger which I am not sure the exact number. However there is a still way to submit your all of your posts.


If you have more than 100 posts and want to post all to Google Sitemap, add the below:

atom.xml?redirect=false&start-index=1&max-results=100
atom.xml?redirect=false&start-index=101&max-results=100

If you have more than 200 posts and want to post all to Google Sitemap, add the below:
atom.xml?redirect=false&start-index=1&max-results=100
atom.xml?redirect=false&start-index=101&max-results=100
atom.xml?redirect=false&start-index=201&max-results=100

If you have more than 300 posts and want to post all to Google Sitemap, add the below:
atom.xml?redirect=false&start-index=1&max-results=100
atom.xml?redirect=false&start-index=101&max-results=100
atom.xml?redirect=false&start-index=201&max-results=100
atom.xml?redirect=false&start-index=301&max-results=100

As you can see the above, start-index is the post number to start returning results from and max-results is the how many posts you want returned from whatever the number you state on start-index. The maximum max-results is 500 (from many blogger) but to be safe, it is recommended to put 100.
Read more »
Blog Widget by LinkWithin