|
What are meta tags used? Well meta tags can be used for several
purposes. The first and foremost reason is for search engine positioning
(SEP.) Basically certain meta tags allow for a robot to "crawl" and
website and "index" its pages.
At first this technical jargon may sound way beyond comprehsion,
but it's not. Meta tags help to classify the information and contents
you website contains. Please look at the following meta tags.
<META HTTP-EQUIV="Content-Type" CONTENT="text/html;
charset=iso-8859-1">
<META name="description" content="The Creative
Consultants Group has a full range of services in web development
and e-commerce.">
<META name="keywords" content="panish clientelle
immigration services general practice law consultation services
workers compensation cases medical injuries visas greencards
green cards">
<META name="revisit-after" content="7days">
<META name="robots" content="index, follow">
Use the refresh META tag to redirect a user to a different webpage.
For example, this is good when you have an old page that has been
indexed by various search engines. Instead of giving your user a
404 file error, file not found, why not just redirect to where the
content now exists.
<META http-equiv="refresh" content=".3; URL=http://www.stephaniecota.com/somedirectory/filename.html">
|