Hi, I think I understand what makes a directory SEO friendly or not, but let me check. If the links are statical (href=...) *but* also contain an onclick Javascript attribute, is that deemed SEO-unfriendly? I assume Google just ignores the Javascript attribute, right?
That article basically says that Javascript surounding a link might be a red flag for search engines. How much of a flag, if at all, no one knows. Man, I'm tired of living in constant fear of our search engine overlords...
Ah, thanks mad4. "Too much JS" as in "the code on that onclick being too long", or as in "also onmouseover JS etc" ?
Well, in any case, moving the code from inside the onclick to a separate functions makes the length of onclick irrelevant.