Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm handling my main menu links and some others important content links whith the PHP function: include_once ('mainmenu.inc.php'), and I'm wonder about if google will run my PHP code before determining my rank position in order to know the content and structure of my web site.

share|improve this question

3 Answers

up vote 0 down vote accepted

GoogleBot won't run your PHP. It's your server that will parse the PHP and feed it to the bot (just like any other regular using you website). But you may get issues if you have content being delivered by javascript or ajax.

share|improve this answer
thanks! good news for me! – Jovanny Elicier Jan 24 at 5:15

Google bot not crawl any java script and code so no need to worry about that please ask if you have any more quarry..

share|improve this answer
1  
that might have been true 5 years ago but googlebot can handle most JavaScript these days – WebChemist Jan 24 at 6:38

that's right Ashwani, Google indexes css & js files as well, I've seen websites getting backlinks from .js files

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.