Friday 12 July 2013

Get more traffic to your blog by keeping only the title of the blog

Get more traffic to your blog.

you can swipe your title of the blog and not keeping the name of website,this will improve the chances of getting more views on your blogger website.

So lets get started with it.

1. Go to blogger dashboard and click "Template" then "edit HTML"

2. Find a code which looks like this.
                                            "<title><data:blog.pageTitle/></title>"

3. Now you have to replace this code with the code given below.

                                             <b:if cond='data:blog.pageType == "item"'>
                                                            <title><data:blog.pageName/> |<data:blog.title/></title>
                                                            <b:else/>
                                                             <title><data:blog.pageTitle/></title> </b:if>

4. Now save the HTML and now you re done,you can check the title of the blog has changed to only the blog name.



No comments:

Post a Comment