-
Where to place 3rd party script tags like: <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-xxxxxxxxxxxxxxxx"
crossorigin="anonymous"></script> Is it OK to just place them inside Or is there a better approach? Just double-checking... |
Beta Was this translation helpful? Give feedback.
Answered by
Micrufun
Jan 4, 2023
Replies: 1 comment
-
It's suggested by the 3rd party to:
It should go between the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Micrufun
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's suggested by the 3rd party to:
It should go between the
<head>
and</head>
tags. The only place that those tags are available istemplates/root.html
. So, I guess that's the file to be modified.