The meta tag is used to generate additional info to the search engine.
These information will not be unless that user will select view 'Source'
from the 'View' menu where he will have access to the HTML part of the page.
Meta keywords
In the meta tag you can add words or keywords. Here will be put the most important words that can target to your web site. It is recommended that you do not abuse these tags, because using keywords that have no link to the web site's content, neither the search engines nor the users will gain any profit. Here is a moderate example of using the meta tag
<head>
<meta name="keywords" content="Tutorials, hacking, HTML, web, resources, webmaster" />
</head>
This example is based on this page's profile. As you can see, the name specifies what kind of meta tag will be used. Also, the comma that is used to separate the words from each other has to be specified, something trivial but something that many forget once they have to do it
Meta Description
This tag helps you to describe your web site. A maximum of two sentences will be used to complete the content of this tag.
<head>
<meta name="description" content="The World's Best Site to Solve your Computer Problems, Learn Complete Computer Softwares & Latest Computer Tips & Tricks"/>
</head>
As you can see, the name specifies what kind of meta tag will be used. Also, the comma that is used to separate the words from each other has to be specified, something trivial but something that many forget once they have to do it.
Meta Revised
Revised tag in meta It is used to specify the latest bringing up to date of the web site.
<head>
<meta name="revised" content="1/08/2014" />
</head>
Meta Refresh
Refreshing is done with the help of the http-equiv="refresh" attribute The purpose of this tag is to reload the page and to display new info in the case of a bringing up to date. A very useful application for a forum, for example.
<head>
<meta http-equiv="refresh" content="10; url=http://deadlyuniversityspy.blogspot.in" />
</head>
Meta Redirect
Redirect is easily done by changing the address of the web page with the one you want it redirected to. The application is welcomed when you buy a new domain and the redirection of the users to the new page is wanted.
<head>
<meta http-equiv="refresh" content="5; url=http://deadlyuniversityspy.blogspot.in" />
</head>
Meta keywords
In the meta tag you can add words or keywords. Here will be put the most important words that can target to your web site. It is recommended that you do not abuse these tags, because using keywords that have no link to the web site's content, neither the search engines nor the users will gain any profit. Here is a moderate example of using the meta tag
<head>
<meta name="keywords" content="Tutorials, hacking, HTML, web, resources, webmaster" />
</head>
This example is based on this page's profile. As you can see, the name specifies what kind of meta tag will be used. Also, the comma that is used to separate the words from each other has to be specified, something trivial but something that many forget once they have to do it
Meta Description
This tag helps you to describe your web site. A maximum of two sentences will be used to complete the content of this tag.
<head>
<meta name="description" content="The World's Best Site to Solve your Computer Problems, Learn Complete Computer Softwares & Latest Computer Tips & Tricks"/>
</head>
As you can see, the name specifies what kind of meta tag will be used. Also, the comma that is used to separate the words from each other has to be specified, something trivial but something that many forget once they have to do it.
Meta Revised
Revised tag in meta It is used to specify the latest bringing up to date of the web site.
<head>
<meta name="revised" content="1/08/2014" />
</head>
Meta Refresh
Refreshing is done with the help of the http-equiv="refresh" attribute The purpose of this tag is to reload the page and to display new info in the case of a bringing up to date. A very useful application for a forum, for example.
<head>
<meta http-equiv="refresh" content="10; url=http://deadlyuniversityspy.blogspot.in" />
</head>
Meta Redirect
Redirect is easily done by changing the address of the web page with the one you want it redirected to. The application is welcomed when you buy a new domain and the redirection of the users to the new page is wanted.
<head>
<meta http-equiv="refresh" content="5; url=http://deadlyuniversityspy.blogspot.in" />
</head>