Hi guys,
Wondering if anyone can help with a query relating to google spidering a php & html based website.
Currently i am working on a website, which at present has a main index.php with several folders each containing their own index.php etc.....
Each index.php for each sub-directory has <html> all page code + the given content for that page</html>....
Now i am working on switching this all to use includes and php switch so the visitors will only have to load the header and footer code once, the content area simply includes the content for the given page.
The new way will use index.php?page=mysubdirectorypage to include the content, done using the switch and case commands.
Onto my question, although the 2nd method uses far far less code and is easier to use, will it be better or worse in terms of google spidering the site and links?
Any comments welcome, as long as they are relevant of course...
Wondering if anyone can help with a query relating to google spidering a php & html based website.
Currently i am working on a website, which at present has a main index.php with several folders each containing their own index.php etc.....
Each index.php for each sub-directory has <html> all page code + the given content for that page</html>....
Now i am working on switching this all to use includes and php switch so the visitors will only have to load the header and footer code once, the content area simply includes the content for the given page.
The new way will use index.php?page=mysubdirectorypage to include the content, done using the switch and case commands.
Onto my question, although the 2nd method uses far far less code and is easier to use, will it be better or worse in terms of google spidering the site and links?
Any comments welcome, as long as they are relevant of course...
