<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
	"http://www.w3.org/TR/html40/loose.dtd">
<html lang="en-US"><head>
<title>Websnob: Detailing Your Domain</title>
<base href="http://www.bauser.com/websnob/domains/aftercare.html">

<meta name="description" content="List of things you can or should do after
registering a domain name for your website.">
<meta name="MSSmartTagsPreventParsing" content="TRUE">

<!--#exec cgi="../cgi/head.pl"-->
</HEAD><BODY BGCOLOR="#000000" TEXT="#00FF00" LINK="#0000FF" VLINK="#FF00FF">
<p id="breadcrumbs"><a href="/websnob/" rel="start">Websnob</a> &gt;
<a href="/websnob/domains/">Domain Names</a> &gt;
<b>After Registration</b></p> 

<p class="advert"><!--#exec cgi="../adverts/ad_1.pl"--></p>

<H1>Detailing Your Domain</h1>

<p>So you finally broke down, filled out the paperwork with a registrar of
your choice (such as <a href="http://www.qksrv.net/click-1025412-514796"
target="_top" 
onmouseover="window.status='http://www.dotster.com';return true;"
 onmouseout="window.status=' ';return true;">Dotster.com</a><img
src="http://www.qksrv.net/image-1025412-514796" width="1" height="1"
border="0" alt="">), sent them a check, and called your <acronym
title="internet service provider">ISP</acronym> for an account upgrade. Now
you're the proud but underwhelmed owner of a shiny new domain name. You've
been told that having a domain name makes your site more
&quot;visible&quot;, or &quot;valuable&quot;, or even
&quot;profitable&quot;, but you've got this nagging feeling that it just
means more responsibilty. You're probably right.</p>

<P>Having an entire domain name to look after increases both your options
and responsibilities: You have a lot more things (some of them not strictly
web-related) you can or should do. Assuming you don't have your ISP doing
<em>everything</em> for you, here's a crash course on some of the odd
details you can worry about now. Some of them are very important, some are
optional, and a few are completely superfluous.</p>

<p><strong>Important Note:</strong> For the sake of clarity, all the
examples below pretend your domain is called <code>example.com</code>,
because that's the domain one is supposed to use for examples, because
there's never going to be anybody there. Try not to be confused.</p>

<h2 id="e-mail">Assign some addresses</h2>

<p>Now that you own a domain name, you theoretically own an infinite number
of e-mail addresses, but there are a few important ones you may want to
make sure are working. <a href="http://www.ietf.org/rfc/rfc0822.txt" >RFC
822</a> requires postmaster@example.com for any system sending e-mail on
the Internet. <a href=
"http://www.w3.org/Provider/Style/Etiquette#webmaster" >Tim Berners-Lee
recommends webmaster&#64;example.com</a> (which <a
href="#Thunderstone">Thunderstone</a> requires and <a href=
"http://www.xmltree.com/">xmlTree</a> assumes). <a href="#Alexa">Alexa</a>
assumes webmaster@www.example.com, which most people find a little odd, but
you can change that if you want. <a
href="http://www.rfc-editor.org/rfc/rfc2142.txt" >RFC 2142</a> suggests
most of those and more.</p>

<p>Some net-abuse experts suggest creating abuse@example.com specifically
to handle complaints about spam, chain-letters, and other bad things
originating from a domain, but the RFC822-mandatory postmaster@example.com
should be sufficient if yours is truly a private domain.  Whatever mailbox
you decide should handle complaints, you should considering registering it
with the <a href="http://www.abuse.net/contact.html">Network Abuse
Clearinghouse contact database</a>.</p>


<h2 id="opt-out">Opt-out or else</h2>

<p>Unfortunately, with e-mail comes spam. With your own domain name comes
even more spam. Why? Two reasons. First there are the really ambitious
spammers, who suck addresses out of the InterNIC registration database.
Second, there are the <em>accidental</em> spammers -- companies who send
opt-in e-mail to people who've registered incorrect addresses. As the
domain space fills up, it becomes more and more likely that a bogus or
mistyped address will collide with a real one. To cite one such instance,
<a href="http://www.wired.com/news/news/politics/story/20675.html"
>RealNetworks' problems with accidental spamming</a> are becoming
legendary.</p>

<p>There are two approaches to spam-defense. First, install <A
href="http://www.dmoz.org/Computers/Internet/Abuse/Spam/Filtering/" >some
spam-filters</a> on your e-mail system. (I still like <a href=
"http://www.solarisguide.com/cgi-bin/rtfm?cmd=procmail&amp;sec=1&amp;search=EXACT"

>procmail(1)</a>, but I'm notoriously old-fashioned.) Second, consider
stopping some of the spam before it gets to you by opting-out your entire
domain. Most of the &quot;opt-out&quot; lists on the Web are useless (or
worse, <A href="http://www.ybecker.net/resources/optoutlists.html"
>scams</a>), but the <a href="http://www.safeeps.com/">SAFEeps</a> database
is legit. <a href="http://ml.real.com/ml/ml.html" >RealNetworks also allows
entire domains to opt-out</a> of its problematic mailing lists. I'm not
guaranteeing these opt-outs will help, but neither one of them will hurt
you, either.</p> 

<H2 id="root">Fill your root directory</h2>

<p>Now that you administer a whole domain, there are a few special files
you'll want to consider creating and placing in the root directory of your
site (that's the one that hold the page people see when they look for
http://www.example.com). None of these files are mandatory, but adding them
will reduce the number of &quot;404 Not Found&quot; errors you find in your
server logs, <em>and</em> increase your control of how people see your
site. A <a
href="http://info.webcrawler.com/mak/projects/robots/norobots-rfc.txt"
>robots.txt</a> file will control most search engine robots. (<a
href="http://savethefreeweb.com/proposals/adblock_file/">SaveTheFreeWeb.com
has proposed adblock.txt</a>, but that's never going to happen.) <a
href="http://aliweb.emnet.co.uk/format.html" >site.idx</a> will allow <a
href="http://aliweb.emnet.co.uk/">Aliweb</a> to index your site (if Aliweb
ever starts working again, that is). A <a
href="http://www.favicon.com/">favicon.ico</A> will add a cute little icon
to the Favorites menu when <a href= "http://www.microsoft.com/windows/ie/"
>Internet Explorer 5.0</a> users bookmark your page.</p>



<h2 id="reviews">Read the reviews</h2>

<p>In case nobody told you about <A
href="http://www.w3.org/DesignIssues/Multiuser.html#2" >web annotation</a>,
there are a variety of programs that allow readers to annotate or review
your website. Out of all these programs, <a href="http://www.alexa.com/"
name="Alexa">Alexa</a> is of special interest to domain owners for two
reasons:</p>

<p>While most annotation software only makes annotations readable by users
of the software, Alexa collects all the reviews of a given domain and makes
them available on one page with a predictable and bookmarkable <acronym
title="Uniform Resource Identifier">URI</acronym> format &mdash; <a
href="http://reviews.alexa.com/review?type=3&amp;url=www.example.com:80/"
>http://reviews.alexa.com/review?type=3&amp;url=www.example.com:80/</a> is
the review page for the non-existant example.com. (Once you get to this
page, you can add a review <em>without</em> installing Alexa). Figure out
the URI for your domain's review page and bookmark it (and/or the related
Data Page &mdash; its URI is

<a href= "http://widener.alexa.com/cgi-bin/onepage.cgi?cli=10&amp;url=www.example.com:80/"
 >http://widener.alexa.com/cgi-bin/onepage.cgi?cli=10&amp;url=www.example.com:80/</a>)

for future reference. If you want to encourage people to review your site,
go ahead and add provide your readers with a direct link to the Review Page.</p>

<P>Perhaps even more important is the fact that Alexa uses the the <a
href="http://www.networksolutions.com/cgi-bin/whois/whois/" >InterNIC
database</a> to display your phone number and mailing address to users
visiting any page in your domain. I'll discuss that in the <a
href="#directories">the Directories section below</A>.</p>

<h2 id="directories">Fix up the phonebooks</h2>

<p>Know that form you had to fill out to register a domain name? It's
more-or-less public information (available at your registrar's website),
free for anyone to use and republish in other formats. While you can't take
your information out of the original database, some of the
&quot;republishers&quot; do allow you to change/limit what they reveal. So,
if you're uncomfortable with your address and phone number being
<em>too</em> accessible, go see if you're listed 
(as mentioned <a href="#Alexa">above</a>) in Alexa.</P>

<p>Alexa, <a href="#reviews">as mentioned previously</a>, will display your
address (with driving directions!) and phone number to its users. On the
other hand, it ignores the e-mail addresses listed at InterNIC and suggests
webmaster@www.example.com as the contact address for a domain. If any of
that bothers you (I didn't like the &quot;webmaster@www&quot; part myself),
you can correct the entry using the <a
href="http://editorial.alexa.com/site_change" >Alexa Site Information
Editor</a>.</p>

<p>Do keep in mind, changing the republished information only hides you
from websurfers who don't know about <a href=
"http://www.solarisguide.com/cgi-bin/rtfm?cmd=whois&amp;sec=1&amp;search=EXACT"
>whois(1)</a>. At best, you're hiding yourself from AOL users you probably
would have ignored anyway.</p>

<h2 id="submit">Submit, Submit, Submit</h2>

<P>Did you know there are search engines that only accept submissions for
domain-level pages? I'm suspicious of their utility myself, but if you
think they're a good idea, go submit your domain to 
<a href="http://www.clickey.com/">Clickey</a>,
<a
href="http://www.alltheweb.com/">FAST Search</a>, <a
href="http://www.surfgopher.com/">Surfgopher</a>, and <a
href="http://www.selectedlink.com/">SelectedLink</a>.</p>

<h2>Assist the academics</h2>

<p>After you've helped yourself, help contribute to human knowledge by
<a href="http://www.netcraft.com/whats/" >looking up your domain in the
Netcraft Web Server Survey</a>. That will make sure you're included in
future surveys, making a useful statistic a little more accurate and
guaranteeing your site at least one hit a month.</p>



<p class="advert"><!--#exec cgi="../adverts/ad_2.pl"--></p>
<!--#exec cgi="../cgi/menu.pl"-->
<!--#exec cgi="../cgi/1999"-->
</BODY></HTML>

