Advertisement

Monday, October 13, 2014

How SEO Optimize Your Blogger Blog Titles For Higher Search Results

How SEO Optimize Your Blogger Blog Titles For Higher Search Results

This is called “Blogger/blogspot Title Swapping”. Swapping blogs title can help boost your position in search engine result page listing and also increase click through. From an SEO [Search Engine Optimization] perspective, page title is the most important element in your blog in terms of ranking well in search engines. If you look at your browser’s title bar you will notice that Blogger’s default templates display your blog title in front of
each page or post title. So page title would normally be displayed as.

This kind of placement will be also appearing in Google search results. The reason why  you should put post titles at the beginning is because users are more likely to search for specific post content rather than the actual name of your blog. So having the post titles at the beginning increases your chances of being found.

How to optimize blogger post titles

Step 1: Log in to your Blogger Dashboard and go to Template>Edit HTML

Step 2: Click anywhere inside the code area and press the CTRL +F keys to open the Blogger search box

Step 3: Type or paste the code below inside the search box to find it
<title><data:blog.pageTitle/></title>
Step 4: You need to replace the code above 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>
Step 5: Click Save Template and you are done. Thank You.

These Topics may be helpful to you

Advertisement