When inserting the Google Maps API, I get the following error:
Malformed XML document: This page contains the following errors:error on line 39 at column 43: Specification mandate value for attribute async Below is a rendering of the page up to the first error.
Any help? I removed async but still receive errors. I am assuming I need to insert the code elsewhere and refer to it. Below is the culprit:
<script async defer src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY&callback=initMap"> </script>