parm530
1/2/2020 - 3:53 PM

Structured Data

Structured Data

  • Helps google to better understand the contents of your web page
  • Makes it easier for search engines to crawl, organize, and display your content
  • Preferred data type for structured data is JSON-LD
  • The script element will be added within the <head> or <body> tags
<script type="application/ld+json">
  {
    "@context": "http://schema.org",
    "@type": "WebSite",
    "name": "Domain Name",
    "url": "https://www.domainName.com/"
  }
</script>