Horje
How to Provide a site name to Google Search Top Heading

Use following code replacing WWE And add your site title. 


Add code to your site Between head

<script type="application/ld+json">
    {
      "@context" : "https://schema.org",
      "@type" : "WWE",
      "name" : "WWE",
      "alternateName" : "EC",
      "url" : "https://wwe.com/",
      "potentialAction": {
        "@type": "SearchAction",
        "target": {
          "@type": "EntryPoint",
          "urlTemplate": "https://query.example.com/search?q={search_term_string}"
        },
        "query-input": "required name=search_term_string"
      }
    }
  </script>

Output should be:






Related Articles
How to exclude Google Translator from Part of My Text HTML Language Tutorial
How to remove Google Logo from Google HTML Translator HTML Language Tutorial
How to Provide a site name to Google Search Top Heading HTML Language Tutorial


Read Full:
HTML Language Tutorial
Category:
Web Tutorial
Sub Category:
HTML Language Tutorial
Uploaded by:
Admin
Views:
80


Reffered: https://developers.google.com/search/docs/appearance/site-names