Page 1 of 1

How do Spiders "see" php and Server Side includes

Posted: Tue Feb 21, 2006 9:11 am
by n0prob
Say I have a web page that calls a php include that reads in RSS feeds from another external source and displays it on my web page.

Does the search engine spider "see" and index the page that is dynamically created, or does it "see" what is actually in the code on your page..

Hopefully that question makes sense?

Thanks in advance fro your help!

Mike

Posted: Tue Feb 21, 2006 9:16 am
by n0prob
I think I found the answer:

http://www.marketposition.com/articles/ ... cludes.htm

Are PHP includes viewed the same way as SSI?