Optimise Blog Title for Search engine Results and increase visitors Optimise Blog Title for Search engine Results and increase visitors
Login to your blogger account
From your Dashboard opt for Layout/ Design/Template
Now choose Edit Html. You will see your template code there. In that template code find
<title><data:blog.pageTitle/></title>
and replace it with
<b:if cond='data:blog.url == data:blog.homepageUrl'><title><data:blog.pageTitle/></title><b:else/><title><data:blog.pageName/><b:if cond='data:blog.pageName'>...

Meta Tags For Blogger / Blogspot
Meta Tags are HTML elements used to provide structured metadata about a web page. Such tags are placed in the head section of an HTML document
We can also add meta tags to Blogger Blogs.But the problem is that having the same meta tags for all pages in your blog is not a good practice.So it would be better if you could add meta tags on your home page only.Just find out the appropriate keywords and description for your site and...

How To Use whos.amung.us To Track Your Visitors In Real-Time

how you can use whos.amung.us to track your visitors in real-time. If you are using Google Analytics to track your visitors on your blog or website then you must don’t get real-time stats about the traffic on your blog/website. Using whos.amung.us you will able to track your visitors real-time but you won’t get full insight about your visitors...

How to Hide or Remove Blogger Navbar?

Learn how to hide,disable or remove the blogger navbar(navigation bar) from your blog.First,let us see what blogger navbar is:
Blogger navbar allows users to easily navigate to other random blogs and it also has a feauture to search the blogs ,and mark any blog as spam.So,now you have a clear idea of what really a blogger navbar is.So,...

How To Disable Right Click And Copy Right Product For Blog spot
Go To Design -> Page Element -> Select Add Gadget -> Select Html/java Script Option ->
Paste The Below Code And Save It. Then View Your Blog,You Can Identify Changes.
<script language="JavaScript">
<!--
var message="Keep Smiling!";
///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}
function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if...

How to create a category menu in Blog
How to create a category menu in Blog:If you have labels in your blog posts and you are using New Blogger a/c so you can create a menu of labels or we may say that we can put list of labels in the sidebar of the blog. So readers may choose specific category from the list and read all of those articles, which are of the same category.Creating...

How to create a blog post/publish a post in Blogger -Tutorial
How to create a blog post/publish a post in Blogger -TutorialHere is a step by step procedure to create a blog post in Blogger.Step 1: Go to blogger’s website and then sign in with your username and password if you already have a account on Blogger. If you don’t have a Blogger account .Step 2: When you logged in, it will take you to the...
