{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Organization",
      "@id": "https://www.sitepoint.com/#organization",
      "name": "SitePoint",
      "url": "https://www.sitepoint.com/",
      "description": "Learn Web Design & Development with SitePoint tutorials, courses and books - HTML5, CSS3, JavaScript, PHP, mobile app development, Responsive Web Design"
    },
    {
      "@type": "WebPage",
      "@id": "https://directory.websdocs.com/business/sitepoint#asg",
      "name": "SitePoint ASG Directory Profile",
      "url": "https://directory.websdocs.com/business/sitepoint",
      "isPartOf": {
        "@id": "https://www.sitepoint.com/#organization"
      },
      "description": "Public business information published by the WebsDocs ASG Directory."
    }
  ]
}