Saturday, July 27, 2013

// // 1 comment

Create Meta tags for your blog

meta tags blogger

Meta is most trendy html tags which are inert suggested for many SEO (search engine optimization) optimizer. This is the first thing every bloggers must need to do. After creating a website, you need to submit your website in various search engines and create Meta tags. That’s why I created this post to share a tutorial for create Meta tags for website and put it on Blogger. You can follow some quick tips while you writing a description for your blog. 


Meta Description:

Meta description is a part of Meta tags. You need to describe your blog with 140 letters. As you can see below an example of other blog meta description.  

The best tips for Wordpress, Blogger and blogs. From creating your blog to writing tips, widgets, design, templates, themes, SEO, social media and more.

HTML code looks like this:

<b:if cond='data:blog.url == data:blog.homepageUrl'>
<META NAME="Description" CONTENT="Your Blog description">
</b:if> 

Meta Keyword:  

It also a part of Meta tags. You need to choose some keyword / phrase for your blog. Then put it on html tags. Example looks like this.

blogger tips, tricks, gadgets, blog widgets, templates, tutorials, wordpress

Meta Author: 

It’s not an important part of Meta tag. People want to add their name in website, so they using this tag. If you want to add this tag too, use your full name in Author code below. Remember, don’t use nick or small name.

Meta Robots: 

Sometime you can tell robots to don’t crawl or index your website. So you can manage it with robots tag.
When you want to stop indexing your page. Type No Follow or No Index in robot html code (You can see all code below).

If you want to index your site again? Then change it to Follow and Index.   

For default: All is better.

Create Meta Tags simply:

  • Log in to Blogger with your own email and password details. 
  • Go to Template tabs and click Edit HTML. 
  • Copy the following meta tags code and paste them below <head> tags. 
Note: Paste the following html after Google, Bing verification code. 

<b:if cond='data:blog.url == data:blog.homepageUrl'>
<META NAME="Description" CONTENT="Type Description of Your Blog" />
</b:if>
<META NAME="Keywords" CONTENT="Type Keywords of Your Blog" />
<META NAME="Author" CONTENT="Type Your Full Name" />
<META NAME="Robots" CONTENT="All" />

It's Look like this picture. :)

put meta codes


After your paste the following code below <head> Tag. Save the template and you are done. Cheers.  

If you have any kinds of question about meta tags, feed free to comment here. Thanks. 

1 comment:

Delight NOTE:

We have Zero acceptance to Spam. Junk Comments and Comments with Links will be deleted right away upon our review.