Tuesday 5 August 2014

// // Leave a Comment

Simple tricks to add meta data to your blog

Meta data is a one of the important things to get a seach engine visibility and SEO . For a blogger, it is very important to add meta data , How can we get that ? Let us look .

Read more :  Tips to write SEO optimzed Articles for better indexing

Read more :  5 Easiest ways to increase earnings from adsense website

1 . Go to blogger and Login to your account using your email id and password .

2 . Select your blog and select template from left side bar .
left side template

3 . Back up your template and press Edit template.
4 . Search Below code on template using Ctrl + F.


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

5 . You can see code look like this.


<head>
< b:include data='blog' name='all-head-content'/>
< title> <data:blog.Title/></title>

6 . Add below code inside <head> section.


<b:if cond='data:blog.url == data:blog.homepageUrl'>
<meta content='type your blog descriptions'name='description'/>
< meta content='type your keyword with comma' name='keywords'/>
< /b:if>

7 . Press save on template.

Add meta data to blog post

1 . For adding meta data to blog post  just replace
<b:if cond='data:blog.url == data:blog.homepageUrl'>     with  

 <b:if cond='data:blog.url == "your blog post URL" '> 
      In step No 6 of above code.




Like this article ? please share on your social network »»



0 comments:

Post a Comment