Show post title before blog title in blogger is a strong SEO measure in On-Page -SEO. In google search engine allows to us only less than 65 character. if the title has more than 65 characters then our post title will not show in search engine and post title plays a main role in CTR. By default blogger don't give the post title in blogger. we have to place the some script in "Edit HTML" in Theme tab of blogger admin.
Steps To Replace the Script
Step 1.check the Edit HTML
Steps To Replace the Script
- Login into Blogger with your gmail account
- go to Template Tab in admin.
- click on Edit HTML button
- search for the title tag i.e [ <data:blog.titleTile/>]
- Replace the bove code with the belo code
<!-- title for every post-->
<b:if cond='data:blog.pageType == "item"'>
<title><data:blog.pageName/> | <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
<!-- title for every post ended-->
6. place the above code and save the template and check in browser.
7. below is the images step by step
Step 1.check the Edit HTML
Step 2. Check Title Page
Step 3. Replace the code
Advantages of "Show Post Title Before Blog Title in Blogger"
- Title tells to the people what your article is?
- improving traffic from the google search engine / search engines
- Title may be sees by readers.
Post a Comment (0)