为什么我在网址中的网站名称前面“不安全”?

I have issue with website url.When I enter website url in the chrome,then websites name comes with

Not secure| www.mywebsitesname.com

How can I change this to

Secure |http://mywebsitesname.com

Is it possible?

Yes, it is possible make your website secure. You need to buy a SSL certificate for that and set all internal url to run on HTTPS instead of HTTP. Because HTTP is not secure.

You can buy SSL certificate from Godaddy

After that your site will have something like this before url

enter image description here

For more on HTTP VS HTTPS please read this

Change your url HTTP to HTTPS by SSL certification

HTTP VS HTTPS

Hyper Text Transfer Protocol Secure (HTTPS) is the secure version of HTTP, the protocol over which data is sent between your browser and the website that you are connected to. The 'S' at the end of HTTPS stands for 'Secure'. It means all communications between your browser and the website are encrypted.

From begin of 2017 more (especially e-commerce) site that don't have the https are signed with 'non sicure'. To solve this problem you can implements on your site the https module simpy to buy a SSL from your provider.