How to add Adsense to a website built with GatsbyJS?
问题 I'd like to know where I should add the <script></script> provided by Google Adsense. They say to add it into the <head></head> , but in Gatsby you have Helmet as <head> . I tried also to add the script inside an html.js file where it's located a <head> tag with {``} to escape the <script> tag, but it outputs at the top of the website the script content. TL;DR: What is the optimal way to add Adsense to a website built with GatsbyJS? I've tried to use the react adsense package but I do not