- 1. https://www.youtube.com/watch?v=OJlB2D6sh60&list=PLlBpxTFHyGofy9tQJ4YwlZZgByODGXCDK&index=4 youtube link
- https://www.youtube.com/watch?v=blTjGrriR3k
Steps to show post title or page title before
1. Go to Blogger Dashboard
2. Then select Layout tab
3. Click on Edit HTML button
4. Now look for following code
<title><data:blog.pageTitle/></title>
data:blog.pageTitle search this
5. Now replace searched code with following code
<title> <b:if cond='data:blog.pageType == "index"'> <data:blog.pageTitle/> <b:else/> <b:if cond='data:blog.pageType != "error_page"'> <data:blog.pageName/> | <data:blog.title/> <b:else/> 404 | <data:blog.title/> </b:if> </b:if> </title>
GitHub Gist here: https://gist.github.com/vinayprajapati/9889893
6. Now save changes and you are done.
Merits –
1. Blog’s SEO improves
2. Blog traffic improves significantly
3. Helps you to improve Google page rank
This change may take some time to appear in search results but you can see in your browser tab as following –
Comments
Post a Comment