How to get html to display for a webcrawler?

How to get html to display for a webcrawler?

cmanvacmanva Posts: 37Questions: 0Answers: 0
edited February 2012 in General
I have links displayed in each row of my datatable. The control uses JSOn to display each row and the contents are not displayed in the html (view source). Is it possible to get html produced on the page In order to get the links crawled ot cached?

Replies

  • allanallan Posts: 63,214Questions: 1Answers: 10,415 Site admin
    edited February 2012
    If the crawler interprets Javascript then in theory it should just work - if it doesn't then obviously you would need to have a solution for browsers that don't have Javascript support. Creating an HTML table in the page and then enhancing that (progressive enhancement) would be the way to do with with DataTables or any other JS library.

    Allan
This discussion has been closed.