Three most important meta in set home page
- titleĀ tags
- description tags
- keyword tags
all meta put in head like
<head>
all tags
</head>
<title> your title </title>
<meta name=”Description” Content=” your description “>
<meta name=”Keywords” Content=”your keyword “>
this meta is most important to ranking in various search engine.
and another meta like
<meta name=”robots” Content=”index,follow,all”>
<meta name=”GOOGLEBOT” content=”index, follow”>
<meta name=”robots” content=”all”>
are important in all search engine.