How to Add Meta Tags in Blogger

[ad_1]

Meta tags in blogger are the core core part of seo (search engine optimization) of your blog. They not only help search engines to know about the content of the website but also help human readers to know what is the main niche / topic of your blog. There are different type but the most important and widely used are the tags used for keywords and description.

The first one is for main keywords of your content and second one is for description of your content. The second one is more important than first because many search engines have left ranking pages based upon keywords. Google has also announced that they are now not using keywords tags for indexing web pages. Therefore, you can leave keywords tags but be sure to add description tags.

To add meta tags in blogger home page follow these steps.

Go to Layout -> Edit HTML in your blogger dashboard and search for the below line.

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

Add the following code below the above line.

<b: if cond = "data: blog.url == data: blog.homepageUrl"> <meta content = "Add your blog description here" name = description /> <meta content = KEYWORDS name = "Add keywords here separated by commas" /> </ b: if>

Insert your blog keywords and description where I mentioned in above code but it should be relevant to your blog and keywords should not be repeated more than three times. The above code will insert meta tags only for blogger home page. You should also add them to each blogger post so search engines rank your blog posts well. Adding them to each blogger post is little different from adding on home page, you can read about it in below link.

[ad_2]