Title: Distribution
URL: http://www.activejump.com/o-10.shtml
Email: webmaster@activejump.com

Introduction

The distribution meta tag specify what groups your web page is directed towards such as world-wide or just local use.
Copyright Meta Tag
The distribution meta tag looks like

<META name="distribution" content="XXX">

XXX is replaced with the type of distribution that is intended for the web page. There are three different types:

global - Page is designed for a world-wide audience
local - Page is designed for a local audience
iu - Page is designed for internal use only and not for public distribution

index.html - Notepad
....<HEAD>

<META name="distribution" content="global">

</HEAD>....