I started a wiki-page about SEO last month, maybe it helps you optimising
your page. and of course feel free to add your findings.

http://cwiki.apache.org/WICKET/seo-search-engine-optimization.html

regards, 
Michael

Mathias P.W Nilsson wrote:
> 
> Hi!
> 
> I'm trying to get my wicket urls to work with google spiders. Right now I
> have the ?wicket:interface=:1:::: and I was just wondering.
> 
> Do I have to use PageParameters to get urls like ?Brand=34 
> 
> I now pass objects to a pages constructor. Thanks
> 
> Like
> 
> List<ItemFilter> filters = new LinkedList<ItemFilter>();
> filters.add( new StoreFilter( 1 ) );
> filters.add( new BalanceFilter( 1 ) );
> filters.add( new BrandFilter( 34 ) );
> ....
> 
> setResponsePage( new ItemPage( filters ) ) ;
> 
> 
> 


-----
Michael Sparer
http://talk-on-tech.blogspot.com
-- 
View this message in context: 
http://www.nabble.com/Google-friendly-urls-tp18079064p18089675.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to