How to seo on blogger, Title seo
SEO optimize tips for blog/blogger from title
Title swapping is help to boost your blogger position on the search engine search results page displaying and also improve your click-through rate. For increasing SEO (Search Engine Optimization) the page title is the most important to your blogger ranking well in search engines. The page title is displaying at your browser’s title bar. So should we need to give every page title is different for improving SEO.
If you not optimize your title, same title will display to every posting. But should we need to give various title for different post.
After change the blog title is display below:-
Steps to optimize blogger post titles
Step 1. Sign in to your blogger Dashboard and click to Template > Click Edit HTML
Step 2. Click anywhere inside the newly appeared window and press CTRL+F on keyboard will open the html blogger search box
Step 3. Copy the below code to search box to find
<title><data:blog.pageTitle/></title>
Step 4. Replace with the below code
<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” to Done
Post a Comment for "How to seo on blogger, Title seo"