how to use the meta tag in your site ?

how you can do SEO(search engine optimization in your web-site)?

Step-1

in this example we are start with the simple HTML tag (<HTML>).
<html>
<head>
           <title>This is my site</title>
</head> 
<body>

<!---   main content is here  -->

</body>
</html>

Step-2
meta tags must be placed in the head part , you must remeber that the meta tags ended with the</> this sign.
meta tag contains two word 
first is "keyword" and second is "description" for example is below

<html>
<head>
           <title>This is my site</title>

<meta name="keyword" content="search engine optimization , other name if you want , etc"/>
<meta name="description" content="how to use meta tag for the use of search engine optimization"/>
</head> 
<body>

<!---   main content is here  -->

</body>
</html>

for more information then please visit below link
http://www.metatags.info/examples_making_metatags

you will also take help from this video






No comments:

Post a Comment