Thursday, 20 February 2014

Basic Meta Tags In SEO



 Meta Tags In SEO
Understanding  how to use of meta tags and how it can be useful for your website is main thing in Search engine optimization. A meta tag is hidden tags which is live in head of HTML document. And meta tags always lie between open and closing head but the text in these tags is not displayed but tell browser  information about page. Simply a meta tags explains the page so browser can understand it. Generally meta tag provide information about the website post and articles. So in search engine optimization meta tags play very important role.
Here is a example of meta tag code.
<head>
<title> </title>
<meta name="description" content=" Description Here">
<meta http="content-type" content=" ">
</head>
  
And there are three basic type of meta tag available in search engine optimization.

1-Keyword Meta tag
2-Description Meta tag
3- Robots Meta tag

1-Keyword Meta tag-
The meta  tag is a text which provide addition text for crawler to the search engine to index  along with the rest of your article in your website. The way of using meta keyword tag is chose  a particular keyword and place them in to main body of text.
And the other way of using meta keyword tag is use words or synonyms into your Meta keywords tag that you don't have on the page itself.

2-Description Meta Tag-
A Description meta tag is tag which is small description of your website. Search engine may use your description meta tag for the description of your website that it displays in search engine results.
For example when user search a particular keyword in search engine and search engine show some result and in result a site keyword with url and sort description of site is meta description tag.
Here is a code of meta tag description-
<meta name="description" content=" Description Here">

3- Robots Meta tag-
The robots meta tag is basically use for indexing your site. It is designed to  to tell all search engine when you don’t want it to index your website, and when you don’t want the search engine to check any of the link of your website or pages Robots.. Robots meta tag is almost same as other meta tag and it should be added in head section of your page.
<meta name="robots" content="noindex,nofollow">

No comments :

Post a Comment