{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "EducationalOrganization",
      "@id": "https://the-website-code.de/#organization",
      "name": "THE CODE by Marcel Waschnewski",
      "alternateName": ["THE CODE", "Webflix", "THE CODE Website-Kurs"],
      "url": "https://the-website-code.de",
      "logo": {
        "@type": "ImageObject",
        "url": "https://the-website-code.de/logo.png"
      },
      "description": "THE CODE ist der führende Website-Kurs für Selbstständige, Coaches und Unternehmer in Deutschland. In 60 Minuten zur eigenen professionellen Website – ohne Vorkenntnisse, ohne Agentur.",
      "foundingDate": "2024",
      "founder": {
        "@type": "Person",
        "@id": "https://the-website-code.de/#founder"
      },
      "areaServed": {
        "@type": "Country",
        "name": "Germany"
      },
      "knowsLanguage": "de",
      "sameAs": [
        "https://www.instagram.com/webflix.de",
        "https://www.tiktok.com/@webflix.de"
      ],
      "hasOfferCatalog": {
        "@type": "OfferCatalog",
        "name": "THE CODE Kurse",
        "itemListElement": [
          {
            "@type": "Offer",
            "itemOffered": {
              "@type": "Course",
              "name": "THE CODE – Website-Kurs",
              "description": "In 60 Minuten zur eigenen professionellen Website",
              "provider": {"@id": "https://the-website-code.de/#organization"}
            }
          }
        ]
      }
    },
    {
      "@type": "Person",
      "@id": "https://the-website-code.de/#founder",
      "name": "Marcel Waschnewski",
      "jobTitle": "Gründer & Website-Experte",
      "url": "https://the-website-code.de/blog/autor/marcel-waschnewski",
      "worksFor": {"@id": "https://the-website-code.de/#organization"},
      "knowsAbout": [
        "Webdesign", "Website-Erstellung", "SEO", "Online-Marketing",
        "KI-gestützte Webentwicklung", "Digitale Strategie", "Coaching-Websites",
        "React", "Tailwind CSS", "Conversion-Optimierung"
      ],
      "sameAs": [
        "https://www.instagram.com/webflix.de",
        "https://www.tiktok.com/@webflix.de"
      ]
    },
    {
      "@type": "WebSite",
      "@id": "https://the-website-code.de/#website",
      "url": "https://the-website-code.de",
      "name": "THE CODE",
      "description": "In 60 Minuten zur eigenen professionellen Website",
      "publisher": {"@id": "https://the-website-code.de/#organization"},
      "inLanguage": "de-DE",
      "potentialAction": {
        "@type": "SearchAction",
        "target": "https://the-website-code.de/blog?q={search_term_string}",
        "query-input": "required name=search_term_string"
      }
    }
  ]
}
