bServerSide and SEO
bServerSide and SEO
Hi,
my datatable is using Ajax for fetching the data dynamically, and I would like to have the dynamic content indexed by Google.
I have found their instructions here: https://developers.google.com/webmasters/ajax-crawling/docs/getting-started but can't come to terms with their #!key=value concept.
I'm sure many are using bServerSide and DataTable and want their content indexed. Would be great if there were an example somewhere.
PS. Here would be a typical page from the site I'm working on that I'd like indexed incl. table content: http://avscoins.com/en/category/75/egypt/
my datatable is using Ajax for fetching the data dynamically, and I would like to have the dynamic content indexed by Google.
I have found their instructions here: https://developers.google.com/webmasters/ajax-crawling/docs/getting-started but can't come to terms with their #!key=value concept.
I'm sure many are using bServerSide and DataTable and want their content indexed. Would be great if there were an example somewhere.
PS. Here would be a typical page from the site I'm working on that I'd like indexed incl. table content: http://avscoins.com/en/category/75/egypt/
This discussion has been closed.
Replies
Either Google's search bot will execute the Ajax (I suspect it will, but not sure), or it won't. If it doesn't then you need to take an approach like this: http://datatables.net/release-datatables/examples/server_side/defer_loading.html
Allan