Forum Moderators: open
<html>
<body>
Some static text
<?php
include "review_insert.php";
?>
more static text
</body>
</html>
will google only spider the "some static text" & "some more static text" in this page?
or will google spider the "some static text" & my dynamic text pulled in from the php file review_insert & the rest of the static text?
can someone enlighten me?