Forum Moderators: martinibuster
Google ads can be placed on search results pages.Alternatively, Google AdSense for search offers publishers the opportunity to provide search to their users, and to earn money from Google ads served to the search results pages. By simply adding an AdSense for search box to any web page that meets our program policies, publishers can offer web search (and, optionally, site search) and benefit from Google-hosted, customizable, and monetized search results pages.
This should hold true for any of your sites' search results pages. I would think a page partially generated by Google should be no different.
Are we allowed to put a search term in the Google search box on our site to see the search results page as long as we do not click on any ads?
I just want to make sure as I do not want to see it bad enough to risk being banned!
Works beautifully on my site. But I read that Google would prefer we don't show ads on search result pages so I made sure not to include any Adsense units on the results page. I would like it if they allowed us to configure the width and height. Oh and give use Google Suggest's livesearch.
Ok, this could mess me up. I have my AdSense code configured so it shows up on all pages of my site as it is too much work to add it to individual pages when one's website has about 700 pages.
Is there a script or some code I can use to make the AdSense code NOT show on the page that shows search results within my site?
The code I have now puts the code on all pages, so not sure how I would add a new page without the code showing up on it.
Also, where does it say that we cannot show our ads on the search results pages? I want to make sure I am doing what is within TOS. Thanks.
Now that I look at it, the height is not quite long enough. At 1300, the bottom gets cut off.
Yes. I noticed this as well in reference to the height attribute. In reference to the width attribute, maybe Google defined (650) since it does fall under the traditional (720) pixel width of many banner ads.
Are we allowed to put a search term in the Google search box on our site to see the search results page as long as we do not click on any ads?
Yes... as long as you do not click on the ads. It would be nice if there was a "preview" button established to view search results.
Yes... as long as you do not click on the ads. It would be nice if there was a "preview" button established to view search results.
Ok, I just put in a search term in my Google search box and see my results page.
First, since I had not ever done this before, I had obviously wrongly ASSumed that it only showed paid results. So this is probably why I've never made much money using the search feature because first of all, your visitor puts something into the search box, goes to the search results and if they do not happen to choose the paid results we get nothing. No click money, and the visitor is gone.
Now, with the sites opening up on your own site, perhaps that will work out better.
How many here actually make decent money from Google search being on their site? Do you think it takes away from the AdSense clicks?
Can I show ads on AdSense for search results pages in my own site?
"We ask that you don't place any additional ads on pages with framed search results. However, you're welcome to place an AdSense for search box on the page so your users can continue to search if they haven't found what they're looking for."
I don't know if that is a suggestion or if are they explicitly saying no to ads.
In case they are saying no then you could create new PHP includes for your results page that do not have Adsense code in them. That is if you know what you are doing. I only ever work with hand made websites with full control over bit of code. Some of you who use Wordpress etc may find things harder.
[edited by: Hubbard at 9:14 pm (utc) on Aug. 15, 2006]
I don't know if that is a suggestion or if are they explicitly saying no to ads.In case they are saying no then you could create new PHP includes for your results page that do not have Adsense code in them. That is if you know what you are doing. I only ever work with hand made websites with full control over bit of code. Some of you who use Wordpress etc may find things harder.
In this particular case it is an ecommerce website where a template is used provided by the hosting provider. I have control over most everything except not sure what code to put on the search results page to make it NOT show my AdSense code that is on every other page.
ASA if you are reading this can you let us know for sure if it is against TOS to have ads show up on the results pages that are on our own sites. I really do not see how it hurts because lets take this example:
Visitor A places a keyword in the Google search box on my site. Visitor A shows up on my search results page and perhaps not seeing what he is looking for in the search results maybe Visitor A then notices my AdSense ads and clicks on one of those. Either way, the visitor has clicked on an advertisers ad. Either way, the advertiser pays for the click. Either way, the advertiser gets my visitor to their site, which is the main purpose.
I hope we get clarification soon.
If it is against TOS to have AdSense ads on the search results page, then can anyone here provide me with the code to place on the search results page itself that will make that one page NOT show my AdSense ads?
Thanks for any advice, it really is appreciated.
I have dropped them a line about sub domains. Since we use them for the site sections is means the results on domain.com are really poor. Whereas the same search on subdomain.com are great. But only 3 are allowed in the default I think so trying to see if can add the rest...
But regardless this makes using the site search far more appealing and seemless for users.
This seems like such a novice mistake on their part.
And the way I read the update is that you can't just slap an adsense box on your search results page, but you can now put an "adsense for search RESULTS tag" on your page, and they will suck in the search results under your URL (in an IFrame) without having to go to google.com.
This could be really helpful - I think I'll try it out on a couple of my sites.
Anyone recieving confirmation that it is ok to display ads?
[edited by: Hubbard at 3:39 pm (utc) on Aug. 16, 2006]
navigation: dark blue with white text
content: white wiht black text
The navigation should show a 300x250 box blended in the navigation, dark blue with white text.
But on the 300x250 block is white with black text.
Only when it's called by search results.
When I visit direct http://www.example.com/search.htm
The 300x250 block shows like expected dark blue with white text
your visitor puts something into the search box, goes to the search results and if they do not happen to choose the paid results we get nothing. No click money, and the visitor is gone.
They'll stay within your site if you make them search your site.
Ok, this could mess me up. I have my AdSense code configured so it shows up on all pages of my site as it is too much work to add it to individual pages when one's website has about 700 pages
Ouch! That's why I put a text link on every pages search and this link leads to a single Google search page.
If we are allowed to show an extra ad unit don't use large square units. They look ugly and don't blend. Use a skyscraper to one side or a wide banner at the bottom.
I sent a bug report to Google about that, so let's hope they fix it up.
Also, if you want to adjust the width, put this in the page where the iframe is to appear:
<style>
#googleSearchUnitIframe iframe {
width:600;
}
</style>
No other style attributes, such as scrolling, seem to work as G over-rides them in the js file.