These are HTML or XHTML tags that provides
information about the web page. Meta tags may
contain information about what the page is about (keywords and description),
language, author, when it was write and much more. Many search engines use this
information when indexing pages, because these tags help the search engines to
understand the contents of a site. Putting correct Meta
tags in the header part of an HTML document is called on-page optimization in
Search Engine Optimization world.
<META HTTP-EQUIV="name"
CONTENT="content" />
<META NAME="name" CONTENT="content" />
<META NAME="name" CONTENT="content" />
Following are some commenly use meta tags
with brief explantion and examples of how they can be written well:
Page Title : The page title is not
a real meta tag but it's worth considering it here in relation to them. It is
one of the most important element and every document must have it.
e.g.
e.g.
<title>What are Meta Tags - Tips and Tricks</title>e.g.
<meta name="description" content="The meta tags
are normally found in the head section of an HTML document" />e.g.
<meta name="keywords" content="Meta Tags,
Meta-Tags, Tips, Meta Elements" />e.g.
<meta name="robots" content="noindex"
/>e.g.
<meta name="robots" content="nofollow"
/>e.g.
<meta name="robots" content="noindex,
nofollow" />e.g.
<meta name="robots" content="noindex,
follow" />e.g.
<meta name="robots" content="index,
nofollow" />e.g.
<meta name="robots" content="index,
follow" /> (This is default)Below are examples of robots meta tags for specific search engines.
For Googlebot :
<meta name="googlebot"
content="noindex, nofollow, noarchive" />For MSNbot :
<meta name="msnbot"
content="noindex, nofollow" />e.g.
<meta http-equiv="content-language"
content="en" />e.g.
<meta http-equiv="content-type"
content="text/html; charset=utf-8" />
DC Dublin Core META
Tags (DCMI) : The Dublin Core
metadata element set is a standard for cross domain information resource
description.
e.g.
e.g.
<meta name="DC.title" lang="en"
content="DC Dublin Core META Tags - DCMI Dublin Core Metadata
Initiative" />
Using the Dublin Core syntax for your meta
elements instead of developing a custom vocabulary provides a consistent and
standard approach to describing the content within your site. The Dublin Core
syntax may be combined with standard meta tags with no problems. Dublin Core is
supported by various search engines (such as Ultraseek, for example) that may
be used to add search features to your own site.
No comments:
Post a Comment