Showing posts with label Meta Description. Show all posts
Showing posts with label Meta Description. Show all posts

Monday, May 19, 2014

// // 9 comments

Add SEO Meta Tags Title and Description in Blogger

Meta tag is a points intended for SEO (Search Engine Optimization). The actual <meta> label delivers metadata concerning the HTML document. Meta tag will never be displayed for the page, yet will likely be machine parsable. Meta tag are typically helpful to describe page description, keyword, Author of the content, last modified, and other metadata. The actual metadata works extremely well by means of browser (how to display content material or reload page), google (keywords), or various other web services. Search engines crawlers examine meta tag words of blog or website and allow these tag words (title, keyword and also description) data in order to yahoo, google search, based on these tag words your blog can be confirmed within search results websites (SERP's).



Meta Tag are Important and the helpful for our blog's SEO.

Put SEO Meta Tags in Blogger Template

Learn how to put Meta Tags in blogger template for better ranking in search engine results with easy steps.

Step 1.

Login to Blogger >> Go to Dashboard >> Template >> Edit Html

Step 2.

Find the following code [Tip: Ctrl+F]

<head>

This will be mostly on the main page of the template coding.

Step 3.
After/under this line paste the following code.

 <meta content='Your Blog Description' name='description'/>
 <meta content='Keyword1,Keyword2,Keyword3' name='keywords'/>
 <meta content='Author Name' name='Author'/>
 <meta content='Author Email Address' name='Email'/>
 <meta content='all' name='robots'/>
 <meta content='index, follow' name='robots'/>
 <meta content='Language Name' name='language'/>
 <meta content='Country Name' name='country'/>
 <meta content='blogger' name='generator'/>
Step 4.

Change red color bolded text according to your choice.

Note:  write keywords in separate commas  i.e., write comma after every word.

Step 5.

Now save your template and you are done, your blog is optimized for SEO and Google will show your site/blog in search results.
Read More

Thursday, April 24, 2014

// // 1 comment

How To Add SEO friendly Meta tags for blogger

After my previous article about How To Add Favicon in Blogger Tutorial today i am going to share How To Add SEO Friendly Meta Tag For Blogger (Blogspot) Blog.

Meta tags are very important factor for blogger. It's provide our blog details to search engines crawler.It is like as a SEO work.



Lets See How To Put Meta Tags in Blogger For SEO

Step 1.
Login to Blogger >> Go to Dashboard >> Template >> Edit Html

Step 2.
Find the following code [Tip: Press  Ctrl+F anywhere in template editor]

<head>
Step 3.
After this tag paste the following code.

<meta content='Your Blog Description' name='description'/>
<meta content='Keyword1,Keyword2,Keyword3' name='keywords'/>
<meta content='Author Name' name='Author'/>
<meta content='Author Email Address' name='Email'/>
<meta content='all' name='robots'/>
<meta content='index, follow' name='robots'/>
<meta content='Language Name' name='language'/>
<meta content='Country Name' name='country'/>
<meta content='blogger' name='generator'/>

Step 4.
Replace all the RED words with your own need.
Click on Save Template .

You have done if you face any problem to intall this tag in your blogger blog please let me know in comment i am glad to see your comments here. :)
Read More

Friday, April 11, 2014

// // 1 comment

How to Add Meta Description for Every Post in Blogger

How to Add Meta Description for Every Post in Blogger


The blog’s Meta tag description will increase your SEO toughness as well as relevance for a readers. So it is always encouraged that your particular publish Meta tag needs to be tightly related to your blog post.


How to Add Meta Description for Every Post in Blogger?


Every blogger should remember these tricks.

Step-1:


Login to your Blogger Account > Go to Dashboard > Settings > Search Preference

Enable search description to Yes.

Step-2:


Enter a blog description relevant to your niche and it should be limited to 150 characters. Click on Save Button.


Step-3:


Now create your New Post and enter following information.

1) Write your post Title.

2) Write your article.

3) Enter Label Name (Right side of your post)

4) Enter Search Description for your post. (This option will be visible after changing search description setting to “Yes” as described in Step-1).

5) Publish your post.




Step-4:

Now visit to your recent published post and check the page source. It will look like below snapshot. In the below snapshot, you can see the difference between blog and post Meta Description.

If you face any difficulties to add meta tag description to each post please hit a comment below we glad to help you. :)
Read More