Hi,
I have moved my site on to Netlify, however I noticed that Google is now saying that my site is not mobile friendly.
Upon looking at the HTML that google crawl bot reports it sees, I can see that there is a JS file that have been put in the header of my html file and it is breaking the flow of my page and causing it to fail the mobile friendly test. Specifically <script id="facebook-jssdk" src="https://connect.facebook.net/en_GB/sdk/xfbml.customerchat.js">
I am deliberately loading this resource much later when the page has loaded because it is a really heavy script.