Website google name

Hello,

I want to change the name above the URL in the google search result


I would like to switch “Art Gstaad” for “Maze Presents”. Is it possible?

(I’ve noticed that bing or qwant correctly display “Maze Presents”.)

Thank you for your help!

Google generally uses the content of the TITLE tag. However it often uses results based on AI. Read the Google recommendation here →

1 Like

Have a read through Google’s site name page also-

1 Like

Thank you very much!

I’ve added to my body tag home page:

<script type="application/ld+json">
    {
      "@context" : "https://schema.org",
      "@type" : "WebSite",
      "name" : "Maze Presents",
      "alternateName" : "MP",
      "url" : "https://www.mazepresents.com/"
    }
  </script>