Latest Updates: dynamic meta for blogger RSS

  • SEO Title For Your Blog

    Anggun Andy 7:17 am on July 21, 2009 | 0 Permalink | Reply
    Tags: , , dynamic meta for blogger,

    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!

     
  • Adding Meta For Blogspot.com

    Anggun Andy 0:42 am on July 8, 2009 | 0 Permalink | Reply
    Tags: dynamic meta for blogger, keyword meta for blogger, meta description for blogger,

    Here’s the clue

    You must take attention on your html page after

    <head>

    and

    <![CDATA[/*

    Delete that code and change with this:

    <b:if cond='data:blog.pageType != &quot;item&quot;'>
    <title> <data:blog.pageTitle/> </title>
    <meta content='YourGoogleWebmasterCode' name='verify-v1'/>
    <meta content='1 days' name='revisit-after'/>
    <meta content='text/html; charset=utf-8' http-equiv='Content-Type'/>
    <meta expr:content='data:blog.pageName + data:blog.title + data:blog.pageName' name='Description'/>
    <meta content='put,your,keyword,here' name='Keywords'/>
    <meta content='INDEX, FOLLOW' name='ROBOTS'/>
    
    <b:else/> <title> <data:blog.pageName/> | <data:blog.title/> </title>
    <meta content='YourGoogleWebmasterCode' name='verify-v1'/>
    <meta content='1 days' name='revisit-after'/>
    <meta content='text/html; charset=utf-8' http-equiv='Content-Type'/>
    <meta expr:content='data:blog.pageName + data:blog.title + data:blog.pageName' name='Description'/>
    <meta content='put,your,keyword,here' name='Keywords'/>
    <meta content='INDEX, FOLLOW' name='ROBOTS'/></b:if>
    
    <b:skin>
     
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