Yeah. I was thinking since the server evaluates the page when it's requested all it's getting is the resulting html.
If I can't get the php without it being evaluated, then I was getting the search engines couldn't either. I don't know why I bothered asking. I knew. This is great for my client's client. I was thinking javascript and then I got off the phone and realized all was good. Michele _____ From: talk-boun...@lists.nyphp.org [mailto:talk-boun...@lists.nyphp.org] On Behalf Of Greg Rundlett (freephile) Sent: Friday, June 12, 2009 11:52 AM To: NYPHP Talk Subject: Re: [nyphp-talk] SEO & Php On Fri, Jun 12, 2009 at 9:41 AM, Michele Waldman <mmwald...@nyc.rr.com> wrote: I know that web crawlers doen't execute javascript when indexing webpages. Does the php get evaluated when indexing? I'm thinking I does. As a server-side scripting language, PHP is evaluated by the webserver (on the server) in response to a URI request. PHP code never makes it to any client (if the server is configured properly.) (Generated) HTML (and other content types) are returned to the browser or automated user agent. Some automated user agents do interpret javascript. ~ Greg -- Greg Rundlett Web Developer - Initiative in Innovative Computing http://iic.harvard.edu camb 617-384-5872 nbpt 978-225-8302 m. 978-764-4424 -skype/aim/irc/twitter freephile http://profiles.aim.com/freephile
_______________________________________________ New York PHP User Group Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk http://www.nyphp.org/show_participation.php