Forum Moderators: open
I'd like to change that one link to something like:
<a href="javascript:navigateToPage(PageName);"> instead of
<a href="/mypage.asp">.
Does anyone know if this will then "cloak" that link from google?
Thx
this is ok:
foo.com/bar.asp?a=1
but this is not:
foo.com/bar.asp?a=1&coolfeature=2
ie, I don't want the users to get to the cool feature.
I've heard that google will accept wildcards, which would help, but other search engines (ink, altavista, etc) probably won't.