|
Before you submit
your Web site to the search engines, you should make sure it is
ready to be categorized correctly. You can control how search engines
catalog your site with two types of HTML tags. These meta tags are
part of the HTML code that search engine crawlers look for but visitors
to your pages never see.
Description
meta tag: Lets you specify a short summary that appears below
the webpage's title on a search response. This is what the person
sees to decide if what your Web site is worth visiting. It should
be your initial sales pitch, so choose your description carefully.
Keyword meta
tag: Lets you specify the keywords that a search robot should
give precedence to when cataloging the page. keywords are typically
given less importance than words in the title, but more importance
than words found in the page's body. These tags typically go between
the head tags of an HTML page.
There is no
common size for either the keyword or description meta tags. Commonly,
search engines accept about 1,000 characters for the keywords tag,
and 200 characters for the description tag.
In general,
search engines tend to weight the text that appears at the top of
your pages more heavily than that which comes further down. Consequently,
using JavaScript at the top of your documents may impact your relevancy.
Meta Tags:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="pics-label" content='(pics-1.1 "http://www.icra.org/ratingsv02.html"
l gen true for "http://www.emailmarketingcampaign.com"
r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html"
l gen true for "http://www.emailmarketingcampaign.com"
r (n 0 s 0 v 0 l 0))' />
<meta name="description" content="Email Marketing
Campaigna a full service email provider collects names and information
creates professional-looking email campaigns and measures email
results in real-time with our proprietary reporting tool">
<meta name="keywords" content="e-mail marketing,
email marketing services, email services, email hosting, email providers,
email marketing, bulk email marketing, email marketing campaign,
email campaign, email marketing tool, email marketing solution,
email marketing company, email marketing technology, direct marketing
email, marketing with email, marketing campaign email, collect e-mail,
professional looking email, direct email marketing, managed email
hosting, email marketing campaign, emailmarketingcampaign.com">
<title>E-Mail Marketing Campaign: Managed Email Marketing</title>
<base target="_top">
</head>
<!------------end----------------->
Back
to Top
|