{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Organization",
      "@id": "https://rev2it.co.za/#organization",
      "name": "Rev2IT",
      "url": "https://rev2it.co.za",
      "sameAs": ["https://rev2it.com"],
      "email": "enquiries@rev2it.co.za",
      "slogan": "Don't reinvent the wheel. Revolutionise the way it moves.",
      "description": "Rev2IT is a strategic technology and infrastructure partner that modernises existing systems rather than replacing them, building secure, scalable, AI-ready foundations for long-term growth."
    },
    {
      "@type": "WebSite",
      "@id": "https://rev2it.co.za/#website",
      "url": "https://rev2it.co.za",
      "name": "Rev2IT",
      "publisher": { "@id": "https://rev2it.co.za/#organization" }
    },
    {
      "@type": "AboutPage",
      "@id": "https://rev2it.co.za/about.html#webpage",
      "url": "https://rev2it.co.za/about.html",
      "name": "About Rev2IT",
      "description": "Learn about Rev2IT, a South African technology and infrastructure partner that modernises what already works and builds secure, scalable, AI-ready foundations.",
      "isPartOf": { "@id": "https://rev2it.co.za/#website" },
      "about": { "@id": "https://rev2it.co.za/#organization" },
      "inLanguage": "en-ZA"
    },
    {
      "@type": "BreadcrumbList",
      "itemListElement": [
        { "@type": "ListItem", "position": 1, "name": "Home", "item": "https://rev2it.co.za/" },
        { "@type": "ListItem", "position": 2, "name": "About", "item": "https://rev2it.co.za/about.html" }
      ]
    }
  ]
}
