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>....
|
|