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"'>* Change description, keywords, and author name with appropriate values.
<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'/>
Say thanks to us
I have 2 questions and it's important :
ReplyDeleteQ1. 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 ...