Return-Path: X-Original-To: apmail-incubator-ooo-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-ooo-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2415FD1DA for ; Sun, 26 Aug 2012 15:03:27 +0000 (UTC) Received: (qmail 55085 invoked by uid 500); 26 Aug 2012 15:03:26 -0000 Delivered-To: apmail-incubator-ooo-dev-archive@incubator.apache.org Received: (qmail 55030 invoked by uid 500); 26 Aug 2012 15:03:26 -0000 Mailing-List: contact ooo-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ooo-dev@incubator.apache.org Delivered-To: mailing list ooo-dev@incubator.apache.org Received: (qmail 55021 invoked by uid 99); 26 Aug 2012 15:03:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 26 Aug 2012 15:03:26 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of rgb.mldc@gmail.com designates 209.85.210.175 as permitted sender) Received: from [209.85.210.175] (HELO mail-iy0-f175.google.com) (209.85.210.175) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 26 Aug 2012 15:03:20 +0000 Received: by iaky10 with SMTP id y10so6606694iak.6 for ; Sun, 26 Aug 2012 08:03:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=StXOwmvMpnwv6nuActMebdDmqzaFNn7cqR1eBE9xHQA=; b=VxKvivHU9QfWUzPMIMfMl0wBHr1428Z9Jz/t6HXfF9cAfJk3CAT5RR0Z7eJHwWB4k5 P3/GEGHbuRGzyNsFyrUcbf3GpuQQ9rc35dyvuPWaOwz/ZvQ1jSXNd3oezfBytlRn9YHM SbBWW8VoqR1w6Wd0AiO7nT70u8j0lc4pOSYGHFsCA7+8GoCgtiQvOcbPA6WzZVqy0Nlk E9PpXHoiVZF0BRNPw98Ai5x+XFbwj1HbKL2EvzFG6qSb8UUA7oDEoESRPqp8cquXyRxP fRfke8cwmvmacS8bcz8B0yQkbzcWXPPi+m7Sh/qnuBHweyPo1wBtMoOYjHZSPFPeZRFl nBLQ== MIME-Version: 1.0 Received: by 10.50.186.229 with SMTP id fn5mr7617414igc.72.1345993380399; Sun, 26 Aug 2012 08:03:00 -0700 (PDT) Received: by 10.50.111.132 with HTTP; Sun, 26 Aug 2012 08:03:00 -0700 (PDT) In-Reply-To: References: Date: Sun, 26 Aug 2012 17:03:00 +0200 Message-ID: Subject: Re: [WWW]Some trouble with the new URLs for the forums From: RGB ES To: ooo-dev@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org 2012/8/26 Rob Weir : > On Sun, Aug 26, 2012 at 8:31 AM, RGB ES wrote: >> Adding to the (lack of) redirection problem between the old and the >> new URL expressed on other threads, there are other problems reported >> by users. The first one is that forum notifications still arrive with >> only the old URL. Also, there are users experimenting problems with >> automatic log-in not working on the new URL. >> >> Another point that came to my mind is what happens with web crawler >> bots registered on the forums: I think that google, yahoo and all the >> others are still logging on (and indexing) the old URLs and ignoring >> the new ones. In fact, when you perform a web search on google, for >> example, about AOO all results that point to the forums show the old >> URL... >> > > Are we exposing two different URL's for the forums, with the same > content? Exactly. You can enter the forum from both, the user.service... and the forum.openoffice... addresses. If so that is bad for Google. It could penalize the forums > in search results due to the "duplicate content penalty" (essentially > it looks spammy to have identical content at multiple different > URL's). > > See: http://googlewebmastercentral.blogspot.com/2008/09/demystifying-duplicate-content-penalty.html > > The preferred way is to either: > > 1) Redirect from the old URL to the new URL > > or > > 2) Use the re="canonical" directive to ;et Google know what the > preferred URL is; > http://googlewebmastercentral.blogspot.com/2009/02/specify-your-canonical.html > > >> Could a redirection solve all this problems at once? >> >> Regards >> Ricardo