I have this code which checks if js is enabled and redirects:
<noscript><meta http-equiv="refresh" content="0;url=http://www.domain.se/act.html"></noscript>
However, I wonder if this is SE friendly...
This because I have added my website url to yahoo recently, and instead of the title appearing in the search results, the text from "aktivera_javascript.html" above appears. Why is that?
Thanks
UPDATE:
If the code above isn't proper for checking js availability, then what other method should I use instead?