Meta Tag Optimization :: The meta tag are a very essential aspect of the HTML value of your website. They are read by the Search Engines but are not shown as a aspect of your web design. Usually they consist of a small conclusion of the website content and you should consist of your relevant search phrases in them. Most meta tag are included within the <head> </head> tag of a website. The most essential Meta tags are the Description, Keyword, Robots, Language, Country, City, Author and more. Here i am showing few example of Meta Tags.
<head>
<title>Your Title with Keywords</title>
<meta name="keywords" content="Your Keywords with comma's" />
<meta name="description" content="Your Description with Keywords." />
<meta name="city" content="city name which you want to target" />
<meta name="robots" content="index, follow" />
<meta name="author" content="Keyword" />
<meta name="geo.placename" content="Location where you want to promote" />
<meta name="language" content="english" />
<meta name="page-topic" content="Keyword" />
<meta name="rating" content="General" />
<meta name="country" content="Your Country" />
<meta name="google-site-verification" content="bQDZ4u1OYCac2OEA1yJJ8gnb8c6I-FedGrED2C_aZ9Y" />
</head>
How to Optimize Meta Tags ?
1=> Title Tag Optimization :: Title tag is very important tag in web page because search result depend on title tag and title tag should be well optimize there should be important keywords which are highly demanded.
Length of title tag must be 60 character including spaces and comma's according to Google.
Syntax for Title Tag :: <title></title>
2=> Keyword Tag Optimization:: Keywords are the most important terms for website promotion if you select good and high searchable keywords on search engines so you will get good business. The keyword tags should contain between 4 and 10 keywords. They should be listed with commas and should correspond to the major search phrases you are targeting. Every word in this tag should appear somewhere in the body. No single word should appear more than twice, or it may be considered spam.
Length should be 242 characters for Keywords tag according to Google.
3=> Description Tag Optimization:: The description tag describe information about your services and what is in your website. Write some good and unique sentences that will not confuse your visitors.
The description tag must be less than or equal to 160 characters according to Google. It has a great importance for the Search Engine optimization of your Website because search engine shows your meta description in search results so it should be great content.
4=> Robots Tag Optimization:: Robots Tag helps you to clarify the way your website will be crawled by the search engine. There are 4 way to create Meta Robots Tag:
Index, Follow - The search engine robots will start crawling your website from the index page of your website and then will continue to the all of the pages of website.
Index, NoFollow - The search engine robots will start crawling your website from the index page and then will NOT continue to the rest of the pages.
NoIndex, Follow - The search engine robots will skip the index page, but will crawl the rest of the pages.
NoIndex, NoFollow - None of your pages will be crawled by the robot and your website will not be indexes by the search engines.
Note:: If you want to be sure that all robots will read your website we suggest you to add a "Index, follow" meta robots tag. Please notice that most of the search engine robots will index your website starting from the main page of website.
<head>
<title>Your Title with Keywords</title>
<meta name="keywords" content="Your Keywords with comma's" />
<meta name="description" content="Your Description with Keywords." />
<meta name="city" content="city name which you want to target" />
<meta name="robots" content="index, follow" />
<meta name="author" content="Keyword" />
<meta name="geo.placename" content="Location where you want to promote" />
<meta name="language" content="english" />
<meta name="page-topic" content="Keyword" />
<meta name="rating" content="General" />
<meta name="country" content="Your Country" />
<meta name="google-site-verification" content="bQDZ4u1OYCac2OEA1yJJ8gnb8c6I-FedGrED2C_aZ9Y" />
</head>
How to Optimize Meta Tags ?
1=> Title Tag Optimization :: Title tag is very important tag in web page because search result depend on title tag and title tag should be well optimize there should be important keywords which are highly demanded.
Length of title tag must be 60 character including spaces and comma's according to Google.
Syntax for Title Tag :: <title></title>
2=> Keyword Tag Optimization:: Keywords are the most important terms for website promotion if you select good and high searchable keywords on search engines so you will get good business. The keyword tags should contain between 4 and 10 keywords. They should be listed with commas and should correspond to the major search phrases you are targeting. Every word in this tag should appear somewhere in the body. No single word should appear more than twice, or it may be considered spam.
Length should be 242 characters for Keywords tag according to Google.
3=> Description Tag Optimization:: The description tag describe information about your services and what is in your website. Write some good and unique sentences that will not confuse your visitors.
The description tag must be less than or equal to 160 characters according to Google. It has a great importance for the Search Engine optimization of your Website because search engine shows your meta description in search results so it should be great content.
4=> Robots Tag Optimization:: Robots Tag helps you to clarify the way your website will be crawled by the search engine. There are 4 way to create Meta Robots Tag:
Index, Follow - The search engine robots will start crawling your website from the index page of your website and then will continue to the all of the pages of website.
Index, NoFollow - The search engine robots will start crawling your website from the index page and then will NOT continue to the rest of the pages.
NoIndex, Follow - The search engine robots will skip the index page, but will crawl the rest of the pages.
NoIndex, NoFollow - None of your pages will be crawled by the robot and your website will not be indexes by the search engines.
Note:: If you want to be sure that all robots will read your website we suggest you to add a "Index, follow" meta robots tag. Please notice that most of the search engine robots will index your website starting from the main page of website.