At 1:06 PM -0400 3/8/09, 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?

Any and all comments would be appreciated.

Gary


Gary:

A demo might help:

http://sperling.com/examples/include-demo/

As for SEO, includes neither help nor hurt. Includes deliver code as requested for both bot and human alike. They are completely transparent to whatever/whomever are requesting them.

Cheers,

tedd



--
-------
http://sperling.com  http://ancientstones.com  http://earthstones.com

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

Reply via email to