Home:ALL Converter>Google Structured Data Name

Google Structured Data Name

Ask Time:2016-09-15T03:26:46         Author:James Collier

Json Formatter

I have added structured data onto every page of my site like so:

<script type="application/ld+json">
{
  "@context": "http://schema.org",
  "@type": "WebSite",
  "name": "Your WebSite Name",
  "url": "http://www.your-site.com"
}
</script>

It's been live for about two weeks now, and I can test the page with the structured data testing tool using the url and it fetches the structured data accurately.

Yet, when I search for my site, it doesn't replace the green url link with the name I specified in the structured data like the docs say it should. How long will I need to wait before Google crawls my page and the results reflect the structured data? Or, is there something I need to do to summon their crawler?

Thank you in advance!

Author:James Collier,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/39498198/google-structured-data-name
yy