Photoshop6
More FreeBee
 

 
 

 <META> Tag Notes

META TAGS
http://vancouver-webpages.com/META/


HTML META, REL and REV Tags




A Dictionary of HTML META Tags

META tags have two possible attributes:
  • <META HTTP-EQUIV="name" CONTENT="content">
  • <META NAME="name" CONTENT="content">
META tags should be placed in the head of the HTML document, between the <HEAD> and </HEAD> tags (especially important in documents using FRAMES).

HTTP-EQUIV tags

META tags with an HTTP-EQUIV attribute are equivalent to HTTP headers. Typically, they control the action of browsers, and may be used to refine the information provided by the actual headers. Tags using this form should have an equivalent effect when specified as an HTTP header, and in some servers may be translated to actual HTTP headers automatically or by a pre-processing tool.

Note: While HTTP-EQUIV META tag appears to work properly with Netscape Navigator, other browsers may ignore them, and they are ignored by Web proxies, which are becoming more widespread. Use of the equivalent HTTP header, as supported by e.g. Apache server, is more reliable and is recommended wherever possible.

Allow Alt Cash Base Ecode Language lengt location md5 range type version date Derived-From etag expires link MIME Public Range title uri vary via warning HTTP headers are defined in RFC1945 (HTTP/1.0) and RFC2068 (HTTP/1.1). Note that RFC2068 states that multiple headers with the same name may be present only if the values may be concatenated.

HTTP headers may be generated by CGI scripts, and in Apache and CERN httpd by using a side file containing metadata. Other servers may have other mechanisms to generate headers. Note that certain server-generated headers may not be overridden (such as Date), and that others are only meaningful with a non-200 status code. Using an HTTP header is preferable to using META tags, since the header will be understood by cache agents and proxies in addition to browsers, and metadata (such as PICS data) may be associated with image files, sound files, etc.

However, new HTTP headers should not be created without checking for conflict with existing ones since it is possible to interfere with server and proxy operation.

Content-Disposition

Source: RFC2183 - Specify application handler (Microsoft), e.g.
Content-Type: text/comma-separated-values
Content-Disposition: inline; filename=openinexcel.csv

Expires

Source: HTTP/1.1 (RFC2068)

The date and time after which the document should be considered expired. Controls cacheing in HTTP/1.0. In Netscape Navigator, a request for a document whose expires time has passed will generate a new network request (possibly with If-Modified-Since). An illegal Expires date, e.g. "0", is interpreted as "now". Setting Expires to 0 may thus be used to force a modification check at each visit.

Web robots may delete expired documents from a search engine, or schedule a revisit.

Dates must be given in RFC850 format, in GMT. E.g. (META tag):

<META HTTP-EQUIV="expires" CONTENT="Wed, 26 Feb 1997 08:21:57 GMT">
or (HTTP header):
Expires: Wed, 26 Feb 1997 08:21:57 GMT
In HTTP 1.0, an invalid value (such as "0") may be used to mean "immediately".

Note: While the Expires HTML META tag appears to work properly with Netscape Navigator, other browsers may ignore it, and it is ignored by Web proxies. Use of the equivalent HTTP header, as supported by e.g. Apache, is more reliable.

See also CacheNow for discussion about cache control, page expiry, etc.

Pragma

Controls cacheing in HTTP/1.0. Value must be "no-cache". Issued by browsers during a Reload request, and in a document prevents Netscape Navigator cacheing a page locally.

Content-Type

Source: HTTP/1.0 (RFC1945)

The HTTP content type may be extended to give the character set. As an HTTP/1.0 header, this unfortunately breaks older browsers. As a META tag, it causes Netscape Navigator to load the appropriate charset before displaying the page. E.g.

<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-2022-JP">
It is now recommended to always use this tag, even with the previously-default charset ISO-8859-1. Failure to do so may cause display problems where, for instance, the document uses UTF-8 punctuation characters but is displayed in ISO or ASCII charsets.

Content-Script-Type

E.g.
<META HTTP-EQUIV="Content-Script-Type" CONTENT="text/javascript">
Source: HTML 4.0

Specifies the default scripting language in a document. See MIMETYPES for applicable values.

Content-Style-Type

E.g.
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
Source: HTML 4.0

Specifies the default style sheet language for a document.

Default-Style

Source: HTML 4.0

Set the document's preferred style sheet, taken from an stylesheet specified elsewehere e.g. in a LINK element.

Content-Language

Source: HTTP/1.0, RFC1766

May be used to declare the natural language of the document. May be used by robots to categorize by language. The corresponding Accept-Language header (sent by a browser) causes a server to select an appropriate natural language document. E.g.

<META HTTP-EQUIV="Content-Language" CONTENT="en-GB">
or (HTTP header)
Content-language: en-GB
languages are specified as the pair (language-dialect); here, English-British

Refresh

Source: Netscape

Specifies a delay in seconds before the browser automatically reloads the document. Optionally, specifies an alternative URL to load. E.g.

<META HTTP-EQUIV="Refresh" CONTENT="3;URL=http://www.some.org/some.html">
 
or (HTTP header)
Refresh: 3;URL=http://www.some.org/some.html
In Netscape Navigator, has the same effect as clicking "Reload"; i.e. issues an HTTP GET with Pragma: no-cache (and If-Modified-Since header if a cached copy exists).

Note: If a script is executed which reloads the current document, the action of the Refresh tag may be undefined. (e.g. <body onLoad= "document.location='otherdoc.doc'>)

Window-target

Source: Jahn Rentmeister

Specifies the named window of the current page; can be used to stop a page appearing in a frame with many (not all) browsers. E.g.

<META HTTP-EQUIV="Window-target" CONTENT="_top">
 
or (HTTP header)
Window-target: _top

Ext-cache

Source: Netscape

Defines the name of an alternate cache to Netscape Navigator. E.g.

<META HTTP-EQUIV="Ext-cache" 
CONTENT="name=/some/path/index.db; instructions=User Instructions">

Set-Cookie

Source: Netscape Navigator

Sets a "cookie" in Netscape Navigator. Values with an expiry date are considered "permanent" and will be saved to disk on exit. E.g.

<META HTTP-EQUIV="Set-Cookie" 
CONTENT="cookievalue=xxx;expires=Friday, 31-Dec-99 23:59:59 GMT; path=/">

PICS-Label

Source: PICS

Platform-Independant Content rating Scheme. Typically used to declare a document's rating in terms of adult content (sex, violence, etc.) although the scheme is very flexible and may be used for other purposes.

See also the PICS HOWTO. For PICS for Medical data, see medpics.org.

Cache-Control

Source: HTTP/1.1

Specifies the action of cache agents. Possible values:

  • Public - may be cached in public shared caches
  • Private - may only be cached in private cache
  • no-cache - may not be cached
  • no-store - may be cached but not archived
Note that browser action is undefined using these headers as META tags.

Vary

Source: HTTP/1.1

Specifies that alternates are available. E.g.

<META HTTP-EQUIV="Vary" CONTENT="Content-language">
or (HTTP header)
Vary: Content-language
implies that if a header Accept-Language is sent an alternate form may be selected.

Lotus

The Lotus publishing tool generates Bulletin-Date and Bulletin-Text attributes. Bulletin-Text contains a document description.

NAME attributes

META tags with a name attribute are used for other types which do not correspond to HTTP headers. Sometimes the distinction is blurred; some agents may interpret tags such as "keywords" declared as either "name" or as "http-equiv".

Robots

Source: Spidering

Controls Web robots on a per-page basis. E.g.

<META NAME="ROBOTS" CONTENT="NOINDEX,FOLLOW">
Robots may traverse this page but not index it.

Altavista supports:

  • NOINDEX prevents anything on the page from being indexed.
  • NOFOLLOW prevents the crawler from following the links on the page and indexing the linked pages.
  • NOIMAGEINDEX prevents the images on the page from being indexed but the text on the page can still be indexed.
  • NOIMAGECLICK prevents the use of links directly to the images, instead there will only be a link to the page.
Google supports a NOARCHIVE extension to this scheme to request the Google search engine from caching pages; see the Google FAQ
See also the /robots.txtexclusion method.

Description

Source: Spidering, AltaVista, Infoseek.

A short, plain language description of the document. Used by search engines to describe your document. Particularly important if your document has very little text, is a frameset, or has extensive scripts at the top. E.g.

<META NAME="description" CONTENT="Citrus fruit wholesaler.">

Keywords

Source: AltaVista, Infoseek.

Keywords used by search engines to index your document in addition to words from the title and document body. Typically used for synonyms and alternates of title words. E.g.

<META NAME="keywords" CONTENT="oranges, lemons, limes">

Author

Source: Publishing tools, e.g. Netscape Gold

Typically the unqualified author's name.

Generator

Source: Publishing tools, e.g. Netscape Gold, FrontPage, etc.

Typically the name and version number of a publishing tool used to create the page. Could be used by tool vendors to assess market penetration.

Formatter

Source: Publishing tools - Microsoft FrontPage

Classification

Source: Netscape Gold

Undefined.

Copyright

Source: Publishing tools

Typically an unqualified copyright statement.

Rating

Source: mk-metas, Weburbia (safe for kids)

Simple content rating.

VW96.ObjectType

Source: mk-metas

Based on an early version of the Dublin Core report, using a defined schema of document types such as FAQ, HOWTO.

Defined by Queen's University of Belfast; a restricted set including e.g. "Contact Information", "Image".

Dublin Core

DC.TITLE, DC.CREATOR, DC.SUBJECT , DC.DESCRIPTION , DC.PUBLISHER , DC.CONTRIBUTORS , DC.DATE , DC.TYPE, DC.FORMAT , DC.IDENTIFIER, DC.SOURCE , DC.LANGUAGE , DC.RELATION, DC.COVERAGE, DC.RIGHTS

Dublin Core Elements. See the Reference Description

HTML 4.0

The HTML 4.0 Specification is now available.

HTdig

htdig-keywords, htdig-noindex

HTdig tags. See the HTdig META page.

DC-CHEM

DC-CHEM. Chemical Metadata extensions

HTdig notification

htdig-email, htdig-notification-date, htdig-email-subject - see HTdig notification.

searchBC

searchBC is a regional search engine which uses a number of common tags such as Keywords. revisit is used as a hint for scheduling revisits.

Apple META tags

Author-Corporate, Author-Personal, Author-Personal, Publisher-Email, Identifier-URL, Identifier, Coverage, Bookmark -

Kodak

EKBU, EKdocType, EKdocOwner, EKdocTech, EKreviewDate, EKArea - as used by Eastman Kodak.

IBM

ABSTRACT, CC, ALIAS, OWNER - as used by IBM.

Page-Enter, Page-Exit, Site-Enter, Site-Exit

Source: Microsoft DHTML (Filters & Transitions)

Defines special effects transition; e.g.

<meta http-equiv="Page-Enter"
content="revealTrans(Duration=3.0,Transition=2)">
See e.g. Transitions Between Pages (Ruleweb)

SHOE

Instance-Delegate, Instance-Key - see the SHOE Project at the University of Maryland (Simple HTML Ontology Extensions)

Microsoft Word

Microsoft Word 97 supports a number of HTML META attributes in the HTML export option. Content-Type is used to set the charset, Generator is set and various other tags may optionally be set.

SIC87

1987 US SIC (Standard Industry Codes), used in Vancouver Webpages Classifieds. See US SIC Codes

RDU

The RDU Metadata Search Engine (original URL dead) listed many tags, including the following:

Other Organisations

Agent Markup Language

See the AML pages.

GeoCities

See GeoCities categorize.

GILS

Government Information Locator Service - a US government initiative. See

IMS

See the IMS Project homepage.

Fireball

The German search engine Fireball. See the metadata page and meta-tag generator. Supports Author, Publisher, Keywords, Description plus page-topic, page-type.

Geotags

Geographic Tagging for Resource Discovery.

Google

  • googlebot: noarchive - do not allow google to display cached content
  • googlebot: nosnippet - do not allow google to display excerpt or cached content
  • googlebot: noindex - similar to the robots meta element
  • googlebot: nofollow
See Google Remove Content

MSSmartTags

  • MSSmartTagsPreventParsing: TRUE - prevent Microsoft Smart Tags being applied to a page
See glassdog.com/smarttags, office.microsoft.com. However, it looks at the moment as if SmartTags have been abandoned.

Miscellaneous

  • Version
  • Template
  • Operator
  • Creation
  • Host
  • Document
  • Subject
  • Build
  • Distribution - global,local, iu
  • Resource-type - document (for ALIWeb)
  • Location (geographic location; from Sympatico)

Deprecated:

  • Random Text (e.g., META NAME="Tom Jones")

Web Counts

Attributes in use counted by a Web robot here.
Also counted 3 July 97.
IAFA Template Statistics from the ROADS project

Other Resources

Thesauri

Other METAdata

Conferences in 1997
Workshop on Metadata Registries (July 1997)

Any other META tags in use ? Please let me know (andrew@vancouver-webpages.com).

Vancouver Webpages
This document is available online at http://vancouver-webpages.com/META/

Copyright Status








META, REL and REV tags, and HTTP headers, as used to improve search engine indexing,
select character sets, etc.">





REL and REV tags, and HTTP headers, as used to improve search engine indexing, select character
sets, etc.">





 
http://www.meta-tags.com/
  Web Site Promotion, Meta Tags

Search Engine Submissions
Web Site Promotion, Meta Tags, How To Use Metatags For Search Engines Submissions


Jump To The First Secret Of Search Engine Web Site Promotion
What Do I Know About Website Registration, Before You Bother?
Hey, CyberEye, What's This Site About, And What Can You Actually DO For ME?


Get Noticed, get help with:

    • Web Site Promotion
    •  
    • Meta Tags - Metatags
    •  
    • Promotion to the Search Engines
    •  
    • Web Promotion
    •  
    • Listings
    •  
    • Placement
    •  
    • Registration
    •  
    • Classified Ads
    •  
    • Submissions to the Search Engines!

Don't be scared of web site promotion to the search engines, or
meta tags, or spiders, robots, or getting noticed. We can help.
Free advice and tips, from a professional Web Site Promotion Service,
for easy understanding, in Vast amounts for you, Free, right now, right here, right away.

Search Engines

Don't make the mistake of submitting a plain old "brochure"
to search engines, they will ignore it!
Use Keyword Power Phrases Which Search Engines Will LOVE!
I will tell you how, free.

http://pe.epubliceye.com/fl/report.cfm?key=4923&lang=englishhtt
p://pe.epubliceye.com/fl/report.cfm?key=4923&lang=english

Why Should You Listen To Me?
Just
Who Am I ?
The Service:Get High Website Placement Rankings
215-364-3983, for Paid Service Inquiries Only
We Cannot Discuss Other Matters,
Or Give Advice, Or Answer General Questions.

Free Advice Is Already On This Site And also Herehttp://deadlock.com/bbs
CyberEye@meta-tags.com


 
 
 
 
 
 
 





http://www.webassured.com/c/Business_Background_Report.cfm?ID=500527

http://www.webassured.com/c/Business_Background_Report.cfm?ID=500527







Search Engines, The First Secret

Web Site Design Promotions ®

Let me begin immediately.

You must create your pages, giving the search engines what they are programmed to seek out, index, and list.

This is Not about just doing what you like in the way of Design.
You need to know this because they will find your site anyway, eventually, whether you do search engines submissions, or not, and they might give you bad ratings, or placement, and poor listings that you may not be able to improve upon.
So, you need to read through the below free tips, help, and assistance, for your Search Engine registration.
If you don't follow these rules, you can never become prominent on the internet. Yo, I don't make these rules, I am only telling you about them.

Warning!

The success of your site can depend upon the first
300 words, or so, which must be at or very near
the top of your pages.


Some engines, like Northern Light, Fast, Lycos, and others,
use this information for their "reading" of your site, and it
may be all they list about it, and you.

You must have words, words, words on your site, in as much
abundance as you can manage, and relevant. Search engines
need words, and cannot read or index graphics.


Textual Content Is King.
TextualContent Is King.

Java, flash, javascripts, similar bells and whistles
should be low down in your html. Putting these high up
can cause major problems and difficulties for the search
engines as they attempt to spider your pages and website.
Provide plain HTML text links for the search engines to
spider, or they may not be able to index your entire site as
a whole. Preferably, do this at the bottom of the page, if
possible.
Never confuse "art" with pre-tuning a website for the
searchengines, and don't confuse "marketing" with
searchengine science, like that explained herein.


You have been warned!




RULES Of The Road:
1. Each page should concentrate on a theme or themes.
2. There should be lots of words on the pages about the theme(s), i.e., "Treadmills can be used for. . . etc., etc," 500 to 1500 words per page.
3. A "Key word" is something people will actually think of and type into a search, i.e., "treadmills."
4. Certain Key words will reflect upon your themes, and should be mentioned at Least 4-6 times on each page, if it is a short page. It should be mentioned in the body text. It is best if these words appear toward the top of the text.
a.) If I you have prepared a keyword list, and they do not already appear upon the specific pages, try to work them into the text, in good sentence structure, etc., as part of the page.
5. Each page needs a Headline:

These can be made any size, but MUST be at least 9 pts high.
a. This Is one of the most important things you need to have.
It cannot be an image, like a .GIF OR .JPG, because these are invisible to the spiders and robots who will index your pages, and they cannot "read" images.
b. The headline MUST reflect what is in the text for the page.
c. The headline MUST contain the Key words you have targeted for that page.
d. The main Key word(s) MUST be the first word(s) in the headline.
6. The headline MUST be followed by a line of text, IMMEDIATELY.
a. The line of text should echo the headline, be similar, and have the same Key word first, same string of targeted keywords.
7. There must be a additonal lines of text, similar to the first line of text, same Key words first, etc.
a.) On "short" pages, don't repeat the keywords a lot.
b.) On long pages repeat the words more often.
c. Keep a Theme running throughout the pages, and sum it up at the very bottom, using the main keywords you have been stressing, and in good sentence structure and Content .
8. ALL of the above MUST draw from the Key word meta tags list prepared for the specific page.
9.) *** NEVER make the text or headlines the same color as a "true background color," it will be rejected
as spamming.
10.) *** do NOT Ever construct long lists of words, with no sentence structure, with repetitions, etc., it will be rejected as spamming. Use lots of paragraphs and structure.
11.) ELIMINATE any mention of the words "Welcome" and "Come To" from ALL of your pages, forever. Nobody cares. Also, more importantly, THIS WILL FORCE YOU to write a Meaningful headline, and text!
12.) If you really MUST use hidden text, because you just cannot bring yourself to alter your artwork, there is a method, which I offer as a paid service (below). Please do Not try it alone!



" This is all bloody well complicated!
can you promote my site FOR me? "

Our Website Promotion Services

What About Secure E-Commerce Web Hosting?


Internet - Security Protection
From VIRUS - Computer INVASION

Total Security From Hackers, Viruses, PC Invasion.
Military-Grade Encryption For E-Mail and Files.
Endorsed by Anti Cyber-Terrorism Investigative Agency.
Virus Scanners
Firewalls
System Stabilizers
Encryption
Internet Security
Site Security
PC - MAC Security

The Second Secret

A Spider is a Search Engine Robot,

An algorithm.

It is a systematic method of solving problems
set for it by the specific Database or Directory,
or Classifieds section. It reads the advertising
hidden in the HTML Code of all Webbing.

HTML code is what lurks "behind" your Web Site.

What makes a promo effective is proper use,
and manipulation of the HTML code, and the
algorithms used by the searching robot tools
indexing Pages on the internet.
There Are Secrets,
Unknown To Even Some Of The Most Experienced WebMasters
I don't do Design, OK? Be honest, not many can do Both! So, if you are a Designer, you probably are not yet completely up to speed on the following information, no fault of your own.
What principles are Relevant
to your web site's Prominence
in the Search Engines' Listings:
Among these, are the composing and positioning on your Pages of the Keywords themselves, to the
OTHERWISE ALL YOU HAVE IS
A "DEAD" BROCHURE

Here Is Some Of The Software I Actually Use
Free Trial Downloads, Professional Submissions Software

http://www.sitepromotionsoftware.com/
http://www.sitepromotionsoftware.com/

Use It Easily Yourself, and Promote Your Site This Very day
Self-Teaching, Easy To Use
No Knowledge Of HTML Coding Needed





Submit Your Web Site To Zillions Of Major
World Wide Foreign Language Search Engines


By also listing a fully translated version of your page, your web site will come up in foreign language search queries, if it is submitted to the proper foreign language search engines.
Virtually overnight your User Bases can expand across the Planet (Earth), to include the 14 million German, 12 Million Japanese, 14 Million Spanish and 6 Million French speaking internet users.
We can handle the whole thing for you, from start to finish.
Get WAY Far Ahead Of The Pack.



Award Winning Cool Tools
Free Trial D
HotDog is an advanced HTML Editor and Website Builder.
Best HTML Editor, Free Trial Downloads.
We have managed to make it quick and easy to learn while giving you precise control over the design and look of your webpage.
No Experience Needed

Promote your Products and Services


on Hundreds of Internet Classified Ad Sites Click

Web Site Design Tuning

For Web Site Designers

Tune your existing web pages to make them
more search-engine-friendly, meet the new engine-imposed requirements for permanent acceptance into the search engine databases.




The Truth Of The Matter Is:
With zillions of people and sites coming online, the engines and directories simply want to cull out the Lightweights, to make room for Heavyweights.
This is all very simple: Survival Of The Fittest.
There are Losers and Winners, is what it means to You.
The other Major Search Engines and Directories, operate the same way, but, hey, Don't take My Word for it:

From Go (Infoseek) WARNING

" The index includes only top-quality sites that have been searched and indexed automatically by Go.com's (Infoseek) advanced indexing software.
You can also submit your own site -- or sites created by other people -- to Go.com for review and possible acceptance into the index.
There are no guarantees that a submitted site will be accepted.
The site you submit should be of interest to a broader range of people than a personal home page would be. Go.com looks for sites that cover a specific topic of interest "
Show Me More WARNINGS, I Want
More Information From The Search Engines!

Proprietary Process:
Wether you are a professional or novice,
Development must be targeted exactly
to the Market you need to tap.
It must be tightly controlled, thought out in detail,
and precisely targeted for specific effect upon the
Internet Marketing Theme that will sell your sites.
My Process
has been developed to target
exactly what is being sought out
by the Algorithmic Programming
of the Search Engines themselves!
HERE IS WHAT MATTERS MOST
ABOUT KEYWORDS TO THE ENGINES:
The Third Secret
1. Where in a Web site's title or description a keyword shows up. For example, if the keyword is at or near the 'beginning,' this is better than being at the end.

2. How many times is the keyword used. More is better than not, but too much is bad, right?
3. The total number of Keywords in your web page compared to each other, and also to the total number of Other Words appearing on that same page, is very important.
A.) Some search engines will actually analyze this relationship, and use an alogorhitm to 'guess' at a words relative importance. So, if you are selling 'greeting cards,' make certain the phrase is peppered throughout, especially near the Top, and as described above.
B.) To clarify, the relationships of keywords on a Web page in relation to everything else on that page, can be Very Important.
a.) If the page contains the words 'loans' and 'automobiles,' and they are close to each other, then the phrase 'automobile loans' will be better than 'New automobile loans,' because the word 'new' is not on the page. See ?
C.) Recapping: where keywords are actually situated at on a page is very important. For example, in most engines, putting the keywords in the Title of the page or in the Heading tags, and-or near the Top, and-or Beginning, will help. "





E-Commerce, Shopping Carts, Domain Registration
Secure Web Hosting, E-Commerce Software
From $25/Month
Always included in every package:
- Full CGI Access
- Web Server access log
- 99.9% Network Uptime
- Quality Customer Support from 8am to 5pm M-F PST
- Your own unique domain (www.yourcompaany.com)
- Private WebTrends™ graphical trraffic analysis
- Free domain registration
Does your web presence provider offer the following? :
- Unlimited FTP Account Access
- Complete CGI Bin access
- Free Web Server access log reports wiith WebTrends™
- Unlimited email aliases
- Unique domains (www.yourcompany.com)
- Free domain registration
- Free domain transfers
- High-speed hosting on Unix and Windowws NT servers
- Secure commerce hosting
- Hazel™ Commerce software
- Shopping carts written in C for speedd
- Shopping carts that integrate with Frrontpage
- Internet marketing product and prograams
- Nationwide dial-up access through AT&&T™
- Dedicated servers and co-location - Affordable web site hosting
- UUNET™ and Cox Communications&ttrade; connections to the Internet
- High-speed web hosting on Pentium II servers
- Hosting Sites Created with FrontPage
- Server Accounts with FrontPage Serverr Extensions
- Support for FrontPage

The Search Engines

A robot can only follow links. It finds pages in two ways:
by visiting pages it's been "told about," or by following links from other pages.
So, if your page isn't linked from anywhere else and you haven't registered it:

there's no way You'll ever be found
You'll be invisible!

You can actually ensure that most of the deep engines
don't index pages by using special "no follow"
META tags if you wish.

The point is that all the while it's storing every
word on every page it visits, then compressing
the information down and storing it all in its
database.

Now, you may be thinking "Wow! I'll
always use a deep search engine to find things
in future." but in practice the deep ones are
useful for finding specific or obscure information
using long search strings, but if you're looking
for something popular like games then you'll
probably get a search results list running into
the millions which isn't much use.

What this means to you:
Don't make the mistake of thinking that the
robots will get to your site eventually. Register
it. Normally, all you'll need to do is fill in your
URL and nothing else. Easy. To attract the
attentions of deep search engines (to put your
page high on results lists) you need to tailor
your page itself which is discussed later.
Get Meta Tags and Promotion Services



LinkPopularity

WARNING!
With new and sometimes bizarre search engines "Rules," not under anyone's control, it is increasingly important to have link "popularity," have other sites link up to your site.
In fact, without it you are pretty going to be left in the lurch, left behind, unless you can entice others to actually Link to your Site.





Search Engines

Web Site Promotion Tips

There are many more Secrets I have revealed, Free, on the pages that follow, and they are all designed to help you get started in style, whether you are a seasoned professional, or just beginning to try andGet Noticed on the Web.
I hope you will read more pages, and stop to check out the many Helper Items I am offering to you.

The Service.

Information On Custom Meta Tags Creation,
Private Web Promotion

Submissions To The Search Engines


Get Noticed, FREE !

http://www.adnetworknu.com/st/2681977.htmhttp://www.adnetworknu.com/st/2681977.htm If you have a web page and can write a couple of simple easy llines,
you stand to create massive traffic
to your own site FREE, with

Ad Network .


YOUR AD could be displayed on
111,000 web pages.
Click on though, and check
the numbers out for yourself, No obligation, no tricks.
Don't Forget To Promote Your Pages!







Next Free Tips Page, Click Here
Wild Adventure - Action Packed Promotion Lore!

| HOME| E-MAIL |

| Internet Promotion Services - The Service |

| Killer Web Site Promotion Software | Promote To The Foreign Engines, Internationally |
|Protection D'Ordinateur | Computer Virus Scanners | This Site and Yours Can Be Federally Protected |
|Web Site Traffic and Sales | Internet Marketing | Free E-Mail Encryption Even If The Other Person Doesn't Have It! |
| Keywords Dirty Tricks, Meta-Tags Secrets | Search Engines, Directories, Rules, Secrets | Search Engines | Free RAM |
| Free Search Engine Turotial | The Search Engines | Help with Search Engines, Rules | Web Site Promotion Services |
| Promote To The Search Engines, Directories, Links | Online Business Promotion | Privacy Statement |
| Pay For - Paid Bids For Search Engine Listings | Pay Cheaply For Top Internet Search Engine Listings|
| Keywords, Keywords Phrases Help, Tutorials | Search Engines, Web Design Web Promotion Help, Tutorials |
| Meta-tags, Metatags and Web Promotiom | Meta Tags | Using Keywords and Meta Tags | Make Money On Line |
| Home Based Business | Link Popularity | Get Link Popularity Or Die! | Internet Marketing Glossary | Free Lisitngs? |
| Free Money, Credit Cards Online, On The Internet | Auction Action, Comparisons | Free Hompage |
| The Best Search Engines, Make Money Online | Promote To Zillions Of Directories And Links, Free |
| Gateway Pages, Doorway Pages | Free Website Promotion Information | Paid Website Submission Services |
Corrupted Metatags, How To Avoid It | Classified Ads Submission Software | Chat | Auction Comparative Prices |
| Yahoo Listings, Google Listings | | Foreign Search Engines, and Other Goodies| | Best Search Engines|