{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Organization",
      "name": "eTakeawayMax",
      "url": "https://etakeawaymax.com",
      "logo": "https://etakeawaymax.com/logo.png",
      "description": "Zero commission online ordering system for restaurants, cafes, and takeaways",
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "42395 Ryan Road, Suite 112-241",
        "addressLocality": "Ashburn",
        "addressRegion": "VA",
        "postalCode": "20148",
        "addressCountry": "US"
      },
      "contactPoint": {
        "@type": "ContactPoint",
        "telephone": "+1-571-370-8890",
        "contactType": "Sales",
        "email": "info@etakeawaymax.com"
      }
    },
    {
      "@type": "SoftwareApplication",
      "name": "eTakeawayMax Online Ordering System",
      "applicationCategory": "BusinessApplication",
      "offers": [
        {
          "@type": "Offer",
          "name": "Online Ordering Website",
          "price": "12",
          "priceCurrency": "USD",
          "priceSpecification": {
            "@type": "UnitPriceSpecification",
            "price": "12",
            "priceCurrency": "USD",
            "unitText": "WEEK"
          },
          "description": "Custom web design with zero commission online ordering"
        },
        {
          "@type": "Offer",
          "name": "Website + Mobile Apps",
          "price": "18",
          "priceCurrency": "USD",
          "priceSpecification": {
            "@type": "UnitPriceSpecification",
            "price": "18",
            "priceCurrency": "USD",
            "unitText": "WEEK"
          },
          "description": "Online ordering with iOS and Android mobile apps"
        },
        {
          "@type": "Offer",
          "name": "Complete Solution with EPOS",
          "price": "29",
          "priceCurrency": "USD",
          "priceSpecification": {
            "@type": "UnitPriceSpecification",
            "price": "29",
            "priceCurrency": "USD",
            "unitText": "WEEK"
          },
          "description": "Full solution with EPOS, mobile apps, and all features"
        }
      ],
      "aggregateRating": {
        "@type": "AggregateRating",
        "ratingValue": "4.9",
        "reviewCount": "500",
        "bestRating": "5",
        "worstRating": "1"
      }
    },
    {
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "Sukru"
      },
      "reviewRating": {
        "@type": "Rating",
        "ratingValue": "5",
        "bestRating": "5"
      },
      "reviewBody": "We started using eTakeaway Max over a year ago and now have three sites using it including my brother's. Excellent system. Very happy. I recommend it to every takeaway.",
      "itemReviewed": {
        "@type": "SoftwareApplication",
        "name": "eTakeawayMax"
      }
    }
  ]
}
