{
      "@context": "https://schema.org",
      "@graph": [
            {
                  "@type": "Organization",
                  "@id": "http://eng.vielton.biz/#organization",
                  "name": "Vielton Outsourcing",
                  "url": "http://eng.vielton.biz/",
                  "logo": "http://eng.vielton.biz/assets/logo.svg",
                  "contactPoint": {
                        "@type": "ContactPoint",
                        "telephone": "+79528292136",
                        "contactType": "sales",
                        "availableLanguage": [
                              "en",
                              "ru"
                        ]
                  }
            },
            {
                  "@type": "WebSite",
                  "@id": "http://eng.vielton.biz/#website",
                  "url": "http://eng.vielton.biz/",
                  "name": "Vielton Outsourcing",
                  "publisher": {
                        "@id": "http://eng.vielton.biz/#organization"
                  },
                  "inLanguage": "en-US"
            },
            {
                  "@type": "WebPage",
                  "@id": "http://eng.vielton.biz/#webpage",
                  "url": "http://eng.vielton.biz/",
                  "name": "Vielton Outsourcing — V-Scan digital growth diagnosis",
                  "description": "Vielton Outsourcing finds where businesses lose clients, which processes slow growth and which digital changes will affect profit.",
                  "isPartOf": {
                        "@id": "http://eng.vielton.biz/#website"
                  },
                  "dateModified": "2026-07-18",
                  "inLanguage": "en-US"
            },
            {
                  "@type": "Service",
                  "@id": "http://eng.vielton.biz/#service",
                  "name": "V-Scan digital diagnosis",
                  "provider": {
                        "@id": "http://eng.vielton.biz/#organization"
                  },
                  "areaServed": "Worldwide",
                  "serviceType": "Digital strategy diagnosis",
                  "description": "Vielton Outsourcing finds where businesses lose clients, which processes slow growth and which digital changes will affect profit."
            },
            {
                  "@type": "FAQPage",
                  "@id": "http://eng.vielton.biz/#faq",
                  "mainEntity": [
                        {
                              "@type": "Question",
                              "name": "Can we really avoid building a new website?",
                              "acceptedAnswer": {
                                    "@type": "Answer",
                                    "text": "Yes. If the diagnosis shows that the root cause is not the website, we will say so clearly."
                              }
                        },
                        {
                              "@type": "Question",
                              "name": "What if the problem is not technical?",
                              "acceptedAnswer": {
                                    "@type": "Answer",
                                    "text": "Good. That means you will not spend money on the wrong solution."
                              }
                        },
                        {
                              "@type": "Question",
                              "name": "Is V-Scan an audit?",
                              "acceptedAnswer": {
                                    "@type": "Answer",
                                    "text": "No. An audit describes the current state. V-Scan explains the reasons behind it and gives a path for change."
                              }
                        },
                        {
                              "@type": "Question",
                              "name": "What do we receive after diagnosis?",
                              "acceptedAnswer": {
                                    "@type": "Answer",
                                    "text": "Not a report for the sake of a report. You receive a V-Index, a growth-point map and a roadmap of changes."
                              }
                        },
                        {
                              "@type": "Question",
                              "name": "What if we already know our problem?",
                              "acceptedAnswer": {
                                    "@type": "Answer",
                                    "text": "Almost every client says that. In practice, the first hypothesis is often incomplete."
                              }
                        },
                        {
                              "@type": "Question",
                              "name": "Do you only do development?",
                              "acceptedAnswer": {
                                    "@type": "Answer",
                                    "text": "No. Development is only one possible outcome of diagnosis."
                              }
                        }
                  ]
            }
      ]
}