Display rating on Google search engine - google-api

My question is about when I search my website name on Google Search, how to do this on my website?

If you use WordPress; you can use WP-POSTRATINGS plugin, which is a very easy plugin to enable rating for articles, and it will show the total rating in google results.
Or if you're not using CMS, read this crash tutorial about adding stars: https://www.webpagefx.com/blog/seo/how-to-get-stars-search/

Related

Site title not appearing in google search results (Laravel)

My site title not appearing in google search results.
How can i fix this?
Google search: https://i.stack.imgur.com/Fv8Oc.png
Site title: https://i.stack.imgur.com/FfJqo.png
Code: https://i.stack.imgur.com/oQqLM.png
When did you make this change? It takes time for Google to change a page title (a few days).
You may take a look at Google documentation.
You can also add your website to Google Search Console and Ask Google to recrawl your URLs.

Google Official API to Page Rank

I am using "Open SEO stats Plugin" to check the page rank of any domain. I have also a custom google script which shows page rank in google sheets. It seems "toolbarqueries not working" (). Can anyone suggest any other sources where I can get the official page rank other than hitting "http://toolbarqueries.google.com/tbr"
Google has removed external PageRank access. There is no longer a method to get it.

image search with google

Google had a beautiful API which you can use to search for large images, but unfortunately they decided to disable it. Now you can use their "custom search engine", but it doesn't get even close to what that old API could do. For a start, the results you get are not the same as if you search in the common search page with your browser, and you can't specify the size of the images you are searching for.
Is it there any programatically way I can get a list of the URLs of the images I would find in the common search google page, size included?
You can use scrapping the google image search results and parse the links to the images. urllib2 library in python can help you here.

Google Custom Search API showing old results

I am trying to use the Google Custom Search API to show my ranking results on a regular basis. The only problem is that the displayed results seem to be fairly inaccurate, almost as if they are results from a month ago. The reason I know this, is that I searched for a famous person and it ranked a month old article. Is this normal for a Google search API? Is there a way I can get updated results?
I've checked the Google documentation but couldn't find anything.
Thanks in advance!

getting google plus profile information to be shown for every user logging into my site

can this be done anyhow ? I want to show every user , his google profile info ,or at least , create a profile widget for him on his home page .
Also , is it be possible to get the number of profiles with the highest followers in google plus , periodically,so that I can showcase that in my website ?
Google doesn't have an official API for the Google Plus product yet. You can sign up for a list to get the info as soon as it's available here:
https://services.google.com/fb/forms/plusdevelopers/
There are several "unofficial" api libraries you can try to use, but they're not likely to work very well as google plus is in beta, and is likely to keep changing without supporting unofficial libraries
This answer is for the top users part of the question.
There are several unofficial projects are existing that can get information out of google+
Dotnet.GooglePlus is my own that is written in .NET, but there are java and PHP implementations as well.
The other option is to try scrape a site like http://socialstatistics.com/ for top users.

Resources