Hi all,
index.php =
<?php include('1.php'); ?>
when a search engine finds and indexes this page, will it read nothing or will it read the contents of 1.php too?
Im guessing because its a server-side script the document will be merged and then sent to the search engine so it can index it but im not sure.
Thanks
Max