Search code examples
google-fusion-tables

Fusion Table to static HTML?


I have a page that lists an organization's local addresses, both as an embedded Fusion Tables map, and in a table populated via Google API: http://oto-usa.org/wordpress/locations/

This is working very well, except that the Google search indexer does not "see" the informatin in either form, so e.g. a site search for "Detroit" won't return a link to this page for people trying to find our Detroit location.

What's the most straightforward way to get static HTML from a Funsion Table for search-engine fodder?


Solution

  • I solved this by using the Google Fusion Tables API for PHP, generating the data on the server side and including it in the page text.