Meta
tags are very useful and can be used for many purposes. These can be
very useful in SEO(serch engine optimization). Meta tags can be very
useful in page redirection. you have seen on many sites. which
redirects you on some other urls after a specific interval. A way to do
this is with meta tags. Page redirection with meta tag
<META http-equiv="refresh" content="5;URL=http://www.google.com">
With meta tags we can refresh the page after some intervals.
<meta http-equiv="refresh" content="600">
Meta tags are very useful in SEO ranking.
We can tell Seach engines that what contents are in our site. Search engine will show the website with meta tags. Examples:
<meta name="" content="">
Meta name can be Keywords and contents can be description of the site. For this site www.xpode.com we will write the meta tags
<meta name="keywords" content="Asp.net, HTML, Css tutorials ">