Just a quick question for you all...
I've got a jsFiddle here and just wondering if we load content this way from an external api on load of the page will Google be able to see this information?
Here's the code of the fiddle...
<p>Property name <span id="property_name"></span></p>
function propInfo(propertyName) {
document.getElementById("property_name").innerHTML = propertyName;
}
Accessing this api is out of my hands - I'm told the only way to do it currently is via Javascript.
We obviously want our pages to be appearing correctly in Google so any help with this would be great!