Hi Andrea, 

really nice! 

One thing I stumbled upon is the "Remove page id from URL". While its great to 
have it away from the page url itself, its still in the AJAX links 
e.g.: 

https://examples9x.wicket.apache.org/ajax/editable-label?5 
-> 
<script type="text/javascript" nonce="7qYrWPntpUB9vOT5LaTI9xGj"> 
... 
Wicket.Ajax.ajax({"u":"./editable-label? 5 
-1.0-form-text1-label","c":"id28","e":"click"});; 
.. 
</script> 

Now the problem is that modern spiders like googleBot take these Ajax URLs and 
use them (I can see it in search console). Is there any way to have the Ajax 
instead on the page URL and instead have it transported the necessary details 
via any request payload? Maybe as Post parameters? 

Best, 

KB 

> Von: "Andrea Del Bene" <adelb...@apache.org>
> An: "users" <users@wicket.apache.org>
> Gesendet: Donnerstag, 20. Juni 2024 16:39:49
> Betreff: Advanced examples for Wicket

> Hi,

> I've collected a set of tips and example to tackle some of the most
> advanced needs for a web application such as session clustering or styling
> with SCSS. You can find all here: https://github.com/bitstorm/moder
> n-webdev-wicket <https://t.co/xbLS6q44vT>

> Have fun!

> Andrea Del Bene.

Reply via email to