How to remove google ads from a website?
Written by General Seo on May 31st, 2010 | Filed under: Google
I dint want to display google ads in my website. I wanted to keep it blank for few days. So any idea how to do it. Thank you.
Web Free SEO Tools is the best place for webmaster to fullfill all their SEO needs online, now you dont need to buy expensive softwares to track your performance.
Here you can perform check domain availability, meta-tag generators, broken link checker and whole lot more.
I dint want to display google ads in my website. I wanted to keep it blank for few days. So any idea how to do it. Thank you.
You must be logged in to post a comment.
open your webpage in a note pad then place /* google ad script */
like this
one example……
/*
<script type="text/javascript"><!–
google_ad_client = "pub-xxxxxxxxxxxxxxxxxxx";
/* 160×90, created 5/14/09 */
google_ad_slot = "9214251222";
google_ad_width = 160;
google_ad_height = 90;
//–>
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
*/