Make a Title Tag and Meta Tags

Make a Title Tag and Meta tags
There are many Meta / Header Tags, written between tags <head> ... <. / Head> include the following:
1. Tags title. Title tag is displayed in the top left corner of the browser. The contents of this title with sentences that have the words keyword. The creators of this title is considered by search engines. Do not create tags of your web pages with your web pages on other pages. Search engines especially google can recognize duplicate tags. Example:
<title> title text </ title>
<meta name="Title" content=" title text" />
2. Tag description. Contains a description of your website, try to have the desired keyword. Do not be too short content Example:
<meta name="description" content=" about the title " />
3. Tag keywords. Contains keywords that you want. Example:
<meta name="keywords" content="content a, content b, context a"/>
4. Tag robots. This tag is to notify to crawl to do indexing or not. Because there are several web that deliberately do not want known. Of course in this case we allow it to index. Example:
<meta name="robots" content="index, follow" />
<meta name="googlebot" content="index,follow" />
<meta name="msnbot" content="index,follow" />
The program belongs to all search engine robots to explore 24 hours.
5. Tag alternate. Other formats how publications such as RSS. Example:
<Link rel = "alternate" title = "Goodbye fats"
href = "http://diettips.com/goodbye-fats/rss_articles/" />
6. Tag author and Copyright. Example:
<meta name="author" content="author name" />
<meta name="copyright" content="diettips.com" />
Related Posts Plugin for WordPress, Blogger...