Slashdot Mirror


Restrictive Linking Policies & The Net

Masem writes "News.com reports on a new site set up by Prof. David Sorkin of the John Marshall Law School that points out web sites with restrictive linking policies, entitled Don't Link To Us. Sorkin set up the site as a way to enlighten net users on the impact of such policies in the aftermath of past and pending court cases over deep linking policies. An owner of one site on the list, law.com, was suprised to discover that their site has a restrictive linking policy, and already plans to implement changes to it."

7 of 267 comments (clear)

  1. Beautiful by gowen · · Score: 5, Funny

    Thats really beautiful: a list of people who don't want to be linked to, and each entry is a working link to them. I wonder how many letters they get saying "Please do not link to us from your Do not link to us page"?

    --
    Athletic Scholarships to universities make as much sense as academic scholarships to sports teams.
  2. Simple way to accomplish this.... by nizo · · Score: 5, Insightful

    There is a simple way to keep people from linking to your site, just find your webserver, and unplug the network connection. And next week, we talk about people who hang signs in their window, but don't want people looking at them.

    1. Re:Simple way to accomplish this.... by DustMagnet · · Score: 5, Informative
      There's another way, with fewer side effects. . .

      Just find your webserver and configure it to check the referer field and enforce your policy. If it means enough to you to have a policy (and sue), why not enforce it? This was brought up during some of these court cases. To me, that should have reduced any damage claims to zero, but it didn't.

      --
      'SBEMAIL!' is better than a goat!!
  3. If you don't want people linking... by Neon+Spiral+Injector · · Score: 5, Insightful

    First if you don't want people linking to your site at all, you are just an idiot and shouldn't be allowed to have a website at all.

    But secondly, and this is usually mentioned when this comes up, but I'll say it again.

    If you don't want people deep linking into your site, put some sort of CGI in place. Either with refer checking, cookies, or a server side stateful mechinism that tracks a visitors progress through the site. The first two can be defeated if someone really wants in, but will stop most linking.

    But this is just stupid anyway. If people weren't ment to link between sites it would have been called the World Wide Line, or the World Wide Collection-of-Sites-that-You-Have-to-Remember-Ever y-URL-For.

    1. Re:If you don't want people linking... by liquidsin · · Score: 5, Informative

      Indeed. Any webserver lets you do this with relative ease. Don't allow any referrer other than your own site. Redirect all referred hits to /index.html or whatever. But for the love of $deity, stop trying to legislate things that have absolutely no reason to be legislated.

      --
      do not read this line twice.
  4. mod_rewrite is your friend by wytcld · · Score: 5, Insightful
    With over half the traffic to content-full sites coming in from search engines which my their nature deep link, it's vital for webmasters to use tools like Apache's mod_rewrite to be sure to present the content in the context you desire. By combining this with functions in scripting languages such as PHP you can make absolutely certain that you (1) welcome visitors however they arrive and (2) let them know exactly where they are, with navigation options that will lead them further into your site, rather than the referrer's.

    The point isn't to send the people away who, through no fault of their own, don't arrive by the front door. The point is to convert them to your own customers.

    --
    "with their freedom lost all virtue lose" - Milton
  5. Re:Linking vs Spam by Frobnicator · · Score: 5, Insightful
    The difference is the burden of cost.

    A web site is pubilshed with the intent of being publicly viewable. While the /. effect (and similar problems from news sites) can cause problems, the content was placed there for public release and viewing. Generally web pages are placed on high-capacity ISP's. By publishing, you are explicitly offering it to the public. If the individual has a problem with their bandwidth agreement (such as automatically charging more rather than capping use) then it is the individual's problem, not the community's. It is of the form that the publisher pays to publish, and the viewer pays costs associated for viewing, and both consent to those fees.

    An email box is a low-bandwidth item where everything must be reviewed by hand. Spam is unsolicited and can cost a significant amount to the reciever without their consent.

    So in my view, posting and linking imply consent, spam is without consent. That's where the law should come in -- just like sex with consent is okay, but without consent is rape.

    frob.

    --
    //TODO: Think of witty sig statement