Today i m going to share the second part of previous article. In this post i will discuss How to Optimize Blogger Title By Adding Meta Tag and Meta Tag Description manually which helps to make your blog SEO friendly. According to SEO by adding meta tag specially meta description is the most important one. By adding meta tags you can get more traffic from search engines like Google, Yahoo, Bing etc. On the other search engine always want to get the specific information about your blog that you can specified by adding the following meta tag codes.
- Login to your blogger dashboard.
- Goto to template and click on Edit HTML.
- Find this code <title><data:blog.pageTitle/></title> by pressing Ctrl+F
- Replace the below code with <title><data:blog.pageTitle/></title>
<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.pageTitle/></title>
<b:else/>
<title><data:blog.pageName/> | <data:blog.title/></title>
</b:if>
- Now again find <head> by pressing Ctrl+F.
- Paste the below code after <head>
<b:include data='blog' name='all-head-content'/>
<meta content='Your Blog Description Here' name='description'/>
<meta content='Add Keyword here' name='keywords'/>
<meta content='Your name here' name='author'/>
<meta content='never' name='Expires'/>
<meta content='INDEX,FOLLOW' name='Robots'/>
<meta content='4 Days' name='Revisit-after'/>
- Change the highlighted lines with your information.
- Save your template and you done it.
0 comments :
Your feedback is always appreciated. We will try to reply to your queries as soon as time allows.
Note:
1. Make sure to click the "Subscribe By Email" link below the comment to be notified of follow up comments and replies.
2. Please "Do Not Spam" - Spam comments will be deleted immediately upon our review.
3. Please "Do Not Add Links" to the body of your comment as they will not be published.
4. Only "English" comments shall be approved.
5. If you have a problem check first the comments, maybe you will find the solution there.
Post a Comment