Skip to main content

Healthgrades manipulating star ratings so that physicians don't turn against them?

I did a random vanity search on Google today, searching for "alex mohseni", and noticed something unusual in the search results:


I knew that, in fact, I had a "4/5" rating on Healthgrades, *not* a "5/5" rating as it was showing me. I'll explain the absurdity of these sort of random online scoring systems for physicians on another post. For now, I was curious to know why the stars were showing 5/5, instead of 4/5. I clicked on the link, and sure enough, my aggregate score was 4/5, not 5/5. I then noticed that I had done my search while logged in to Google.

I logged out of Google and performed the same exact search, and here's what the Healthgrades result looked like:

Note that there are now 4/5 stars, not 5/5 stars, the only difference being that I signed out of Google. So, Healthgrades (or Google?) was actively manipulating the stars to look very favorable when it knew that a physician was looking him/herself up. 

Why would Healthgrades do this? You would have to ask them, but I think it's because they know how absurd their system is -- a system which allows any random person, even people who have never seen the doctor, to write any sort of review positive or scathing. I think they are trying to hide their broken system from physicians as much as possible. If I'm wrong, somebody please correct me or comment.

Anybody else notice this? How does this look when non-physicians log into Google and search?

Update: It turns out that when I am logged in, all physicians' scores seem to be 5 stars, not just my own.

Comments

Dayna said…
Dayna here from Healthgrades. Wanted to let you know that Healthgrades has no control over the review metrics Google elects to display in search results. No website has the ability to manipulate what Google displays on a by user basis, and any fluctuation observed in ratings is either the result of Google personalizing what it lists because the user is logged in, or because data has updated between refreshes of the search results page.

Popular posts from this blog

Dr. Alex Mohseni invited to speak at Brault’s Healthcare Leadership Forum about the future of Emergency Medicine services and how ED groups can adapt using telemedicine.

  Dr. Mohseni presented on the topic of how Emergency Medicine groups could expand their scope of practice to the virtual space to and how to do so in a financially viable way.

Information about Medicare Advantage plans, coverage and benefits

Information about Medicare Advantage plans, coverage and benefits is available on this website, Medicare Advantage Information . Some topics covered include: additional benefits for medicare additional medicare benefits medicare advantage blue medicare advantage blue cross medicare advantage blue cross blue shield advantage c medicare advantage care plan medicare advantage cost medicare advantage d medicare advantage dental plan medicare advantage health care plans medicare advantage health plan medicare advantage insurance medicare advantage insurance plans medicare advantage of medicare advantage plan advantage of plan advantage plan insurance advantage plans with dental advantage policy advantages of medicare advantage advantages of medicare for all advantages of original medicare benefit medicare

How to connect openai to zapier to twilio so that you can interface with GPT3 via SMS

 I created an SMS interface to openAI's gpt3 API so that I can send an SMS prompt to openai and get an SMS response. Result looks like this: There may be better/easier ways of doing this, but this is how I figured it out. I'm assuming some degree of familiarity w/ Zapier here: 1. Buy a phone number in Twilio to use for this. This only costs $1/mo 2. In Zapier, create a new zap where the trigger is "Webhooks by Zapier" (Premium option). Choose your event as "Catch Hook". This will generate a webhook URL that is custom for this workflow. We are doing this because when you send the SMS to the Twilio phone number, you want it to **instantly** trigger the zapier workflow and not wait the 5-15 min it takes for Twilio to trigger on its own, so for that you need the webhook: 3. Copy the webhook URL from zapier and paste it into Twilio in the "A Messages Comes In" webhook section for that phone number 4. You will then need to send a test message so that Zap...