matomo-org/matomo
Auf GitHub ansehenWhen tracking code is put in <head>, add a note that fallback noscript should be put in body
Open
#9.776 geöffnet am 13. Feb. 2016
Help wanted
Repository-Metriken
- Stars
- (21.513 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 8T 11h) (106 gemergte PRs in 30 T)
Beschreibung
Since #9341 we recommend to put the tracking code into <head>. However, it is not valid HTML (which might be important to quite a few users) and not even sure if the noscript would actually work.
See https://github.com/piwik/piwik/issues/9341#issuecomment-180231930 and https://github.com/piwik/piwik/issues/9341#issuecomment-183718593
Maybe we could mention to put the <noscript> element into <body>