Does misplace of AdSense Ad in 'header.php' change the performance of website?

I have recently changed AdSense code in my template ‘header.php’. After this my site performance fallen down. Many posts appeared on top of search engines earlier but now no one posts it is showing on top (those posts shown top earlier). Does I did any mistake with template program? How can I overcome with this problem?

Unless you show us what the code looks like we can’t tell what is going on.

The code look like this…

<style>
.Large_banner_1 { width: 320px; height: 100px; }
@media(min-width: 500px) { .Large_bannerr_1 { width: 468px; height: 60px; } }
@media(min-width: 800px) { .Large_banner_1 { width: 1020px; height: 250px; } }
</style>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- Large_banner_1 -->
<ins class="adsbygoogle Large_banneradbelow_navigationbar_1"
     style="display:inline-block"
     data-ad-client="ca-pub-7XXXXX0"
     data-ad-slot="1XXXXX07"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.