When we talk about BlogSpot SEO, post title plays a major role. Blogger post title is usually followed by home page title. Have a look at the image shown below.
Here the post title should be “city of (long-distance ) Love! “. But the title is included in the home page title ” Still in Berlin “, and this would harm the SEO friendliness of the article title. Here is how to fix this. Go to Blogger edit HTML > find out code section
title><data:blog.pagetitle/></title>
and replace it with
<b:if cond= 'data:blog.pageType == "index"'> <title><data:blog.title/></title> <b:else/> <title><data:blog.pageName/></title> </b:if>
Now the individual pages will have post title itself.
0 comments:
Post a Comment