Quote:
Originally Posted by sck4784
But I have seen many people used another meta tags along with above tags.
These are:
1. <META NAME="Title" CONTENT=".........................">
2. <META NAME="abstract" CONTENT=" ....................">
3. <META NAME="keyphrase" CONTENT=".......................... ">
I am little confused about this. Let me know what's these & why we used them.
|
No need to confused all these are Meta tags
1. <META NAME="Title" CONTENT=".........................">
These are used for tiltle of that particular page/site
2. <META NAME="abstract" CONTENT=" ....................">
These are used for Include your description of the site or page in the "text" field. To maximize your search engine ranking, be sure to use keywords within your description (keywords from the keyword Metatag).
Examples
<meta name="abstract" content="HTML tag reference guide">
3. <META NAME="keyphrase" CONTENT=".......................... ">
These are used for Key word or keys Phrase for their target audience.
Examples
<meta name="keyphrase" content="Economical web development" />
Thanks
|