Click here to Skip to main content
15,895,084 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to know if it is possible to rank results about certain queries , example :
when the user type "football new" i want news from skysport will be first in the list.

is there any way to do that ?
Posted
Updated 30-Mar-11 23:09pm
Comments
ZeeroC00l 31-Mar-11 5:16am    
And you want to do this in google search or in your website where you have encorporated some method to do google search ??
KaRaMiLo 31-Mar-11 5:22am    
well i am using google search api with in my website and i want it to search my website only ( i've already done this ) but when the user use the example above i want the result to ranked.

1 solution

If you are using google search engine then you have some Advanced search options that might help you do this.

like using site options. Use
site:<site address=""></site>
after your search string which will fetch you the results only from the sire you have provided.
 
Share this answer
 
Comments
KaRaMiLo 31-Mar-11 5:23am    
i don't want to do this i already added the site to search for , i want to rank the results
ZeeroC00l 31-Mar-11 6:00am    
You might gave gone through this link, if you havent, then this might help.
http://code.google.com/apis/customsearch/docs/ranking.html
KaRaMiLo 5-Apr-11 8:22am    
I got some problems :
In those examples there is different websties to search in but in my example it is only 1 website so when he ranks something he use a url pattern which is different because there is multiple website but in my case there is only 1 pattern so the results will remain the same !!
do you got me ?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900