
Making title more friendly to Search Engine Optimization (SEO Friendly) we can replace the default title code with title code that has been modified.Let's start then,
- Login to Blogger
- Choose Layout -> Edit html
- Search title code below:
<title> <data:blog.pageTitle/> </ title>Then replace all the above code with the code below
<b:if cond='data:blog.pageType == "index"'>
<title> <data:blog.pageTitle/> </ title>
<b:else/>
<title> <data:blog.pageName/> </ title>
</ b: if>
0 comments:
Post a Comment