Gary wrote:
I'm working on learning php and have been toying with includes, and I am trying to figure the advantages/disadvantages to using them.

I know that using them eliminates the need to "put" the files once altered as with a template, however, is that the only advantage.

My particular concerns are with SEO and if the search engines and the bots can read the page if it is made completely on includes?

It really does not matter to search engines and bots. They see the output of your PHP scripts not the code. They won't know whether your PHP script used include. Just the way you see web pages with some content and not the PHP code that generated it.
Any and all comments would be appreciated.

Gary



--

With warm regards,
Sudheer. S
Business: http://binaryvibes.co.in, Tech stuff: http://techchorus.net, 
Personal: http://sudheer.net


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to