{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Docuflair Schema.org Markup Examples",
  "description": "Reference examples for implementing Schema.org structured data on Docuflair pages",
  "version": "1.0.0",
  "dateModified": "2026-01-20",
  "examples": {
    "productPage": {
      "description": "Schema markup for individual product pages (e.g., Docuflair Scan)",
      "markup": {
        "@context": "https://schema.org",
        "@graph": [
          {
            "@type": "SoftwareApplication",
            "@id": "https://www.docuflair.com/en/pages/products/scanning.html#software",
            "name": "Docuflair Scan",
            "applicationCategory": "BusinessApplication",
            "applicationSubCategory": "Document Scanning",
            "description": "High-volume document scanning solution with OCR, automatic image enhancement, and cloud storage integration.",
            "operatingSystem": "Windows Server 2016+, Windows 10/11",
            "softwareRequirements": "Microsoft SQL Server",
            "offers": {
              "@type": "Offer",
              "availability": "https://schema.org/InStock",
              "priceCurrency": "EUR",
              "seller": {
                "@type": "Organization",
                "name": "Administrator.at B2B GmbH"
              }
            },
            "manufacturer": {
              "@type": "Organization",
              "@id": "https://www.docuflair.com/#organization"
            },
            "featureList": [
              "LDAP/Active Directory integration",
              "QR-code batch separation",
              "Blank page detection",
              "Cloud storage integration"
            ],
            "screenshot": "https://www.docuflair.com/shared/images/products/scan-screenshot.png",
            "softwareVersion": "2026.1"
          },
          {
            "@type": "BreadcrumbList",
            "itemListElement": [
              {
                "@type": "ListItem",
                "position": 1,
                "name": "Home",
                "item": "https://www.docuflair.com/en/pages/"
              },
              {
                "@type": "ListItem",
                "position": 2,
                "name": "Products",
                "item": "https://www.docuflair.com/en/pages/products/"
              },
              {
                "@type": "ListItem",
                "position": 3,
                "name": "Scanning",
                "item": "https://www.docuflair.com/en/pages/products/scanning.html"
              }
            ]
          },
          {
            "@type": "FAQPage",
            "mainEntity": [
              {
                "@type": "Question",
                "name": "What scanners are supported?",
                "acceptedAnswer": {
                  "@type": "Answer",
                  "text": "Docuflair Scan supports over 300 scanner models from Canon, Fujitsu, Kodak, Epson, HP, Brother, and Xerox."
                }
              }
            ]
          }
        ]
      }
    },
    "organizationPage": {
      "description": "Schema markup for company/about pages",
      "markup": {
        "@context": "https://schema.org",
        "@type": "Organization",
        "@id": "https://www.docuflair.com/#organization",
        "name": "Administrator.at B2B GmbH",
        "url": "https://www.docuflair.com",
        "logo": "https://www.docuflair.com/shared/images/docuflair-logo.svg",
        "description": "Austrian B2B software company specializing in intelligent document processing solutions.",
        "foundingLocation": {
          "@type": "Place",
          "address": {
            "@type": "PostalAddress",
            "addressCountry": "AT"
          }
        },
        "areaServed": "Europe",
        "knowsLanguage": ["de", "en"],
        "brand": {
          "@type": "Brand",
          "name": "Docuflair"
        }
      }
    },
    "glossaryPage": {
      "description": "Schema markup for glossary/definition pages",
      "markup": {
        "@context": "https://schema.org",
        "@type": "DefinedTermSet",
        "name": "Document Management Glossary",
        "description": "Technical terms and definitions related to document management and processing",
        "inLanguage": "de",
        "hasDefinedTerm": [
          {
            "@type": "DefinedTerm",
            "name": "OCR",
            "description": "Optical Character Recognition - Technologie zur Texterkennung in gescannten Dokumenten",
            "inDefinedTermSet": "https://www.docuflair.com/de/pages/ressourcen/glossar/"
          }
        ]
      }
    },
    "caseStudyPage": {
      "description": "Schema markup for customer success story pages",
      "markup": {
        "@context": "https://schema.org",
        "@type": "Article",
        "headline": "How Company X Reduced Document Processing Time by 60%",
        "author": {
          "@type": "Organization",
          "name": "Administrator.at B2B GmbH"
        },
        "publisher": {
          "@type": "Organization",
          "name": "Administrator.at B2B GmbH",
          "logo": {
            "@type": "ImageObject",
            "url": "https://www.docuflair.com/shared/images/docuflair-logo.svg"
          }
        },
        "datePublished": "2026-01-15",
        "about": {
          "@type": "SoftwareApplication",
          "name": "Docuflair"
        },
        "mentions": {
          "@type": "Organization",
          "name": "Customer Company Name"
        }
      }
    },
    "mobileAppPage": {
      "description": "Schema markup for mobile app product page",
      "markup": {
        "@context": "https://schema.org",
        "@type": "MobileApplication",
        "@id": "https://www.docuflair.com/en/pages/products/mobile.html#app",
        "name": "Docuflair Mobile",
        "applicationCategory": "BusinessApplication",
        "operatingSystem": ["iOS 14+", "Android 10+"],
        "description": "iOS and Android companion app for document capture and workflow integration.",
        "featureList": [
          "QR-code login",
          "Document capture",
          "Metadata capture",
          "Encrypted connections"
        ],
        "offers": {
          "@type": "Offer",
          "price": "0",
          "priceCurrency": "EUR",
          "availability": "https://schema.org/InStock"
        }
      }
    },
    "webSite": {
      "description": "Site-wide schema for the main website",
      "markup": {
        "@context": "https://schema.org",
        "@type": "WebSite",
        "@id": "https://www.docuflair.com/#website",
        "name": "Docuflair",
        "url": "https://www.docuflair.com",
        "inLanguage": ["de", "en"],
        "publisher": {
          "@type": "Organization",
          "@id": "https://www.docuflair.com/#organization"
        },
        "potentialAction": {
          "@type": "SearchAction",
          "target": {
            "@type": "EntryPoint",
            "urlTemplate": "https://www.docuflair.com/search?q={search_term_string}"
          },
          "query-input": "required name=search_term_string"
        }
      }
    }
  },
  "implementationNotes": {
    "placement": "Schema markup should be placed in a <script type=\"application/ld+json\"> tag in the <head> section of each page.",
    "validation": "Validate markup using Google's Rich Results Test (https://search.google.com/test/rich-results) or Schema.org validator.",
    "consistency": "Ensure @id references are consistent across pages for entity linking.",
    "language": "Use inLanguage property and provide language-specific versions where appropriate.",
    "updates": "Update dateModified when content changes significantly."
  }
}
