Please help me with the issue of atoms Google does not give a definite answer to my request.

There is a site on php 1z. The task is in the middle of the page in the 1st div to load js

<script src="/js/myscript.js" type="application/javascript"></script> 

But you need to do this only after a full download of the entire page. For example, that search engines do not index it and there was no additional load during the initial loading of the page.

And the 2nd task is how to load also after loading the include php pages inside the include 'my_include.php'; for example include 'my_include.php';

  • 2
    For the first, load the script asynchronously. The 2nd question explodes my brain :) Specify exactly what you are trying to do - LeonidMew
  • (For the first, load the script asynchronously) So I ask how to do this so that search engines do not index through ajax. And how to connect it. And I have a 2nd php handler that displays comments and I need to load them after loading the page so that their search engines don't index either. - NgeMtu 6:51

0