Something different appears when I open my website

My website is
www.malwaorthohospital.com

I have recently installed SSL certificate

But when I open my website instead of showing website it shows Google search like.

How to resolve the issue

Hosting :- GoDaddy shared hosting

You need to change your website url from http to https in your wordpress config.

Thank you very much, worked

But it is saying non secure, what is the problem

You have mixed content issues, you are trying to load this image over plain http:

http://malwaorthohospital.com/wp-content/uploads/2020/03/download.png?id=96

to solve the issue, find the post including that image, and remove http: from the image url, so that it becomes

//malwaorthohospital.com/wp-content/uploads/2020/03/download.png?id=96

and maybe you can try this plugin: https://wordpress.org/plugins/ssl-insecure-content-fixer/

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.