You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Lennart Benoot <le...@chronoline.org> on 2005/12/09 16:29:11 UTC

Optimize google adds

Hi all,

I was trying to find a way to better tailor my google ads on the contents of my application. It is a tapestry application with login. Because all pages are dynamic and secured the google bots are unable to come in and index properly.
I found tough that adding some relevant words to the url increased  the quality of the adds. e.g.
.....?service=direct/1/Home/selectDirectory&sp=3722444
I replaced by 
...?service=direct/1/Home/selectDirectory&sp=3722444&mobile&phone

this  gave some relevant adds of mobile phones.

My question: how can I make tapestry add arbitrary words to the url?

Kind regards,
Lennart



---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


Re: Optimize google adds

Posted by Ron Piterman <rp...@gmx.net>.
What about replacing the tapestry LinkFactory service with your own 
implementation?
If I understand correctly, all links are created there...
Cheers,
Ron


Lennart Benoot wrote:
> Hi all,
> 
> I was trying to find a way to better tailor my google ads on the contents of my application. It is a tapestry application with login. Because all pages are dynamic and secured the google bots are unable to come in and index properly.
> I found tough that adding some relevant words to the url increased  the quality of the adds. e.g.
> .....?service=direct/1/Home/selectDirectory&sp=3722444
> I replaced by 
> ...?service=direct/1/Home/selectDirectory&sp=3722444&mobile&phone
> 
> this  gave some relevant adds of mobile phones.
> 
> My question: how can I make tapestry add arbitrary words to the url?
> 
> Kind regards,
> Lennart
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org