Here you can quickly produce meta-tags for your
web pages needed to list on major search engines, such as,
BigFinder, Excite, Lycos, Yahoo, etc.,... The instructions below will explain the
process.
In order for each page in your
web site to list with the major search engines, you must
have meta-tags in the HTML source for identification and
description purposes. Without properly adding these tags to
the "HTML Head" of your web site - you will not be listed with any
search engine or directory that makes use of such tags - and
most do!
Installing:
Use the form below to type a
your description and keywords. Once complete, you will need
to copy / paste (ctrl+c / ctrl+v)
the generated contents into the HEAD
of your HTML pages. You should only use keywords and
descriptions relative to the destination page and perform
this step for each web page respectively. Using the same
tags on all pages will not be productive.
Page Description:
Here you will want to enter a 10-20 word (150 characters) description of
the products or services offered on the respective
destined web page.
Enter Description Here:
Page Keywords: Here you can enter the
keywords and phrases (870 characters max.) You should be specific
to the products or services targeted on this particular
page.
Enter keywords below: Separate all words with commas: (ex.
web,page,design,hosting,programming,internet services,developement etc.,..)
Your Tags Appear Here
Click the
"Create Tags" button below and the generated
tags will appear in the box below. Simply copy/paste them
to your web site header as described below.
EXAMPLE HTML
HEADER
In source code or HTML mode (usually using Windows Notepad)
the head of an HTML page will look something like this...
BEFORE ADDING META-TAGS
<html>
<head>
<meta
http-equiv="Content-Type"
content="text/html;
charset=iso-8859-1">
<title>My
Home Page</title>
</head> |
As you can see the HEAD
starts with <head> and the ends at
</head>.
A proper placement of meta-tags would resemble
this example below:
AFTER ADDING META-TAGS
 |
<html>
<head>
<meta
http-equiv="Content-Type"
content="text/html;
charset=iso-8859-1">
<title>My
Home Page</title>
<META NAME="DESCRIPTION"
CONTENT="Welcome
to the Meta Tag Generator. Here you can quickly produce
meta-tags for your web pages needed to list on
major search engines.">
<META NAME="KEYWORDS"
CONTENT="meta
tags,tricks,search engine secrets,meta-tags,html
markups,webbots,alt text">
<META NAME="ROBOTS"
CONTENT="INDEX,
FOLLOW, ALL">
<META NAME="DISTRIBUTION"
CONTENT="GLOBAL">
<META NAME="LANGUAGE"
CONTENT="EN-US">
<META NAME="RATING"
CONTENT="GENERAL">
<META NAME="RESOURCE-TYPE"
CONTENT="DOCUMENT">
<META NAME="REVISIT-AFTER"
CONTENT="15
DAYS">
</head>
|
|