Hello all,
I have a page that displays a random row from a mysql db using ajax whenever this button is clicked:
<a href="#" onclick="ajax_request()">
I have read a few articles on how google recommends using ajax so that crawler can access the content. but I can't tell if the specific job that my ajax is doing is anyway crawlable or not.
Is there hope? Is there any way that reading a random row from a DB can be programmed to be google friendly?
I appreciate any help or hints you can give me on the subject.