How to make table content appear on Google search
How to make table content appear on Google search
Hi,
I have a webpage that is entirely based on data shown in datatables, fetched with jquery/json from a mysql table.
The problem is that the information does not seem to be visible for the google robot and therefore the only information about my page on google is the meta information (and this does not give many hits..).
Is there anyway to solve this problem?
//Anders
I have a webpage that is entirely based on data shown in datatables, fetched with jquery/json from a mysql table.
The problem is that the information does not seem to be visible for the google robot and therefore the only information about my page on google is the meta information (and this does not give many hits..).
Is there anyway to solve this problem?
//Anders
This discussion has been closed.
Replies
Download this addon: https://addons.mozilla.org/en-US/firefox/addon/60 for firefox, then go to Disable > All Javascript, then you will see what Google see's (an empty table because you retrieve the table by JSON (JavaScript)).
I would just create a table with PHP or another scripting language, Google can then just read the table because it is in the HTML.
Thank you very much!