rel="nofollow" will tell to not weight it but google will still go it - a 
way to stop this is by doing a robots.txt

e.g.: 

User-agent: *
disallow: /*?wicket

for wicket 1.4 does the trick, in your case

User-agent: *
disallow: *ILinkListener*

might work - can test this with the google webmaster tools on the specific 
links that harms you



Am Dienstag, 30. Oktober 2012 11:56:54 UTC+1 schrieb danisevsky:
>
> Hi, 
>
> when I look on my site (Brix and Wicket 6 application) in the google 
> webmasters tools I see 300 thousands of wrong urls. All of them are 
> from links (contains ILinkListener). So I would like to ask you if it 
> would make sense to add attribute rel="nofollow" to all wicket links? 
> If so is there some way how to do it automatically? 
>
> Thanks in advance! 
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to