On Sat, 2008-09-27 at 16:10 +0200, Magnus Eklund wrote: > There is variant of this solution with the benefit of more readable > and maintainable HTML. Use CSS classes to provide the information > about your links: > > <a href="http://somesite.com" class="boomerang > boomerang_static_home">Click Me</a>
Nice solution magnus. Since it avoids the redirect you think this would be better for crawlers? Or would the javascript confuse/deter them? The BoomerangServlet has to check if the client is a crawler so to use a 301 redirect instead. This problem might be avoided here? ~mck -- "We get a million calls a month saying, 'hey, this product is confusing." Bill Gates | semb.wever.org | sesat.no | sesam.no |
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Kernel-development mailing list [email protected] http://sesat.no/mailman/listinfo/kernel-development
