Site name not pulling to Google search results - Stack Overflow

admin2025-04-24  2

Google will not pull our preferred site name into search results. Instead it's pulling our domain as the site name.

We followed Google’s site name guidelines, but it still displays only the domain. Can anyone identify what we are missing?

Our site name script:

<script type="application/ld+json">
    {
        "@context": ";,
        "@type": "WebSite",
        "url": "/",
        "name": "GenesisCare US"
    }
</script>

<meta property="og:url" content="/">
<meta property="og:site_name" content="GenesisCare US">
<meta property="og:locale" content="en_US">
<meta property="og:type" content="website">
<meta property="og:title" content="Cancer and Multispecialty Care | GenesisCare US">
<meta property="og:description" content="GenesisCare U.S. is a leading healthcare provider. We specialize in the diagnosis and treatment of cancer and other challenging conditions in the US.">

Google will not pull our preferred site name into search results. Instead it's pulling our domain as the site name.

We followed Google’s site name guidelines, but it still displays only the domain. Can anyone identify what we are missing?

Our site name script:

<script type="application/ld+json">
    {
        "@context": "http://schema.org",
        "@type": "WebSite",
        "url": "https://www.genesiscareus.com/",
        "name": "GenesisCare US"
    }
</script>

<meta property="og:url" content="https://www.genesiscareus.com/">
<meta property="og:site_name" content="GenesisCare US">
<meta property="og:locale" content="en_US">
<meta property="og:type" content="website">
<meta property="og:title" content="Cancer and Multispecialty Care | GenesisCare US">
<meta property="og:description" content="GenesisCare U.S. is a leading healthcare provider. We specialize in the diagnosis and treatment of cancer and other challenging conditions in the US.">
Share Improve this question edited Jan 17 at 22:27 John Kugelman 363k69 gold badges553 silver badges597 bronze badges asked Jan 17 at 22:15 Website JakeWebsite Jake 9
Add a comment  | 

1 Answer 1

Reset to default 0

First, whatever you do, is taken as a suggestion by Google Search. All you can do is your best.

Second, avoid special characters in og:title such as the pipe or vertical bar.

Third, you have to be patient.

转载请注明原文地址:http://anycun.com/QandA/1745454304a90659.html