Page 1 of 1

PHP code and SEO

Posted: Wed Oct 11, 2006 5:15 am
by aceconcepts
Hi,

I didn't really know where to post this one!

My question is: when you use php and sql to populate, for example a list of content (like a site index) using $variables and a loop, will search engines find the populated data or just the $variable name?

Thanks.

Posted: Wed Oct 11, 2006 5:19 am
by volka
Search engines more or less act like browsers. Does your browser "see" the data or $variable?

Posted: Wed Oct 11, 2006 6:04 am
by itsmani1
in other word no,

they won't see.

Posted: Wed Oct 11, 2006 6:10 am
by timvw
It all depends on what you send to the engines:
- If you send them $variable they will see that...
- If you send them some html, they will see that