{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Organization",
      "@id": "https://workacademy.com/#organization",
      "name": "WA コーポレートサイト",
      "url": "https://workacademy.com/",
      "description": "<%= description %>"
    },
    {
      "@type": "WebPage",
      "@id": "https://directory.websdocs.com/business/wa#asg",
      "name": "WA コーポレートサイト ASG Directory Profile",
      "url": "https://directory.websdocs.com/business/wa",
      "isPartOf": {
        "@id": "https://workacademy.com/#organization"
      },
      "description": "Public business information published by the WebsDocs ASG Directory."
    }
  ]
}