You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Bruno Borges <br...@gmail.com> on 2011/09/20 20:38:43 UTC

Wicket 1.5 and Google Analytics

With Wicket, versioned pages are being gattered as individual/different
pages at Google Analytics.

For example:

/app/Home has X pageviews
/app/Home?1= has Y pageviews
/app/Home?2= has Z pageviews

And so on.

Does anyone have any idea on how to fix this, except by disabling page
versioning?

Thanks,

*Bruno Borges*
(21) 7672-7099
*www.brunoborges.com*

RE: Wicket 1.5 and Google Analytics

Posted by Chris Colman <ch...@stepaheadsoftware.com>.
I agree, this could really screw with the SEO quality of Wicket sites. We're the process of porting our CMS to Wicket 1.5 but will have to hold off on final release until we've found a way to make it work like 1.4.x with the same URLs with no versioning (including the parameters arranged as /name1/value1/name2/value2 etc.,) otherwise the SEO weight assigned to all of these existing pages/URLs will be lost... unless I'm misunderstanding something.

>-----Original Message-----
>From: Diego Fincatto [mailto:diego.fincatto@gmail.com]
>Sent: Wednesday, 21 September 2011 5:52 AM
>To: users@wicket.apache.org
>Subject: Re: Wicket 1.5 and Google Analytics
>
>I agree with Bruno and there's more related problems, such the
>redirecting it does: for SEO is a bad practice!
>Google may even penalize our sites.
>
>We have to think in a different way to retrieve the state of webpages.
>Otherwise, the Wicket becomes unusable for most seriously site.
>
>
>On Tue, Sep 20, 2011 at 4:09 PM, Don Ferguson <do...@gmail.com>
>wrote:
>> Using the async analytics apis, you can pass a parameter to
>trackPageView, as in:
>>
>> _gaq.push(['_trackPageview', 'Home']);
>>
>> which gives you explicit control over the URL being tracked by analytics.
>>
>>        -Don
>>
>> On Sep 20, 2011, at 11:38 AM, Bruno Borges wrote:
>>
>>> With Wicket, versioned pages are being gattered as individual/different
>>> pages at Google Analytics.
>>>
>>> For example:
>>>
>>> /app/Home has X pageviews
>>> /app/Home?1= has Y pageviews
>>> /app/Home?2= has Z pageviews
>>>
>>> And so on.
>>>
>>> Does anyone have any idea on how to fix this, except by disabling page
>>> versioning?
>>>
>>> Thanks,
>>>
>>> *Bruno Borges*
>>> (21) 7672-7099
>>> *www.brunoborges.com*
>>
>>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>For additional commands, e-mail: users-help@wicket.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Wicket 1.5 and Google Analytics

Posted by Martin Grigorov <mg...@apache.org>.
On Tue, Sep 20, 2011 at 10:51 PM, Diego Fincatto
<di...@gmail.com> wrote:
> I agree with Bruno and there's more related problems, such the
> redirecting it does: for SEO is a bad practice!
> Google may even penalize our sites.
>
> We have to think in a different way to retrieve the state of webpages.
> Otherwise, the Wicket becomes unusable for most seriously site.

Try ONE_PASS_RENDER strategy.

>
>
> On Tue, Sep 20, 2011 at 4:09 PM, Don Ferguson <do...@gmail.com> wrote:
>> Using the async analytics apis, you can pass a parameter to trackPageView, as in:
>>
>> _gaq.push(['_trackPageview', 'Home']);
>>
>> which gives you explicit control over the URL being tracked by analytics.
>>
>>        -Don
>>
>> On Sep 20, 2011, at 11:38 AM, Bruno Borges wrote:
>>
>>> With Wicket, versioned pages are being gattered as individual/different
>>> pages at Google Analytics.
>>>
>>> For example:
>>>
>>> /app/Home has X pageviews
>>> /app/Home?1= has Y pageviews
>>> /app/Home?2= has Z pageviews
>>>
>>> And so on.
>>>
>>> Does anyone have any idea on how to fix this, except by disabling page
>>> versioning?
>>>
>>> Thanks,
>>>
>>> *Bruno Borges*
>>> (21) 7672-7099
>>> *www.brunoborges.com*
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Wicket 1.5 and Google Analytics

Posted by Diego Fincatto <di...@gmail.com>.
I agree with Bruno and there's more related problems, such the
redirecting it does: for SEO is a bad practice!
Google may even penalize our sites.

We have to think in a different way to retrieve the state of webpages.
Otherwise, the Wicket becomes unusable for most seriously site.


On Tue, Sep 20, 2011 at 4:09 PM, Don Ferguson <do...@gmail.com> wrote:
> Using the async analytics apis, you can pass a parameter to trackPageView, as in:
>
> _gaq.push(['_trackPageview', 'Home']);
>
> which gives you explicit control over the URL being tracked by analytics.
>
>        -Don
>
> On Sep 20, 2011, at 11:38 AM, Bruno Borges wrote:
>
>> With Wicket, versioned pages are being gattered as individual/different
>> pages at Google Analytics.
>>
>> For example:
>>
>> /app/Home has X pageviews
>> /app/Home?1= has Y pageviews
>> /app/Home?2= has Z pageviews
>>
>> And so on.
>>
>> Does anyone have any idea on how to fix this, except by disabling page
>> versioning?
>>
>> Thanks,
>>
>> *Bruno Borges*
>> (21) 7672-7099
>> *www.brunoborges.com*
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Wicket 1.5 and Google Analytics

Posted by Don Ferguson <do...@gmail.com>.
Using the async analytics apis, you can pass a parameter to trackPageView, as in:

_gaq.push(['_trackPageview', 'Home']);

which gives you explicit control over the URL being tracked by analytics.

	-Don

On Sep 20, 2011, at 11:38 AM, Bruno Borges wrote:

> With Wicket, versioned pages are being gattered as individual/different
> pages at Google Analytics.
> 
> For example:
> 
> /app/Home has X pageviews
> /app/Home?1= has Y pageviews
> /app/Home?2= has Z pageviews
> 
> And so on.
> 
> Does anyone have any idea on how to fix this, except by disabling page
> versioning?
> 
> Thanks,
> 
> *Bruno Borges*
> (21) 7672-7099
> *www.brunoborges.com*


Re: Wicket 1.5 and Google Analytics

Posted by Attila Király <ki...@gmail.com>.
If nothing else helps I think you can exclude query parameters in Google
Analytics:
http://www.google.com/support/analytics/bin/answer.py?answer=55499
http://www.google.com/support/analytics/bin/answer.py?answer=55461

Attila

2011/9/20 Bruno Borges <br...@gmail.com>

> With Wicket, versioned pages are being gattered as individual/different
> pages at Google Analytics.
>
> For example:
>
> /app/Home has X pageviews
> /app/Home?1= has Y pageviews
> /app/Home?2= has Z pageviews
>
> And so on.
>
> Does anyone have any idea on how to fix this, except by disabling page
> versioning?
>
> Thanks,
>
> *Bruno Borges*
> (21) 7672-7099
> *www.brunoborges.com*
>