The Most Important Meta Tags for all Websites for Better SEO

The Most Important Meta Tags for all Websites for Better SEO
There are lots of meta tags and html-tags for websites and obviously not all tags influence the search result. For example the html cookie tag doesn’t have any role to rank your website or blog in search engine results, however the Title, Description and Keyword Tags are very important. We are come up with few tags which will help you to rank fast in SERP. We will not be discussing the tags, which are not much important. We will be sharing only The Most Important Meta Tags for all Websites for Better SEO.
 
1. Title Tag
Title tag should not be more that 70 characters.
<title>Up to 70 Characters of relevant keywords</title>
 
2. Description Tag
Description tag should not be more than 155 characters.
<meta name=”description” content=”Relevant description of your website not more than 155 characters, should include important keywords” />
 
3. Keyword Tag
Keyword tag is not important anymore. And put comma after every word. However Meta Keywords is of no positive value to any major Search Engine especially not Google. It was announced in September 2009. You can check it HERE
Example:
Incorrect Way:Learn SEO, Learn SMO, Learn Online Marketing
Correct way:Learn, SEO, SMO, Online Marketing
<meta name=”keywords” content=”Do not repeat the words, it should not have more than 10 keywords“/>


The only thing he says is : “Google does not use the keywords meta tag in web ranking”. That’s it! All the other information is made up by so called experts.
 
4. Robots Tag
There are different types of Robots Tags

  • The spider will crawl every page.

<meta name=”robots” content=”index, follow”>

you are also allowed to type it like this:

<meta name=”robots” content=”INDEX, FOLLOW”>

<META NAME=”robots” CONTENT=”INDEX, FOLLOW”>

<META NAME=”robots” CONTENT=”index follow”>

  • The spider will not crawl any page.

<meta name=”robots” content=”index, nofollow”>

  • The spider will now only look at this page and stops there.

<meta name=”robots” content=”noindex, follow”>

  • The spider will not look at this page but will crawl through the rest of the pages on your website.

<meta name=”robots” content=”noindex, nofollow”>



5. Revisit After Tag
Tell spiders to come back and index your website again.
<meta name=”revisit-after” content=”7 days“>
You can change 7 days to any amount. It is up to your choice.


6. Rel-canonical Tag
Rel-canonical tag is incredibly important, but is only needed when you have duplicate content issues or you’re looking to move the link equity from one page to another.
Common mistakes with Rel-canonical tag. Read more
Correct way to use it. Official page. Read more


Correct HTML Meta tag format:
<title>Up to 70 Characters of relevant keywords</title> 
<meta name="description" content="Relevant description of your website not more than 155 characters, should include important keywords" /> 
<meta name="robots" content="index, follow"> 
<meta name="revisit-after" content="7 days">