Last post Nov 28, 2011 01:27 PM by srinathgnath
Member
74 Points
314 Posts
Nov 28, 2011 01:16 PM|24sharon|LINK
in my site i use the custom google search
my problem is the ads
for example if the user look for product that i have in my site
google ads gives the user links to this product on other site' and this is absurd
in the past i add the iframe in a div with display none that the right side dosent display' and this worked good
but now the "google results" has changed and the ads is on the top of page
how can i remove the google ads result from my site
All-Star
15186 Points
3888 Posts
Nov 28, 2011 01:25 PM|raju dasa|LINK
HI, handle the results returned by google search. use google (ajax) json-format search, filter the url in results (with ur domain) and show the results. http://code.google.com/apis/customsearch/v1/overview.html
//not sure if its possible!
354 Points
101 Posts
Nov 28, 2011 01:27 PM|srinathgnath|LINK
Check this link :: http://www.google.com/support/customsearch/bin/answer.py?hl=en&answer=70354
we can't hide it according to google policy...
Member
74 Points
314 Posts
remove google ads from custom google search results
Nov 28, 2011 01:16 PM|24sharon|LINK
in my site i use the custom google search
my problem is the ads
for example if the user look for product that i have in my site
google ads gives the user links to this product on other site' and this is absurd
in the past i add the iframe in a div with display none that the right side dosent display' and this worked good
but now the "google results" has changed and the ads is on the top of page
how can i remove the google ads result from my site
All-Star
15186 Points
3888 Posts
Re: remove google ads from custom google search results
Nov 28, 2011 01:25 PM|raju dasa|LINK
HI,
handle the results returned by google search.
use google (ajax) json-format search,
filter the url in results (with ur domain) and
show the results.
http://code.google.com/apis/customsearch/v1/overview.html
//not sure if its possible!
rajudasa.blogspot.com || rajudasa-tech
Member
354 Points
101 Posts
Re: remove google ads from custom google search results
Nov 28, 2011 01:27 PM|srinathgnath|LINK
Check this link :: http://www.google.com/support/customsearch/bin/answer.py?hl=en&answer=70354
we can't hide it according to google policy...
Thanks,
Srinath G Nath
visit code for asp.net