Showing posts with label search box. Show all posts
Showing posts with label search box. Show all posts

Monday, August 2, 2010

New and Improved AdSense For Search

Over the past two years, the AdSense team has offered the powerful Google Custom search engine (CSE) of the product as an improvement on the original AdSense for search. After some recent improvements, we are now ready to retire the old version of AdSense for search. If the Google logo on your search results page says "Powered by Google" instead of the latest "Google Custom Search", then you have not yet upgraded to the latest version. AdSense for search with new CSE is available in your account, and we encourage you to make the change by updating your code as soon as possible.

AdSense for search with CSE gives you more control over their search results without changing how you make money showing ads to AdSense for search. For example, with the new version, you will have access to advanced features such as refinements and promotions. Our team has developed a series of upgrades and improvements over the last few months, and you can access the most advanced capabilities at www.google.com / cse.

Your existing AdSense for search box will continue to work normally for a few months more, and we'll be sure to update it when you retire this version. To take advantage of the benefits offered by the new version of AdSense for search and ensure you do not lose any revenue during the transition, we encourage you to update your code now. You only need to regenerate your AdSense code to search by signing into your account and follow these instructions:

  1. Visit your AdSense Setup tab and choose AdSense for search.
  2. Select the sites you would like your users to search on.
  3. Customize the appearance of their search results.
  4. Update the code on your site.

Saturday, February 10, 2007

A Better Search Box

In a way I'm reversing what I said in my previous post. After consideration, I've decided that a page optimized for AdSense should not make use of the technorati search box. Their search box takes you to their site where the search results display other blogs from their index. If you're building a regular site or blog this is a useful function, however for an AdSense optimized blog or site you want to narrow down the avenues for people to leave your site for another.

This is why I recommend using the search box widget at beautifulbeta. When you go to the site, the box is in the upper right and just under it, it says "add this widget to your blog". Click the link and it will take you to a widgets page. Simply click the widget and you will be prompted to log into your blogger / blogspot account. If you get an error, simply click "Back" and try it again. For some reason (for me at least) it doesn't take the first time.

I'm not sure if it'll work for non-blogger/blogspot users but heres the code and you can try it and see:

<form id="searchthis" action="/search" style="display: inline;"
method="get"><input id="search-box" name="q" type="text"><input
id="search-btn"value="Go!" type="submit"></form>

So now you still have a search box, only its providing results just from your pages where the searcher will be exposed to your AdSense ads. I still recommend listing your blog on technorati so simply log in and edit to remove their search box. Once again, many thanks to Hans at BeautifulBeta. Visit his site, for lots of nifty hacks and widgets to add more flair to your blogs.

Sunday, February 4, 2007

Add Your Blog to Technorati

Just a quick post today. I wanted to talk about adding your blog to Technorati. This is super-easy to do and adds more functionality to your pages. By going to the site, you complete a simple registration and then claim your blogs. I chose to claim my blog by inserting a simple string of javascript code they provide into my template. You can do this by adding it directly into the html, but I found it easier to insert as an html page element, then I could easily move it around to find what best works for me.

Not only does this help your pages get noticed (and more traffic >> more AdSense ad exposure >> more AdSense clicks!), but if you have the "notify weblogs" checked in blogger, your new posts are automatically added. Additionally, by going to technorati you can customize the widget displayed on your pages without ever mucking with the code embedded in your page again. For instance, I chose to use the widget to display a search box and a "Blogs that link here" link for added fuctionality. I chose to not display a link to my profile because frankly a couple of my blogs require a complete over-haul and are a bit of an embarrassment (read: what I'll be doing for the rest of the day!), but I can easily add the link once the over-haul's are complete.

Play around with it and see if it doesn't add more flavor to your site and hopefully bring in more revenue too!