How to control the Site Name that shows up in Google?

Profile picture of Arjan Schouten, author of the blog post.
Author Arjan Schouten

Last updated:

Google displays either the URL or the website's name at the top of a search result. You have the option to inform Google about your website's name.

To tell Google what the preferred name of your website is, you have to specify it using Structured Data. Structured Data Markup helps Google to understand the content and structure of a website.

How to specify a site name in Structured Data Markup?

Add structured data script to the <head> section of your website:

<script type="application/ld+json">
    {
        "@context" : "https://schema.org",
        "@type" : "WebSite",
        "name" : "ExcellentWebCheck",
        "alternateName" : "EWC",
        "url" : "https://excellentwebcheck.com/"
    }
</script>

The alternateName is optional. You can include an alternateName to specify an abbreviation for your site name.

Important: you can only include this script once on your entire website! Google does not support multiple site name snippets.

You must include the site name structured data snippet on the home page only!

This json is typed according to WebSite type which you can find on schema.org.

Do's and don'ts for Site Name in Structured Data Markup

A few do's and don'ts for site names are:

  • DO: use a site name that is used in title tags.
  • DO: include spaces.
  • DON'T: use a site name that is too long.
  • DON'T: use a site name that does not reflect your brand.
  • DON'T: use a site name from your competitor.

Why is my Site Name not used by Google?

Google will use the site name only in certain languages. The site name from structured data markup is only used in Mobile search results. If Google doesn't detect the site name in other parts of your website it might not show the site name. Make sure that the specified site name is present in other parts of the website. Check that the page where the structured data markup is added is indexed by Google.

Do I need to merge WebSite structured data elements?

Yes. Google supports multiple properties from schema.org/WebSite. An example is a sitelink search box which appears in WebSite structured data as well.

Is using site name structured data good for SEO?

Site name structured data does not appear to impact the Google ranking. However, your website looks more professional in Google search results.

Read more about Site Names On Google Developer.

Want more traffic to your website

Check how you can improve your rankings

Share this article

Was this article helpful?

Checkout the ExcellentWebCheck services

ExcellentWebCheck's goal is to improve the online user experience. The tools of ExcellentWebCheck help to detect and improve usability problems on your website.