Change Web Search Company Display Name

Hey guys!
I’m making a website and I need the website when its displayed as a browser search result to say a different name other than “Glitch”. How do I do that?

I can’t send an image as a new user, but its the name that appears right above the website title when you see a website on google.

I think you can put in some code like the title and meta description e.g.

<title>My own name</title>
<meta name="description" content="Stuff that I'm publishing or whatever">

see here for google’s info

1 Like