Sunday 11 August 2013

// // Leave a Comment

How to Add Meta Tag to Blogger:Make your blog fully search engine optimized

Many of us use blogger.com to start our free blog which may be for making money or sharing your knowledge,voice through blogging.But if your blog is not Search Engine Friendly than you can not achieve your goal.For this purpose you need to make your blog fully search engine optimized and add meta tag to blogger so that people searching their keywords will easily knows your site.You have to just follow these following simple steps to add meta tag to blogger.

How to ADD META TAG TO BLOGGER?


Step 1:

Go to Blogger Dashboard > Template > Edit Html and search for <head>

Step 2:

Delete Every thing from <Head> to <b:skin><![CDATA[

Step 3:

Place following code just after <head>


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

  <b:if cond='data:blog.pageType == &quot;index&quot;'>

<tittle><data:blog.pageTittle/>

</tittle><b:else/>

<tittle><data:blog.pageName/> - <data:blog.tittle/>

</tittle></b:if>

<meta content='your Blog Description here!' name='description'/>

<meta content='your Keyword here!' name='Keywords'/>

<meta content='Author Name here!' name='Author'/>

<meta content='Author Email Address here!' name='Email'/>

<meta content='Document' name='resource-type'/>

<meta content='all' name='audience'/>

<meta content='general' name='rating'/>

<meta content='all' name='robots'/>

<meta content='index, follow' name='robots'/>

<meta content='id' name='language'/>

<meta content='id' name='geo.country'/>  

<meta content='global' name='distribution'/>

<meta content='1 days' name='revisit-after'/>

<meta content='Indonesia' name='geo.placename'/>



  •  Replace:-

To add your own description,tittle,Keywords.Please replace all above words with desire words!as shown below.

Blog Description :  Write your blog Description
Blog Keywords   :   Write the Keywords of your blog
Blog Author        :   Write the author's name(Your name)
Email Address     :    Write your Email address

Step 4:

Click on Save Template

That's all your blog is fully search engine friendly.If you have or face any problem please comment we will contact with you through your Email Address. 


0 Peoples tell for us:

Post a Comment

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.