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.",
"@type": "WebSite",
"url": "https://www.genesiscareus/",
"name": "GenesisCare US"
}
</script>
<meta property="og:url" content="https://www.genesiscareus/">
<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
362k69 gold badges552 silver badges596 bronze badges
asked Jan 17 at 22:15
Website JakeWebsite Jake
9
1 Answer
Reset to default 0First, 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.