we have a html page (out_of_stock.html) that is using jquery to load a php page. were are using the the load function from jquery as follows :
$(document).ready(function() {
$('#phpcontent').load('/outofstock.php');
});
the problem is that google is indexing the page outofstock.php instead of the page out_of_stock.html. is there anyway to have google index the page out_of_stock.html with all the content of outofstock.php in it?