How To Optimize Blogger Post Title For SEO

         
When searching for something first we see the page title and so the Google does.
In this tutorial we will change blogger blog title for better search engine optimization(SEO) and get high ranks in Google Search.

This is called "Blogger Title Swapping". swapping blogs title can help boost your position in Search Engine results page listing and also increase clickthroughs. 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.

By default Blogger post page title is set as
Blog Name : Post title
Like if your blog's name is Example.com and Post title is hello world this will display the title as Example.com: Hello world, Instead of this a better Search Engine Optimized title would be Hello world - Example.com .

How To SEO Optimize Your Blogger Blog Titles For Higher Search Results

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 find box.
Step 3: Find the code below.
<title><data:blog.pageTitle/></title>
Step 4: Replace the above code with the code below
<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 and you are done, don't forget to preview your blog.

Comments

Post a Comment