18 October 2012

Auto Description, Keyword Meta Tag For Blogger Posts Blogger SEO


Description, Keywords, And other meta tags are important for every blog post if need a good page rank in search engines.
The below script will help to increase your blog's search engine ranks by automatically generating different and appropriate meta tags for your blog posts.




 Go to Design > Edit HTML of your blog.
Find:
<title><data:blog.pageTitle/></title>
Replace the above code with:
<b:if cond='data:blog.pageType == "item"'>
<title><data:blog.pageName/> | <data:blog.title/></title>
<b:else/><title><data:blog.pageTitle/></title>
</b:if>
<b:if cond='data:blog.pageType == "archive"'>
<title><data:blog.pageName/> | <data:blog.title/></title>
</b:if>
<b:if cond='data:blog.pageType == "label"'>
<title><data:blog.pageName/> | <data:blog.title/></title>
</b:if>
<meta expr:content='data:blog.pageTitle + " - your blog description here"' name='description'/>
<meta expr:content='data:blog.pageName + ", Keyword-1, Keyword-2, Keyword-3, Keyword-4, Keyword-5"' name='keywords'/>
<meta content='Your Name Here' name='author'/>
<meta content='index,follow' name='robots'/>
* Change description, keywords, and author name with appropriate values.
Say thanks to us

1 comment:

  1. I have 2 questions and it's important :
    Q1. This SEO Script is Black Hat OR White Hat ?
    Q2. Why only 5 Keywords ? (because many site use 10 to 12 keywords)
    I want true answer in detailed ...

    ReplyDelete

Thanks We will Post your comment after approble....