New Feature: Blogger Stats Comes To Blogger In Draft

Blogger stats

Blogger has just launched a new almost real-time like visits tracking to blogger.com blogs via

Blogger in Draft (which means that it is still in testing phase).

Though we have tools like Google Analytics, people still want to see their visits in real-time. But if you think that you are just a beginner with Blogger and not completely comfortable with all those advanced features in Analytics, then this is probably the one that you just needed.

Blogger Stats offers all basic information about your site visits in a far better easier way. You can see visitors details during intervals of one hour/day/week/month like which posts are getting most visits, the referring pointing to your blog, the geographic location of your visitors etc. [Checkout “Overview”, “Posts”, “Traffic Sources” & “Audience” tabs].

Just login to draft.blogger.com, and checkout the “stats” tab on your blog dashboard to get started.

Blogger stats tab

Blogger ‘Blog Pages’ Allows You To Create Pages In Blogger

Blogger has just rolled out another feature which has been available in blogger in Draft till now.

This one of the most requested features in Blogger.Now you can publish static information on stand-alone pages like you can create “About Us” or “Contact Us” or “Privacy Policy” pages on blogger (like you do in WordPress) easily.

You can have at most 10 pages in your Blogger blog.Writing these pages is very similar to the way you normally do in the case of posts.

This tutorial guides you to create a simple static page in you Blogger.com blog.

STEPS TO FOLLOW:

Step 1: Visit Dashboard of your blog in blogger.com and go to the “Posting” tab, under which you find “Edit Pages’ tab

new page link in dashboard

Step 2:Click on “New Page’ to start composing a new page like “About Us” for instance.Similar to writing a new post.Hit the “Publish Page” button once you are done with writing.

Composing new page in Blogger dashboard

Step 3: Now choose the position where you want the Pages Gadget to appear.You can either chose it to appear along the blog sidebar or on the blog tabs.

Blogger Page Gadget

Pages Gadget in Blogger

Step 4: Now you can see the page you have composed in browser.

Blogger page published

published page in Blogger test in browser

If you have liked this, why not take time to read about our guides on Optimizing Blogger blogs for better SEO.

Swapping Blogger blog title and post title -Blogger SEO tweak

How To Verify Blogger blog in Webmaster Tools

Swapping Blogger blog title and post title -Blogger SEO tweak

In the previous post about Blogger title tweak, I’ve mentioned about the other way of optimizing blog title structure,swapping blog title name with post title name.

As said earlier,default blogger.com blogs title structure is “Blog Title followed by post title” for individual posts,now let’s see how to change this structure to “Post title followed by blog title”  (swapping).

1.Go to Dashboard>>Select your Blog>>go to Layout Section>>Click Edit HTML tab

edit html in blogger layout

Find the little HTML section code shown by the red arrow in the following image your template HTML code

tweaking blogger title Where you’ll find the following title tag.

<title><data:blog.pagetitle/></title> [Note:You may also use CTR+F function in your browser to search this little code.]

3.Replace the above code with this one:

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

[note that this will still show your blog title at home page,only changes individual posts structre]

4.Save the Template and open any post from your blog and observe the title structure on the top of your browser it must now look like “blog post title | blog title

Like wise,Wordpress blogs titles also can be tweaked for better Search Engine Optimization,soon be posted here.

Please feel free to leave a comment here if you are having any troubles while doing this.