How to optimize blogger post titles


Step 1 - Log in to your Blogger Dashboard and go to Template > Edit HTML 

How to optimize blogger post titles

Step 2 - Click anywhere inside the code area and press the CTRL + F keys to open the Blogger' search box

Step 3 - Type or paste the code below inside the search box to find it:
 <title><data:blog.pageTitle/></title>


How to optimize blogger post titles

Step 4 - You need to replace the code above with this one:
 <b:if cond='data:blog.pageType == "item"'>
<title><data:blog.pageName/> |<data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title> </b:if>
Step 5 - Click Save Template and you are done!
12 Mar 2014

Post a Comment

thank you ! for interest .... please comment only about topic don't post spam ,we hate spammers and spamming comment's are does not approved.

Emoticon
:) :)) ;(( :-) =)) ;( ;-( :d :-d @-) :p :o :>) (o) [-( :-? (p) :-s (m) 8-) :-t :-b b-( :-# =p~ $-) (b) (f) x-) (k) (h) (c) cheer
Click to see the code!
To insert emoticon you must added at least one space before the code.

 
Top