97
Score: A ยท AI-ready
JSON-LD
{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@context": "https://schema.org",
      "@type": "Organization",
      "@id": "https://jotunn.eu/#/schema/Organization",
      "name": "Magento / Adobe Commerce Engineering",
      "url": "https://jotunn.eu",
      "logo": "https://jotunn.eu/og/jotunn-share-card.jpg",
      "contactPoint": {
        "@type": "ContactPoint",
        "telephone": "TODO: phone number"
      },
      "email": "hello@jotunn.eu",
      "sameAs": []
    },
    {
      "@type": "WebSite",
      "@id": "https://jotunn.eu/#/schema/WebPage",
      "url": "https://jotunn.eu/",
      "publisher": {
        "@id": "https://jotunn.eu/#/schema/Organization"
      },
      "name": "Jotunn d.o.o. | Magento / Adobe Commerce Engineering",
      "description": "Jotunn d.o.o. is a Croatia-based software company providing Magento and Adobe Commerce engineering for backend-heavy ecommerce systems."
    }
  ]
}

Extracted fields

Field Value Where we found it Confidence
Name Magento / Adobe Commerce Engineering <title> tag (tail after separator) Medium
Logo https://jotunn.eu/og/jotunn-share-card.jpg og:image meta tag High
Email hello@jotunn.eu Cloudflare-obfuscated mailto span, decoded High
Social profiles no candidate found TODO
Breadcrumbs no candidate found TODO
FAQ pairs 0 pair(s) no candidate found TODO

Schema comparison

Type Status
WebSite Absent
ProfessionalService Valid

Install instructions

WordPress not detected on this site. If you're running WordPress, ensure that the crawler could access your site.

If you'd like to add schema markup to a WordPress site anyway, the most reliable approach is to use a dedicated schema plugin (Yoast, RankMath, or The SEO Framework). Each provides a UI for adding schema without code.

Alternatively, add JSON-LD directly to your theme's `functions.php` via the `wp_head` hook (see the raw HTML tab below for the script pattern).