When creating a link i need to find out if i can do the following:
<a href="page.html" onclick="javascript:ajax();">blah</a>
I want it so that if the user clicks on it, it will get the content as we described using ajax however, i want the search engine to be able to follow the link so that we still get maximum indexing.
I'm pretty sure it should work but would like clarification