Ok today i just wont to go over some important tag to your website also helpful for search engines.
Today lesson is on Meta.
Moving on.........
The HTML page has a Meat element inside the head element of the document for example,
1) Meta Description
2) Meta Keywords
3) Meta name
and so on..........
I will explain what each element is and how they work.
Meta Description This element is use to embed information in the head of your page that search engines will use to display a description of your site.
Example:
<Meta NAME=”description” Content=”This is my company web site. This contains information on your products and services.”>
Meta Keywords This element is uses to embed information in the head of your page that the search engines will use for keywords when people are searching for your site.
Example:
<meta name=”keywords” content=”product name, service, company name, country, province state, industry. Etc.”>
Meta name You can embed author's name in a meta element.
Example:
<meta name=”author” content=”your name=”>
Similarly you can embed the company” content=’company name”>
You can also use copyright meta as will.
Example:
<meta name=”copyright” content=”Copyright @ 1997 your name or company name. All rights reserved”>
<meta name="keywords" content="SocialBlue(2)">
<meta name="author" content="Maleck Johnson">
Will that lesson for today i help this was helpful to you as it was helpful to me.