How can you change your meta descriptions in blogger (blogspot)

'Search engine' always looking your site or blog 'meta tags'. So
Meta tag and Meta description are two important subject of your website or blog. If you are using blogger now, you should change your meta tag and meta description. It's simple.. First sign in to your blogger account >> Layout >> Edit HTML Now find the below line in your template HTML code
<b:include data='blog' name='all-head-content'/> 
Just after above line paste the below lines...  
<b:if cond='data:blog.url == data:blog.homepageUrl'> <meta content='YOUR BLOG HOME PAGE DESCRIPTION HERE' name='description'/> <meta content='KEYWORDS' name='keywords'/> </b:if>  
Don't forget to change the YOUR BLOG HOME PAGE DESCRIPTION HERE with your blog description and KEYWORDS with your blog keywords.. That's all.. Now the meta description will only applicable for your home page... And for your posts, first few lines of that post will be considered as meta description by search engines..

Share this

0 Comment to "How can you change your meta descriptions in blogger (blogspot)"