If you have a ton of Java script and PHP code in the documents head, does it confuse the SE bots. Im sure that they obviously have programs that overlook anything with certain tags, but i just want make sure
Hi, it's always considered good practice to put large javascript routines in an external file. It reduces the page size and will likely improve download time for your users. I don't know what you mean by php code though. As I understand it, the client (browser or bot) doesn't see the php code directly; just the generated html. Cheers, Paz.