We can remove “Google custom search” watermark from adsense Custom search engine:
ADSENSE CSE: BEFORE
ADSENSE CSE: AFTER
Follow below steps to remove the “Google custom search” watermark from adsense Custom search engine:
Go to adsense CSE code, which will looks like below:
Go to adsense CSE code, which will looks like below:
<form action="http://www.YourWebsiteName.com" id="cse-search-box">
<div>
<input type="hidden" name="cx" value="partner-pub-xxxxxxxxxxxxxxxx:9765656060" />
<input type="hidden" name="cof" value="FORID:10" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" name="q" size="30" />
<input type="submit" name="sa" value="Search" />
</div>
</form>
<script type="text/javascript" src="http://www.google.co.in/coop/cse/brand?form=cse-search-box&lang=en"></script>
In above code change name="q" to the name="as_q".
Now the “Google Custom Search” watermark will not appear on adsense CSE.
If wants to back CSE custom watermark, just replace name="as_q" to the name="q".