6. Optimisation of your META tags
The head element contains general information (meta-information) about a document. HTML also includes a meta element that goes inside the head element. The purpose of the meta element is to provide meta-information about the document.
Most often the meta element is used to provide information that is relevant to browsers or search engines like describing the content of your document. Some search engines will use the name and content attributes of the meta tag to index your pages.
This meta element defines a description of your page:
meta name = "description" content = "Free Web tutorials on HTML, CSS, XML, and XHTML"
This meta element defines keywords for your page:
meta name = "keywords" content = "HTML, DHTML, CSS, XML, XHTML, JavaScript, VBScript"
The intention of the name and content attributes is to describe the content of a page. However, since too many webmasters have used meta tags for spamming, like repeating keywords to give pages a higher ranking, many major search engines have stopped using them entirely. Where they belong: The correct placement for both meta tags is between the HEAD and /HEAD tags within the HTML the makes up your page. Their order does not really matter, but most people usually place the description first then the keywords meta.
Tag limits:
- We recommend that your Keywords Meta not exceed 1024 characters including spaces.
- We recommend that your Description Meta tag not exceed 250 characters including spaces.
Meta description tips: - Make sure you accurately describe the content of your page while trying to entice visitors to click on your listing.
- Include 3-4 of your most important keyword phrases. Especially those used in your title tag and page copy.
- Try to have your most important keywords appear at the beginning of your description. This often brings better results, and will help avoid having any search engine cut off your keywords if they limit the length of your description.
Meta keywords tips:
- Aside from what we mention in the other tips below you should only use those keyword phrases that you also used in the copy of your page, title tag, meta description, and other tags. Any keywords phrases that you use that do not appear in your other tags or page copy are likely to not have enough prominence to help your listings for that phrase.
- Don't forget plurals.
- Don't forget common misspelling of a popular keyword that could be used to find your site.
Watch out for repeats! You want to include your most important phrases, but when doing so it can be difficult not to repeat one word many times. There in no limit, but we recommend that no one word be repeated in the keyword meta more than 5 times. - If your site has content of interest to a specific geographic location be sure to include the actual location in your keyword meta.