On 2/13/06, Fredrik Lundh <[EMAIL PROTECTED]> wrote:
> Guido van Rossum wrote:
>
> > (Now that I work for Google I realize more than ever before the
> > importance of keeping URLs stable; PageRank(tm) numbers don't get
> > transferred as quickly as contents. I have this worry too in the
> > context of the python.org redesign; 301 permanent redirect is *not*
> > going to help PageRank of the new page.)
>
> so what's the best way to move stuff around?

I don't know; my point was to avoid needless moving rather than giving
a best practice for moving.

> wikipedia seems to display the content from the "new" location under
> the old URL, but with a small blurb at the top that says "redirected
> from <old url>", e.g.
>
>     http://en.wikipedia.org/wiki/F_Scott_Fitzgerald
>
> (not sure if it's done that way to avoid HTTP roundtrips, or for some
> obscure googlerank reason...)

Can't say I understand that particular example. Wikipedia has
different requirements though; there are aliases (e.g. homonyms,
synonyms) that won't go away. For python.org we're looking at
minimizing the URL space churn.

--
--Guido van Rossum (home page: http://www.python.org/~guido/)
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to