What would you do with an Ajax fallback bookmarkable link? Do what the
ret of them do and go to another page? That's the only thing bpls are
goo for.

-Igor

On Sunday, May 17, 2009, John Patterson <jdp2...@gmail.com> wrote:
>
> Actually I guess I could selectively re-enable url encoding (to put the
> session id) for wicket ajax links.  That would work.  But I guess the
> googlebot does not always follow links right away.  i.e. it might try to
> access the session dependant link the next day.  So really, bookmarkable
> fallback urls would be a better solution.
>
>
> John Patterson wrote:
>>
>> I disabled session ids on links so that bots wouldn't index every page
>> with a sessionid.
>>
>> I read somewhere that although googlebot can and does index pages with
>> session ids, it doesn't really like them and will probably index less of
>> them than it otherwise would.  Perhaps this is no longer the case?  Matt
>> Cutts recommends not to use any parameter that even looks like a session
>> id.
>>
>> Am I right to say that if wicket thought the link was stateless, it would
>> create a bookmarkable url?
>>
>>
>> igor.vaynberg wrote:
>>>
>>> googlebot does not support cookies, so your container will add
>>> jsessionid into the url. so unless googlebot specifically ignores
>>> jsessionid (which doesnt look to be the case because there are plenty
>>> links in google with jsessionid) it should all work.
>>>
>>> -igor
>>>
>>> On Thu, May 14, 2009 at 9:19 AM, John <jdp2...@gmail.com> wrote:
>>>> Hi,
>>>>
>>>> I want googlebot to be able to see content that is shown to normal
>>>> browsers
>>>> using ajax.  I use a fallback ajax link but because googlebot does not
>>>> use
>>>> sessions the links need to be bookmarkable.  The problem seems to be
>>>> because
>>>> the link contains an ajax behaviour it is considered stateful.
>>>>
>>>> Is there anyway to achieve this?
>>>>
>>>> thanks,
>>>>
>>>> John
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>>>> For additional commands, e-mail: users-h...@wicket.apache.org
>>>>
>>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>>> For additional commands, e-mail: users-h...@wicket.apache.org
>>>
>>>
>>>
>>
>>
>
> --
> View this message in context: 
> http://www.nabble.com/Bookmarkable-fallback-ajax-link-tp23558981p23588626.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

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

Reply via email to