Latest Updates: bloger tips RSS

  • SEO Title For Your Blog

    Anggun Andy 7:17 am on July 21, 2009 | 0 Permalink | Reply
    Tags: bloger tips, , ,

    Step #1

    In your Blogger dashboard, go to “Layout” => “Edit HTML”.
    Step #2

    In the template code, do a search for this:

     <title><data:blog.pageTitle/></title>.

    It’s usually in the first 5-10 lines of code in your template near the top.
    Step #3

    Replace that bit of code with the following code:

    <b:if cond='data:blog.pageType == &quot;index&quot;'>
    <title><data:blog.title/></title>
    <b:else/>
    <title><data:blog.pageName/> | <data:blog.title/></title>
    </b:if>

    Step #4

    Save your template and go back to your blog. Click into any individual post and look at the page title.

    All your blogger posts are now much better optimized to rank higher in Google. I’m not going to promise you a night and day difference but you’ve taken a step in the right direction. Now just go post unique high quality content so people searching Google will find your blog first!

     
  • Google Analytics For Blogspot.com

    Anggun Andy 5:28 am on July 8, 2009 | 0 Permalink | Reply
    Tags: bloger tips, , Google analytics for blogspot

    You can add Google analytics to your Blogspot by edit your html code

    before

    </body>

    and put this code:

    <script type="text/javascript">
    var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
    document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
    </script>
    <script type="text/javascript">
    try {
    var pageTracker = _gat._getTracker("YourGoogleAnalyticsCode");
    pageTracker._trackPageview();
    } catch(err) {}</script>
     
  • Remove Blogger Navigation Bar

    Anggun Andy 23:04 pm on July 7, 2009 | 0 Permalink | Reply
    Tags: bloger tips, , remove nav bar

    Go to your Blogger template

    You can see this code

    -----------------------------------------------
    Blogger Template Style
    Name:     Rounders
    Designer: Douglas Bowman
    URL:      http://www.ndogmu.com
    Date:     27 Feb 2004
    Updated by: Blogger Team
    ----------------------------------------------- */

    Put this code:

    #navbar-iframe {
       display: none !important;
    }

    After that

    Now your nav blogger will dissapear

     
c
compose new post
j
next post/next comment
k
previous post/previous comment
r
reply
e
edit
o
show/hide comments
t
go to top
esc
cancel