How To SEO Your Blogger Blog Post Title
How To SEO Your Blogger Blog Post Title
SEO stands for search engine optimization. If you want your site or blog to rank higher in the google search results you must perform SEO on your blog. Performing SEO means changing your contents and layout such that google likes it and prefers it in the search results.SEO optimization of your has many aspects which we will be discussing specifically for blogspot blogs.The title of your blog is the main representation sentence of your page. Google pays strong attention to this. A good and relevant page title can boost your rankings and obviously click through rate. In blogger by default the page title is usually truncated and displayed after the blog name, which is not good to SEO optimize that we must do something such that the blog or page title is not truncated and is shown at the start before the blog name and make sure to include keywords in it.
How to SEO optimize blogger post title
To SEO optimize the the blogger post title follow the following steps:
- Go to the main blogger page, go to your blog and click on the "templates" button in the column on the left side.
- When you will click on the "templates" button another window will appear, there will be another button "Edit HTML" click on that too.
- In the Edit HTML window the entire ode for your blog will be shown.
- Press CTRL+F , to fetch the search box, enter the following expression into the search box <title><data:blog.pageTitle/></title>
- Press search, the search widget will find it in the code and will highlight it, again find the following piece of code written beneath the highlighted text. <b:else/>
- Replace the above ode with the following code <b:if cond='data:blog.pageType == "item"'> <title><data:blog.pageName/> |<data:blog.title/></title>
- And now the your post title is optimized it will be equal to the post title and will not be truncated.
<meta content='width=1100' name='viewport'/>
</b:if>
<b:include data='blog' name='all-head-content'/>
<title><data:blog.pageTitle/></title>
<b:else/>
<title><data:blog.pageTitle/></title> </b:if>
0 comments :