Tuesday 24 January 2012

meta tag home page blogger


Let’s see how to add these tags,

1.     First visit your DASHBOARD >> DESIGN >> EDIT HTML

2.    Then find the following HTML tag

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

3.  Then copy the following code and paste it just below the above code (As I shown it in following screenshot).

<b:if cond='data:blog.url == "http://techblaster.co.cc/"'>
<meta content='
DESCRIPTION' name='description'/>
<meta content='
KEYWORDS' name='keywords'/> </b:if>


This is how you see after adding your META tag

                                                    
4.   Then change above red coloured text with your own url for that particular post, your description for that post and your keywords for that post.

5.     If you want to add META tag for your next post again copy the abovr META Tag and paste it below the previous META tag

6.     Then SAVE your template. That’s all.