As promised from my previous article, I will be sharing a simple guide on how to replace your blogspot static header with a dynamic header. The steps require you to add a few lines of codes to your template's HTML. Once the codes added, it will automatically switch the arrangement of your blog's heading as shown in the picture below.
My page with Static Header(Click To Enlarge)
My page with Dynamic Header(Click To Enlarge)
By having your blog post title appear first instead of your blog main title, you prevent Google crawler from treating all your post as duplicates. If you were to maintain the static header, Google crawler tend to omit results because the crawler sees each post as having the same header, in this case your blog's main title header. That explains the reason why you occasionally see this message appearing at the bottom of your searches (especially when you try searching for your own blog):
"If you like, you can repeat the search with the omitted results included."
Now that you are convinced with the benefit of having a dynamic header, lets move on to adding the dynamic header to your blogspot.
Step One
As usual, backup your blog's template before making any changes to your template HTML.
Step Two
Start by locating the following HTML codes (located somewhere near the top):
<b:include data='blog' name='all-head-content'/>
<title><data:blog.pageTitle/></title>
<b:skin><















