PDA

View Full Version : PHP includes and Google


pokerboy
06-09-2006, 10:49 PM
Are PHP includes Google friendly? or should I stay away from using them?

Marcia
06-09-2006, 10:54 PM
I use PHP includes for most of the navigation on every single site of my own, using .htm or .html file extensions. There's no way a search engine can tell, since they're processed server-side before pages are delivered to user agents.

Mikkel deMib Svendsen
06-10-2006, 04:44 AM
There's no way a search engine can tell, since they're processed server-side before pages are delivered to user agents.
Yes, and if they could you would have a SERIOUS security problem :)