Newspaper wordpress temasını kullanıyorum, tema panelden adsense kodlarını eklediğimde aşağıdaki gibi çıktı veriyor. Bu şekilde bir sorun çıkar mı ?

<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script><div class="td-g-rec td-g-rec-id-header">
<script type="text/javascript">
var td_screen_width = document.body.clientWidth;

                    if ( td_screen_width >= 1140 ) {
                        /* large monitors */
                        document.write('<ins class="adsbygoogle" style="display:inline-block;width:728px;height:90px" data-ad-client="ca-pub-3213213" data-ad-slot="321321"></ins>');
                        (adsbygoogle = window.adsbygoogle || []).push({});
                    }
            
                        if ( td_screen_width >= 1019  && td_screen_width < 1140 ) {
                            /* landscape tablets */
                        document.write('<ins class="adsbygoogle" style="display:inline-block;width:468px;height:60px" data-ad-client="ca-pub-3213213" data-ad-slot="3213213"></ins>');
                            (adsbygoogle = window.adsbygoogle || []).push({});
                        }
                    
                    if ( td_screen_width >= 768  && td_screen_width < 1019 ) {
                        /* portrait tablets */
                        document.write('<ins class="adsbygoogle" style="display:inline-block;width:468px;height:60px" data-ad-client="ca-pub-123213" data-ad-slot="3213213"></ins>');
                        (adsbygoogle = window.adsbygoogle || []).push({});
                    }
                
                    if ( td_screen_width < 768 ) {
                        /* Phones */
                        document.write('<ins class="adsbygoogle" style="display:inline-block;width:320px;height:50px" data-ad-client="ca-pub-213213" data-ad-slot="54543"></ins>');
                        (adsbygoogle = window.adsbygoogle || []).push({});
                    }
                </script>