PDA

View Full Version : Includes at your page source code, does Google OK with it?


Artyom
10-29-2004, 08:15 AM
Hi,

I've been thinking about difference between GG and Y! approach to
ranking my site and I've got a question. How do you believe GG
treat includes (sample - <? include_once ("head_conf.php");?> )
at your pages code?

I'm using such includes for metages, some parts of
my site pages bulk changing and people who use it
would definitely agree with me about its comfort. But
now I have some suspicious...what if GG doesn't rank
such pages well, no matter how great these
includes content is?

Any thoughts?

PS. Why my concerns only about GG? As I do have great rankings at
Y! despite having includes at my web pages, but GG....Perhaps I'm
another victim of SandBox effect....But my sites are much older
then 6 months.

Sebastien Billard
10-29-2004, 08:39 AM
Hi :) dont worry with includes, as they are server-side scripts : therefore google see only the final html page, not the source of php code.

Artyom
10-29-2004, 09:01 AM
Thanks,
it makes sense!