when i type linkanbeli.in or link:softwaregenius.net in google search does not appear any pages from my site in google. whats the meaning is that?my site does not indexed in google? i am very tired about my website ranking in google. i am dong hard work about it but not getting anywhere my site in google. actually i am web master of a www.panbeli.in matrimony website INDIA. i am trying to improve its visibility in google last 5 month but not getting any positive result. but other search engine giving good result like yahoo and bing but google showing no any result in top 20 page result. my website is www.panbeli.in and my keyword are- bari samaj bari matrimony bari community bari shadi panbeli please help me if you can, b'coz i am very frustrated about it. my domain age is 4 years
function getYahooLinks($domain) { $yahooAppId1 = "YOUR_YAHOO_KEY"; $yahoourl="http://search.yahooapis.com/SiteExplorerService/V1/inlinkData?appid=".$appid."&query=".$domain."&entire_site=1&omit_inlinks=domain&results=1&output=php"; $data = @file_get_contents($yahoourl); $results=unserialize($data); return $results['ResultSet']['totalResultsAvailable']; //$results[0][1]; }
Here's a code snippet to get you started with the Yahoo! Site Explorer link checker via YQL and PHP. <?php $url = urlencode("http://caseystrouse.com"); $request = "http://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20search.siteexplorer.inlinks%20where%20query%3D%22".$url."%22&format=json"; $data = file_get_contents($request); $backlinks = json_decode($data); print_r($backlinks); ?> Code (markup):
thanks but i get following error: stdClass Object ( [error] => stdClass Object ( [lang] => en-US [description] => No definition found for Table search.siteexplorer.inlinks ) ) any solution?? thanks
this script not work on my site for now any body can fix for the error ?let me know..and thanks fo help
i want to know that how to get the yahoo back links from yahoo using yahoo API in PHP, please hep me out the way to do that