phpretard Posted January 10, 2008 Share Posted January 10, 2008 If I <? include('the content.php')?> of my web pages like so, will google be able to read it? Quote Link to comment Share on other sites More sharing options...
Ken2k7 Posted January 10, 2008 Share Posted January 10, 2008 I don't think it can read the PHP, but if the page displays anything, Google can read it. Quote Link to comment Share on other sites More sharing options...
kristofferlc Posted January 10, 2008 Share Posted January 10, 2008 I realy doubt that, there's way to meany things you can do with php, and i dont belive google to allow that, it would be way to risky to let people use php scripts on google... Quote Link to comment Share on other sites More sharing options...
phpretard Posted January 10, 2008 Author Share Posted January 10, 2008 I just want to make sure the question is clear, so... If I goto my index page and view source all the content is there. In my editor the actual content is <? included ?>. So I guess the question is...would the bot see <?included?> or the actuall content? Quote Link to comment Share on other sites More sharing options...
kenrbnsn Posted January 10, 2008 Share Posted January 10, 2008 PHP code is not seen by anything that gets you page via the webserver. They will just see the genereated HTML code. Ken Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.