I wasn't sure on in which section to post this, so feel free to move if incorrect.
I have a question on search engines and include(d) files.
I have my main index.php file which links to the 'pages' as index.php?page=etc.
These included pages are php files without any design whatsoever, it's just a plain file,
all design is being called and formatted through a css through the index.php file.
The basic knowledge on searchengines I have is from my html past, is that they can find pages linked through solid .html links, but with such included files as page=... ?
Here's my question solid:
- can searchengines find included files as seperate files?
- if so, what to do about it.