How to incorporate Google Custom Search engine with Adsense into your Wordpress blog.
AdSense is by far the most popular and easy to use advertisement program for new bloggers. With AdSense you earn money when users click on the ads on your website. But the ads are not the only source of revenue for your blog. You can use AdSense for Search to to increase your revenue. But a better alternative to AdSense search is the Google Custom Search Engine. You can customize Google Search Engine to blend with your blog’s theme. You can also specify whether to search entire web or just your own website. It is more customizable than AdSense search and like AdSense for search you can earn money through Custom Search Engine.
In this tutorial I’ll show you how to setup Google Custom search engine and then incorporate it with AdSense into your WordPress blog.
To make things little easier I’ve captured screenshots of some of the screens that we will talk about in this tutorial. To view those screenshots click on the thumbnail images in the following sections. For performance issues I did not include the screenshots on this page but provided the links for easy access.
Now let’s get started.-
Create Google Custom Search
- Go to Google Co-op and click on “Create a Custom Search Engine” button. You will need your Google email account to sign in. If you do not have Google account you can sign up for one from this page.
- Log in to your account. You will see ‘Create a Custom Search Engine’ form. (See Fig 1)
- Fill out all the basic fields on the page.
- For the “What do you want to search?” question select “The entire web, but emphasize sites I select.” option. Then add yourblogdomain.com to “Site to search” textbox. See Fig 1.
- Select “Standard Edition”
- Read Terms of Service agreement and click the check box.
- Click the “Next” button
-
Customize Custom Search Engine
- On your Custom Search engine page click on ‘Control Panel’ link.
- Click on ‘Look and feel’.
- Select the style for your search box.
- Click ‘Save Changes’.
- Scroll down to customize your search results.
- Choose same colors for link,text etc. that you use on your website.
- Click ‘Save Changes’.
-
Setup search engine for your blog
- From your ‘Search engine Control panel page’ click on the ‘Code’ link.
- Select ‘Host results on a non-Google site using an: ‘
- Select ‘iframe’
- The most important field on this page is the URL of your page where you want to display the search results. Let’s say that you want to display the results on http://www.Wordpressyoublogdomain.com/search_result. Don’t worry if you don’t have this page yet, we will create the page in a few minutes. Enter the URL in the textbox.
- Choose the position of the ads for your search page. I chose “Display Ads above and below search results”.
- Copy the code from ‘Search box’ code block and paste it to notepad or some other text editor.
- Copy the code from ‘Search result code’ block and paste it to Notepad or some other text editor. We will use these two code segments in your Wordpress pages.
-
Monetize your search engine
- From your ‘Search engine Control panel page’ click on the ‘Make Money’ link.
- If you already have an AdSense account, select ‘I already have an AdSense account’. Otherwise select ‘I am a new AdSense user’.
- Fill out all the fields and click ‘Submit’.
- Now your custom search engine is linked to your Adsense account. If the visitor clicks on Ad links on your search results page, the revenue will go to your AdSense account. (Hurray!)
-
Create Search Page
- Log on to your blog as administrator.
- Create a new page. (Click ‘Write’ then ‘Write Page’ links). Click on Fig 6 to see the screenshot.
- In then Page title field enter “Search Results:”. (This text will appear on your page so don’t type any thing silly.)
- Click on the code tab and paste the code from Google’s Search results code text box that we copied earlier [ see Step 3(vii)].
- In the Page_Slug field enter ’search_result’. This should match the page that you entered the in the URL field on Google’s form.
- Click ‘Publish’.
- From ‘Manage’ tab, go to ‘Pages’ tab and note the id of your result page. (Click Fig 7 for the screenshot)
-
Replace blog search field with Google Search
- For WordPress admin Dashboard click on Presentation tab and then click ‘Theme Editor’.
- Find the code for your search field. Most themes have the code for search field in searchform.php file. If you don’t have that file look under header.php or sidebar.php files.
- Open the file and replace the code related to search form with the code from Google’s ‘Search box’ code that we copied in Step 3(vi).
- Save and close the file.
Now if you visit your site you will see Google search box.
This is great, except for one little problem. Your navigation menu may have the link to your new result page. We do not want that. Let’s fix this.
- Open your header.php and search for ‘wp_list_pages’.
- Add “&exclude=nnn“. (where ‘nnn‘ is the page id we noted in step vii of previous section)
For example I have this line in my header.php file
<?php wp_list_pages(’depth=1&sort_column=menu_order&title_li=’ . __(”) . ” ); ?>
After the modification the line becomes:
<?php wp_list_pages(’depth=1&exclude=56&sort_column=menu_order&title_li=’ . __(”) . ” ); ?>
- Save the file.
- If your header.php does not have your navigation links, search for the file that displays these links and add “&exclude” clause as mentioned above.
- Now visit your website. The link to your searhc page should no longer be in the navigation menu.
- Best free tools for Twitter
- Enter the DarkRoom for increased productivity.
- Has Alexa new method changed your rank?
- What is your blog's worth?
- Encourage comments by offering automatic backlinks.
First step is to create your Google Custom Search engine.
Congratulations! You now have your very own customized search engine! But we are not done yet. Click “Finish” to go to your “My search engines” page, where you can customize your new search engine.
Now we will customize your search engine.
Now we are ready to setup the search engine for your website.
You can link your custom search engine with your AdSense account to earn money from the search results on your blog. Follow these steps to link your search engine to your AdSense account.
We are done creating and customizing your custom search engine. The next step is to integrate your custom search engine with your blog.
We are almost done, now the only thing remaining is to replace your blog search field with Google search field.
In this last step we will replace your blog’s search field with the new Google custom search field.
We are all done. Try your new Google search box to see how the result page looks like. You can always go back to Google Custom Search page and modify your search engine.
Hope you enjoyed this tutorial. Let me know if this tutorial was helpful or if you encountered any issues while setting up your custom search engine.
If you enjoyed this post, make sure you subscribe to my RSS feed!
Related Posts:









Frank H M:
This is a great tutorial. Thanks a lot.
Posted on January 28th, 2008 at 3:57 pm
Dee:
Very handy. I was wondering how to do this.
Posted on January 29th, 2008 at 4:20 am
Best tutorials by not so famous bloggers:
[...] to write turtorials as part of DBT’s blog writing contest. I submitted my tutorial about Google Custom Search for blogs. In all, 71 excellend tutorials covering wide-ranging topics from blogging, montezing to health [...]
Posted on January 29th, 2008 at 10:31 pm
Blog Writing Project: 5 Best Tutorials:
[...] How to incorporate Google Custom Search engine with Adsense into your Wordpress blog by Zaheer. [...]
Posted on January 29th, 2008 at 11:24 pm
4 tips to increase your Feed Readers (written by DailyBlogTips Writing Projects Participants) | JackBook.Com:
[...] How to incorporate Google Custom Search engine with Adsense into your Wordpress blog by Zaheer. [...]
Posted on January 30th, 2008 at 2:48 am
Blog Writing Project — Tutorials — Wayfarer Wings:
[...] How to incorporate Google Custom Search engine with Adsense into your Wordpress blog by Zaheer. [...]
Posted on January 30th, 2008 at 2:14 pm
My 3 Favorite Tutorials From Daily Blog Tips:
[...] How to incorporate Google Custom Search engine with Adsense into your Wordpress blog by Zaheer. [...]
Posted on January 30th, 2008 at 3:09 pm
My Picks for DBT's Jan Group Writing Project:
[...] How to incorporate Google Custom Search engine with Adsense into your Wordpress blog by Zaheer. [...]
Posted on January 31st, 2008 at 11:36 am
My top 5 picks from Daily Blog Tips Writing Project:
[...] How to incorporate Google Custom Search engine with Adsense into your Wordpress blog by Zaheer. [...]
Posted on January 31st, 2008 at 11:54 am
Blog Writing Project: Tutorials » My top 5:
[...] How to incorporate Google Custom Search engine with Adsense into your Wordpress blog by Zaheer. [...]
Posted on February 1st, 2008 at 1:38 am
How to Write a Memoir to Remember Nominated for Best Tutorial:
[...] How to incorporate Google Custom Search engine with Adsense into your Wordpress blog by Zaheer. [...]
Posted on February 2nd, 2008 at 1:55 pm
ilango:
Sir
Its a great tutorial.
I am using Greentech as a theme. Is this the code (which is under the header.php file) to be replaced with Google search code results?
<form id=”searchform_header” method=”get” action=”">
Which part do I exactly replace?
Ilango
Posted on February 2nd, 2008 at 8:07 pm
ilango:
I am using Greentech and would like to know which is the code I should replace. I found it in the header.php file. Is this the code to be replaced with Goolgle search results code?
<form id=”searchform_header” method=”get” action=”">
Posted on February 2nd, 2008 at 8:10 pm
ilango:
I have followed every step but when I click on the search box I get “page not found”. Could you please help me please?
Posted on February 3rd, 2008 at 2:33 pm
zparacha:
@ilango, in your header.php file replace following code
<form id=”searchform_header” method=”get” action=”<?php echo $_SERVER['PHP_SELF']; ?>”><input type=”text” name=”s” id=”s” value=”Search this site…” onfocus=”if (this.value == ‘Search this site…’) {this.value = ”;}” onblur=”if (this.value == ”) {this.value = ‘Search this site…’;}” /></form>
with your Google Search code.
Posted on February 3rd, 2008 at 5:14 pm
zparacha:
@ilango, if you can send me you google search engine settings I may be able to help you setup your search page. You can email me your settings through Contact us form.
Posted on February 3rd, 2008 at 5:22 pm
Jenny:
Great! Thanks for this tip.
Posted on February 13th, 2008 at 10:09 pm
priya:
I have created upto 4 steps,I don’t know how to log onto my blog as administrator.Kindly help me sir
Posted on March 27th, 2008 at 9:00 am
Blog Writing Project: 71 Tutorials for Your Delight:
[...] How to incorporate Google Custom Search engine with Adsense into your Wordpress blog by Zaheer. [...]
Posted on April 18th, 2008 at 12:27 pm
gabfire themes » Blog Archive » Blog Writing Project: Tutorials » My top 5:
[...] How to incorporate Google Custom Search engine with Adsense into your Wordpress blog by Zaheer. [...]
Posted on April 26th, 2008 at 2:01 pm