[Seaside] SE friendly redirect

Lukas Renggli renggli at gmail.com
Fri May 29 18:18:39 UTC 2009


> I have to make a page with an anchor that will do a redirect to another site.
> First thing that comes to mind is to do it in a callback but that will just show
> the _s and _k of the callback instead of exposing the other site's url.

You will see the URL of the other site, not the one of the callback.

> How can I render an anchor that exposes an url so search engines can "count"
> that reference?

html anchor
   url: 'http://www.seaside.st/';
   with: 'Seaside'

Cheers,
Lukas

-- 
Lukas Renggli
http://www.lukas-renggli.ch


More information about the seaside mailing list