{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Organization",
      "@id": "https://alffert.tech/#organization",
      "name": "Alffert",
      "url": "https://alffert.tech",
      "logo": "https://alffert.tech/logo.png",
      "description": "ИИ-ассистент для прохождения технических собеседований и лайвкодинга.",
      "sameAs": []
    },
    {
      "@type": "WebSite",
      "@id": "https://alffert.tech/#website",
      "url": "https://alffert.tech",
      "name": "Alffert",
      "publisher": { "@id": "https://alffert.tech/#organization" },
      "inLanguage": "ru-RU",
      "potentialAction": {
        "@type": "SearchAction",
        "target": {
          "@type": "EntryPoint",
          "urlTemplate": "https://alffert.tech/questions?q={search_term_string}"
        },
        "query-input": "required name=search_term_string"
      }
    }
  ]
}
