The world of the web designing, web development and other web design tutorials.

Slider (DO NOT EDIT HERE!)

Friday 13 June 2014

Meta Tags In Html

meta tags in html

Who does not want to top search engine every blogger have dream to top search engine ranking. There are many bloggers who doing lots of effort in order to get high traffic or top rank in search engine. The meta tags one of the way to top search engine ranking and for getting more traffic. The meta tags tell the search engine what your blog or website is about, to implement meta tags incorrectly it can be dangerous for your blog or website.
Also read this: Html document type declaration.
Also read this: Basic tags of html.

What are meta tags?

  • Html Meta tags lie between the opening and closing of head tag in html document.
  • The data in these tags not showed on browser.
  • The meta tags tell the browser and search engine what your site is about.

TITLE TAG.

Title tag is not meta tag .but it is important to write the title tag should not be long it contain some word like your page name as like index, profile etc. it is also written in head tag.

META DESCRIPTION.

As I mentioned before that the meta description tag tell the browser and search engine what your blog or website is about. It is important to write good description for search engine which they can understand. It is also important to write meta description on every page but it should be different frome each other . Meta description should no longer 155 character even including spaces. It can be written as:

<meta name="description" content="description goes here">

META KEYWORDS.

Meta keywords contain the words which  familiar with your blog or website. This tag also helps to get lot of traffic. The meta keywords tag should be  contain on 20 words.

<meta name="keywords" content="keywords goes here">

ROBOTS META TAGS.

This tag is important and main tag. The robot meta tags specify the particular page that

 Should be index to the search engine or not and the links on that page are followed by search engine or not. Meta tags can be written in four different methods given below.

              <META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
                In this method the search engine  doesn't index your page and doesn't follow the links to the other pages.
                         <META NAME="ROBOTS" CONTENT="INDEX, NOFOLLOW">
 In this method you requests to the search engine that index the page but don’t follow the links to other pages.

<META NAME="ROBOTS" CONTENT="NOINDEX, FOLLOW">
In this method the search engine doesn't index the page but follow the links to the other pages.

                         <META NAME="ROBOTS" CONTENT="INDEX, FOLLOW">
In this method the search engine index the page and also follow the links to the other pages.

CONCLUSION .

Now you have understanding of meta tags these tags helps a lot to get high page rank or lots of traffic.
Remember in your prayers and keep visiting and share the post with your friends.

0 comments:

Post a Comment