Before You Continue, Check Out This HOT OFFER...

Make REAL Money In The Next 24 Hours - Click Here!
Place Google Adsense for Search code into your website will help to generate extra income for you
AdSense for Search Improved! Offer your users site search or web search while earning revenue from ads relevant to their search terms. AdSense for Search can be a good additional earning source for Google AdSense earning as long as the integration is done in right way. Base on my own experience, the best AdSense for search integration is that integrate it into blogs so readers do not need to leave our blog when do a search process. I hope it can help you to increase your Google AdSense earning.
Google AdSense for Search features the ability to let web publishers to open and display search results within the website itself. In other word, the results of a user search performed in Google AdSense for Search box will appear within a frame on a page from the site, so that rather the users need not to leave the publishers’ websites and being taken to Google, while still able to search for information with Google web search.
Beside, Google AdSense for Search also has Custom Search Engine that can be placed and integrated, together with the search results into website, and comes with more customization options such as search refinements, ads positioning, prioritize or limit sites to include in search results, change and modify the look and feel, collaboration with users, ability to create multiple search engine, make money with AdSense, and of course, ability to integrate into existing website and blog templates.
As Google AdSense publisher, I experience that AdSense for Search is a good additional for Google AdSense earning. Although the earning is not as big as the AdSense for content but At least, the search process can be monetized perfectly by using AdSense for Search. It is better than nothing, isn’t it?
Here how to do perfect AdSense for Search integration with WordPress Theme:
- Generate new AdSense search code:
First, login to your adsense account (Click to Sign up for Google AdSense) and begin create your adsense for search code.
Under “Search Type” select “Only sites I Select” so that the search only returns pages within your blog. Under “Selected Sites”, type the URL of your blog. Lea
ve the rest of the settings and click “Continue”.
Pick the Search Box type:

Insert the Text Box Length:

You can do any other customization of your personal Google search engine, such as color, logo, style, layout, language, Google domain’s country, sites to include, and etc. In my case, I want a very discreet appearance so I chose the watermark version of the search box. I also changed the search box length to 22 so that it fits on my blog sidebar.When you get to the section labeled Opening of search results page, select the option "open results within my own site" (Google AdSense for Search under Opening of search results page section)

Key in the URL of the page on your site that the search results will appear. For WordPress page without page parent, the URL should look like this:http://www.yourdomain.com/page-title/ (Ex. with my site: http://tomveo.com/WP/google-search/).
Note: trailing slash is insignificant, and can be dropped. You may change the “google-search” to anything else, but make sure you change the “Post slug” (Permalink) when creating anew WordPress Page for Google Search.
Then, continue through the process of creating youradsense search code until you reach the final page displaying your search box code and your search results code. Both of them will be copied (You must have both code, if not your configuration of search box is wrong). Create a new Google Search WordPress Page template and insert search results code into it
There are many ways to make this step. But how incredibly simple you do the following. If you are using WordPress default theme:Create a new text file with your text editor.
Copy and paste the following code into the new text file. The code creates a frame in the page to display Google search results.
< ?php
/*
Template Name: google search
*/
?>
< ?php get_header(); ?>
your search results code
< ?php get_footer(); ?>
Save the file as googlesearch.php and Upload googlesearch.php into your WordPress theme folder, “default” folder in this example.
Note: If you are using other WordPress templates, you might need to edit page.php of your template, strip out WordPress code, and save as googlesearch.php at the folder containing the file page.php I am using WordPress Flexsqueeze theme:

Create a new Google AdSense for Search WordPress Page:
Create a new WordPress static Page by clicking on “Write” then “Write Page”. Key in Title as what you enter for URL to display search results during setup of Google search box above (e.g if you enter /google-search/ as URL for search results page, you will need to enter Google Search as page title). OK, type “Google Search” for the Page Title, but leave blank for the Page Content.

On the right side, expand Template: and select “google search” (googlesearch.php) or whichever name you gave to the new template. Then, save and publish the page.:

Remember that you page-slug has to be exactly the same with the URL entered as shown in 1st step. In this example the Post slug is "google-search".Insert AdSense for Search box code into WordPress template:
Finally, edit your template: replace your existing AdSense search box code on WordPress template files with the newly generated search box code in 1st Step (put in the search box code to anywhere you like the search box to appear).
Save your template files and upload to your server. The search results from Google is now integrated with WordPress blog. Whenever a user search with the Google se
arch box from AdSense or Custom Search Engine, the search results will appear within your WordPress blog.Return to your Blog to test your new AdSense for Search results landing page. Enjoy!

Bunus: How to replace Google branding from Custom Search Element
After you set up your Google AdSense for Search Ad unit, Google will present you with the following 2 code blocks for you to insert into your website. You will need to make a couple of changes to the Original Google AdSense for Search Code in order to get the site search to work properly.
Search Box Code:
<form action="http://yourwebsite.com/google-search/" id="cse-search-box">
<div>
<input type="hidden" name="cx" value="partner-pub-xxxxxxxxxxxxxxxxxxx:cb1bf4gqimy" />
<input type="hidden" name="cof" value="FORID:10" />
<input type="hidden" name="ie" value="ISO-8859-1" />
<input type="text" name="q" size="22" />
<input type="submit" name="sa" value="Search" />
</div>
</form>
<script type="text/javascript" src="http://www.google.com/cse/brand?form=cse-search-box&lang=en"></script>
Replace the following input box statement:
<input type="text" name="q" size="22" />
with the following input box statement:
<input name='q' onfocus='if(this.value==this.defaultValue) this.value=""' onblur='if(this.value=="" ) this.value=this.defaultValue' size='36' type='text' value='Search More Related…'/>
you can replace value='Search More Related…' with your slogan. I do not know are we allowed to customize the Google Custom Search Engine (GCSE) or not, do it at your own risk.
How To Customize Google AdSense for Search Watermark Image And Search Button (do it at your own risk):

To change the watermark image, copy the javascript source link i.e http://www.google.com/coop/cse/brand?form=cse-search-box&lang=en and open it in browser. When you will carefully look at the javascript code you can see an image link.
(function() q.style.background = ‘#FFFFFF url(http:\x2F\x2Fwww.google.com\x2Fcoop\x2Fintl\x2Fen\x2Fimages\x2Fgoogle_custom_search_watermark.gif) left no-repeat’; ; var f = function() q.style.background = ‘#ffffff’; ; q.onfocus = f; q.onblur = b; if (!/[&?]q=[^&]/.test(l.search)) b(); )();
We have to perform the following steps to change the watermark image :
- First copy all the javascript code and paste it in Notepad.
- Now change the watermark.gif image link with your own desired image.
- Now save the file as google.js and upload it on web.
- Now, go back to the GCSE code and replace the javascript code with your own edited code i.e:

Customizing the AdSense for Search Submit Button:
Customizing the submit button is very simple, we do not have to edit any javascript rather we will tweak the CSS.
Open Edit HTML and paste this code before of ]]></b:skin>
#SearchButton
background:url(Your-Submit-Button-Image-Link-Here) no-repeat;
width:70px;
Please note : Change the width according to the size of the button image.
Now, in the GCSE code look for
<input type=”submit” name=”sa” value=”Search” />
and change it to:
<input type=”submit” name=”sa” value=” ” id=”SearchButton”>
Save it and finish! But: Use Google Adsense for Search code Modified at your own risk!
Originally posted 2011-06-08 15:56:00.
Related Posts:- Make Money With Amazon Affiliates Program Full Time: 1000$ a week or more
- Following local Twitter users in specified city or location – Get Twitter Followers by Location
- Monetize Twitter Like Crazy, Just Tweets
- Clickbank Trick – Drive traffic to your ClickBanks products by using Twitter
- How to Get Tons Of Traffic From Twitter

117 comments… read them below or add one
RT @TopsyRT: Integrate and Display Google AdSense for Search within WordPress Pages http://tomveo.com/WP/google/integrate-di…
RT @TomVeo: RT @TopsyRT: Integrate and Display Google AdSense for Search within WordPress Pages http://tomveo.com/WP/google/integrate-di…
RT @TomVeo: RT @TopsyRT: Integrate and Display Google AdSense for Search within WordPress Pages http://tomveo.com/WP/google/integrate-di…
#Kerala Integrate and Display Google AdSense for Search within WordPress Pages http://tomveo.com/WP/google/integrate-di…
RT @TomVeo: #Kerala Integrate and Display Google AdSense for Search within WordPress Pages http://tomveo.com/WP/google/integrate-di…
RT @TomVeo: #Kerala Integrate and Display Google AdSense for Search within WordPress Pages http://tomveo.com/WP/google/integrate-di…
I am not a person who is easily delighted but I have to say your work blew me away. So much ideas and relevant detaisl that you put into it made me see your point of view. Thanks for communicating your reasonable inputs.
Seems like sellers of these things simply have another model for generating revenue. To this end, I’ll look for other, less expensive, marketing tools. Thanks for this hard research.
This is the coolest website and stories that i have ever read…its useful for me as im a lecturer and always motivate my students with these publised stories…thank you …and waiting for plenty more…
Great post, thanks for being humble and sharing. Didn’t know about the shared web host potential.. Good to know owning over a thousand sites..
I have to state, you chose your words well. The ideas you wrote on your encounters are well placed. This is an incredible blog!
I don’t usually reply to posts but I will in this case. WoW
Easily, the post is actually the greatest on this deserving topic. I agree with your conclusions and will thirstily look forward to your coming updates. . . . .
This is indeed a fantastic resource. Thank you for making this publicly available.
I enjoy reading a lot and your stories are worth reading, nice blog, keep it up.
I’ll definitely be watching you!
I usually don’t post in Blogs but your blog forced me to, amazing work.. beautiful …
I dont know what to say. It is undoubtedly one of many superior blogs Ive understand. Youre so insightful, have much genuine stuff to bring towards table. I wish that far more persons study this and get what I got from it: chills. Good career and fantastic blog. I cant wait to study more, retain them comin!
Brilliant blog post, lots of helpful knowledge.
Thank you. This works like a dream!
These photos are absolutely beautiful. The same results just can’t be duplicated using Photoshop on a digital photo.
Well. Impressive work. Thanks a lot for your job, Lookin’ forward to c your next post.
Wonderful web site. Lots of helpful information here. I am sending it to some friends ans additionally sharing in delicious. And naturally, thanks to your effort!
London Escorts
Anything especial.
The author is really cool. But some of the commentators are just posting stupid words.
#Kerala Integrate and Display Google AdSense for Search within WordPress Pages http://tomveo.com/WP/google/integrate-di…
RT @TomVeo: #Kerala Integrate and Display Google AdSense for Search within WordPress Pages http://tomveo.com/WP/google/integrate-di…
Multumesc pentru informatii interesante
I just couldn’t resist and want to thank you for this magnificent post. I even wrote a blog post about it here http://awesomemovies.org/action/zombieland-2009/
This is actually a wonderful web site . That is really a terrific web site . places seo
its really a terrific site . Great!
Wow, thank you very much for this really informative post. Just like your other blog posts, everything is well structured and clear. Thank you again!
its actually a nice portal . Oh, and that is one swell drawing! I would love to have one myself.
wow this is really a wonderful site .
This post is useful for me, @TomVeo. The search result pages on my site are still on Google now. Hopefully this tutorial could work for Elegant theme.
Thanks.
Wonderful, thank you a lot for this really informative article. Just like your other blog posts, everything is well structured and clear. Thank you again!
@TomVeo – I love the crispness of your design.
Really interesting strategy.
Thanks conducive to the on the ball info. In all straightforwardness moot catch up! I on the for the most most of the time do not upon on these but I thoughtfulness you did a in actuality ok service calling and I’m outspoken some people allure a the intensely noiselessness and all
This post is useful for me, Tom. The search result pages on my site are still on Google now. Hopefully this tutorial could work for Elegant theme.
Thanks.
Good article. Thank you.
Finally got it working, thanks!
I’m wondering now if we can talk about your sites statistics – search volume, etc, I’m trying to sites I can buy adspace through – let me know if we can talk about pricing and whatnot. Cheers mate you’re doing a great job though.
Thank you for the sensible critique. Me & my neighbour were preparing to do some research about that. We got a good book on that matter from our local library and most books where not as influensive as your information. I am very glad to see such information which I was searching for a long time.This made very glad =)
This is really a great site . Thanks so much, Tom. I wil take your kind advice and let you know what happens. Need to ammend some things before generating sitemap.
Kindest Regards
Badreig
This is actually a awesome article. i am just starting out with Google Adsense. i am hoping that i would earn a good deal of money on this program.
A great little tutorial as well. Do you have a plans to offer up a video tutorial as well?
I personally think Google is boldly scamming a double-digit % of its AdSense publishers. After a year of having an account there, I finally created a site that generated €300 in a month, but when it came to paying, Google just blocked me on the ground of invalid clicks (which is ridiculous, cause 90% of my visitors where from US…) and never unblocked. I looked through TOS carefully and didn’t find a violation. But interestingly, I read on the web that invalid clicks are common reason for ban, however they are often not caused by a publisher, but by random luck or evil visitors (a small group of people could get you blocked if they click your ads for a month several times a day… which is amazingly embarrassing for Google technology, cause filtering invalid clicks is fairly easy. But I assume they want to maximize the clicks for advertisers – so they pay more – and minimize the payout for publishers – so Google earns more). All in all, I seriously think while AdSense is a nice tool, at the same time it’s probably one of the biggest frauds in the web history, at least if somebody else than Google tried to pull that off…
Annoyingly, the new AdSense site is fixed to a > 1024 pixels width, making it really quite annoying to view on a netbook screen. They’ve also removed some useful stats like having page impressions (as opposed to ad impressios) on the overview screen.
Graphs are nice ‘n’ all, but the old interface is simpler and – for the casual AdSense publisher – better. Google just has to over-engineer everything.
Wow fast trackback.. Very very nice article..
I updated this post with the difference.
AdSense for Search uses Google’s search box.
AdSense Custom Search Ads do not need Google’s search box, it can be another search box…
I’ve been using these for some time now. Basically, it gives you many more options. You can size the ads however you like, place them where you want to, specify how many ads should be in each unit, and customize the values that you pass to google based on the search term. It’s a really big improvement.
I have to disagree with a few points in here.
To get repeat visitors to a site that site should contain unique content to that site.That’s the identity of site.If not users thinks this is duplicate one and they never continue to visit sites.Also there is lot of ways to repeat visitors to a site.site navigation should easy and easy to read is important.
i am really very thankful that Google launched the Adsense program. this enables most of us who owns several websites to work at home.
Google Adsense – flagship of contextual advertising! Really the best webmaster program for earning money..
irst of all, thank you for posting this. I’ve been trying to get this working on my site for awhile. But when I enter a search term it keeps redirecting me to my homepage and never shows the search results on the page I specified. The page I want it on was successfully converted to “Adsense Result.” Thoughts?
Great tip, but I do not like to copy and paste adsense codes. So, I use plugins at my blog. The plugin I use is Best Google Adsense
http://wordpress.org/extend/plugins/best-google-adsense/
Don’t it crosses the Adsense TOS ??
I loved your site – thank you!
be happy and love. kiss
Thanks for this information Tom.By using this search engine to our blog we can easily increase our adsense earning . Now i will replace wordpress search with google search .Thanks…..
As I am just getting started with AdSense this was a very useful article. Thanks.
I was very excited by adsense search until I found out the results are far different than a standard google search. There are some postings about this in one of google’s help forums, but not solution that I found.
you are right, Tom. I don’t know where I got that from… will amend accordingly. Thanks
Very very good article !! I love it. I felt very good and stress free after reading this article. I will also forward this article to my friends also.
I was wondering if you’ve noticed any kind of drop in hits since you started using Google Ads on your site. I’m considering doing the same but I find them pretty annoying and thought others might too.
Now this one is what I’ve been looking for. Would be giving you credits on the way how you deliver this great insight. Such an interesting story.
Good article. Thank you.
Great website cool article man…thanks for the great post.
Hello! Wow, fantastic blog layout! How long have you been blogging for? you make blogging look easy. The overall look of your web site is excellent, as well as the content!
Good article. Thank you.
This actually answered my downside, thank you!
I was wondering on how to put google adsense to my gadget site, since it uses wordpress. This solution is very helpfull, thanks for sharing. Hope for your success
this is the easiest way to place adsense on our wordpress blogs without any plugins or changes in ur theme
Thanks for showing us how to put google ads in word press blog quickly. I now have googleads showing advertisement in my blog.
the search page never shows up in the correct page? Why? It either shows all blank or goes back to the blog home page
Can anyone directly link me to the Adsense Deluxe widget? I cannot find it anywhere.
Thanks for the tutorial.. The problem with google’s custom search engine comes when you want to integrate results on your blog, because they have pretty high minimum width requirement so usually restructuring of that page is needed.
I didn’t see an explanation in your article regarding any benefits of doing this over using the built in WordPress search widget…
Competent heyday! Do you advantage Twitter? I’d like to trail you if that would be ok. I’m to be sure enjoying your blog and look deasil to rejuvenated updates.
Many thanks for posting this, It?s simply what I was researching for on bing. I?d so much comparatively hear opinions from an individual, slightly than a company internet web page, that?s why I like blogs so significantly. Many thanks!
Is that true that if you put Google search engine your sites will be indexed faster? I heard that you can force googlebot to visit and index your site when you have this search engine on your site. Anyone knows?
Wow, great. I`ve been searching a tutorial about google custom search in wordpress and now i got it. Thanks, great tutorial, of course I`ll practice it.
I have used this in the past it is excellent!
Great post, i think this is really cool, i like the fact that google has their custom searches now, i also like the adsense search that pays you. thanks for the tip.
ooooo fancy, nice work maigret.
Search engine optimization needs an excellent search engine optimizer plan. Just one in all these strategies can make a giant distinction in your sites place and firm your website brings you.
Good article. Thank you.
We desirable you to [url=http://cso-taganka.ru]cso-taganka.ru[/url], post where you may hit upon the whole forth what’s coming up to you after your retirement.
Golden handshake cause to retire explained, calculated. How to encourage your pension? Law news and so on.
Pop in us, you won’t be disheartened!
qpJct8 http://fb7Vrp92nNkdpv8r6cmBva.com
Me pregunto ahora si podemos hablar de las estadísticas de sitios – el volumen de búsquedas, etc, yo estoy tratando de sitios que pueden comprar espacio publicitario a través de – quiero saber si podemos hablar de precios y otras cosas. Saludos compañero que está haciendo un gran trabajo sin embargo.
Esto fue muy interesante. Me encantó la lectura
i very much adore all your writing way, very exciting,
don’t give up and also keep writing simply because it simply just worth to look through it,
looking forward to view even more of your own article content, kind regards
Thanks! This was great. Made a difficult task a lot easier!
Hey thanks for the tip. Got this post via Google Search. Will implement this tomorrow.
Very good article. I’m still in the process of getting wordpress set up. I came upon this article from the owner of LeadsLeap who broke the barrier of making more than $200.00 per day with Adsense. Maybe it will be an inspiration to some of your readers as well. Enjoy!
When I first read this I thought “That’s crazy” why pay for something that you can grow organically for free. But the more I thought about it, the more it makes sense, if they are using Twitter in the right way and are able to convert some relationships into sales this may be a very cheap way to get high quality leads. It would all come down to how much they pay for the ad, how well they foster the relationships, and how well those relationships convert to sales. Interesting, but the verdict is still out.
My companion and I really loved studying this blog put up, I was just itching to know do you trade featured posts? I’m at all times looking for somebody to make trades with and merely thought I’d ask.
I care deeply for such info a lot. I was looking for this particular information for a very long time. Thank you and good luck.
You really have a way of words. Great style of delivering the information and I could relate to it. Such a great information for me. Thanks for this. Party Powder
Staggering! This blog looks accurately like my disused in unison! It’s on a completely separate grounds but it has bonny much the anyhow episode layout and design. Superlative selection of colors!
Hi an excellent post ! I would really appreciate if you could tell me the same thing to do with custom search engines built in templates !! any configuration on how to do it.
Hello! so glad you saw it through to the end! Most of us would quietly tut to ourselves and move on, thank you.
I finded answers in http://www.google.com.hk
Excellent post! It’s very detailed with step-by-step instructions.
However the amount of changes can prove a little overwhelming if you’re not familiar with coding.
There’s a wordpress plugin which adds a Google Custom Search Engine to your website. It’s easy to setup and can be linked to your Adsense account.
Nice post! I like @TomVeo ‘s background but the rest backgrounds do they stand as a good example for twitter backgrounds?
I found your weblog web site on google and check a number of of your early posts. Continue to maintain up the excellent operate. I just additional up your RSS feed to my MSN News Reader. Looking for ahead to studying more from you later on!…
You are a very clever individual!
Hello. And thank you at once for such an amazing web site. I’ll be visiting it on a regular basis.
Поздравляю, ваша идея пригодится
Highly rated post. I study something completely new on different blogs everyday. Deciding on one . stimulating to learn the paper content from other writers and study a little bit one thing from their website. I’d like to apply certain of this content material on my weblog you’re mind. Natually I’ll give a link right here we’re at your web-site. Recognize your sharing.
I really liked the article, and the very cool blog
Wow, great. I`ve been searching a tutorial about google custom search in wordpress and now i got it. Thanks, great tutorial, of course I`ll practice it.
What are the right words … great, bright idea
This is a great tutorial, having Google search on your site is very helpful especially if the site gets cached often and a lot of the pages are indexed in Google. Their algorithm is one of the bests and it works great on the sites
Sorry…the next i will comment in english….:)