I am working on a web page and it is already uploaded to the hosting (but since I have to fix some things still, I have closed the access). The issue is that I opened it a moment to see what google used to tell me in its tools for uploading a web, and I have made some mistakes that I have not been able to solve. It is the first time that I make a web project. It tells me to delete the scripts although I solved it mostly using async between the script and the src. The issue is that with the script of the googlemaps API, if I use the async, I do not load the map (the script v in index.php instead of in header.php as the others go to avoid that in the other pages it leaves an error for not having the map). The code I have is this:
<script async src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBzYZmy7TTQ0alw5b2QDJpMp-YssOdlH9M"></script>
He also tells me about the css:
He tells me to prioritize the visible content but I imagine that it disappears when I solve the above.
Thank you very much for the help and I am waiting for an answer:)
P.D: By privacy issues I hid the link to the page in the css.