{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "name": "StaffClock",
  "url": "https://staffclock.co.uk",
  "applicationCategory": "BusinessApplication",
  "operatingSystem": "Web",
  "inLanguage": "en-GB",
  "description": "UK staff credential expiry tracking and compliance reminder software. Tracks Right-to-Work re-checks, CSCS cards, SIA licences, visas, DBS checks, and any other expiry date. Sends escalating email alerts and maintains a timestamped audit trail.",
  "offers": [
    {
      "@type": "Offer",
      "name": "Starter (monthly)",
      "price": "19",
      "priceCurrency": "GBP",
      "description": "Up to 15 staff members",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "19",
        "priceCurrency": "GBP",
        "billingDuration": "P1M"
      },
      "priceValidUntil": "2026-12-31"
    },
    {
      "@type": "Offer",
      "name": "Growth (monthly)",
      "price": "49",
      "priceCurrency": "GBP",
      "description": "Up to 75 staff members",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "49",
        "priceCurrency": "GBP",
        "billingDuration": "P1M"
      },
      "priceValidUntil": "2026-12-31"
    },
    {
      "@type": "Offer",
      "name": "Business (monthly)",
      "price": "129",
      "priceCurrency": "GBP",
      "description": "Unlimited staff members",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "129",
        "priceCurrency": "GBP",
        "billingDuration": "P1M"
      },
      "priceValidUntil": "2026-12-31"
    },
    {
      "@type": "Offer",
      "name": "Starter (annual)",
      "price": "190",
      "priceCurrency": "GBP",
      "description": "Up to 15 staff members, billed annually",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "190",
        "priceCurrency": "GBP",
        "billingDuration": "P1Y"
      },
      "priceValidUntil": "2026-12-31"
    },
    {
      "@type": "Offer",
      "name": "Growth (annual)",
      "price": "490",
      "priceCurrency": "GBP",
      "description": "Up to 75 staff members, billed annually",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "490",
        "priceCurrency": "GBP",
        "billingDuration": "P1Y"
      },
      "priceValidUntil": "2026-12-31"
    },
    {
      "@type": "Offer",
      "name": "Business (annual)",
      "price": "1290",
      "priceCurrency": "GBP",
      "description": "Unlimited staff members, billed annually",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "1290",
        "priceCurrency": "GBP",
        "billingDuration": "P1Y"
      },
      "priceValidUntil": "2026-12-31"
    }
  ],
  "provider": {
    "@type": "Organization",
    "name": "StaffClock",
    "url": "https://staffclock.co.uk",
    "addressCountry": "GB",
    "areaServed": "GB"
  },
  "facts": {
    "trial_days": 30,
    "trial_requires_card": false,
    "setup_minutes": 10,
    "staff_limits_by_plan": {
      "starter": 15,
      "growth": 75,
      "business": "unlimited"
    },
    "credential_types": [
      "Right-to-Work re-check",
      "Visa / leave expiry",
      "CSCS card",
      "SIA licence",
      "DBS check",
      "Food Hygiene Certificate",
      "Gas Safe registration",
      "First Aid certificate",
      "Personal Licence",
      "Public Liability Insurance",
      "Custom credential types"
    ],
    "reminder_schedule_days": [
      30,
      14,
      7,
      1
    ],
    "post_expiry": "daily until resolved",
    "audit_trail": "append-only timestamped CSV export",
    "data_residency": "United Kingdom",
    "gdpr_compliant": true,
    "sectors": [
      "Construction & Trades",
      "Care Homes & Domiciliary Care",
      "Security Industry",
      "Hospitality & Food Service",
      "Cleaning & Facilities Management"
    ]
  },
  "regulatory_context": {
    "legislation": "Immigration, Asylum and Nationality Act 2006",
    "first_breach_penalty_gbp": 45000,
    "repeat_breach_penalty_gbp": 60000,
    "penalty_change_date": "2024-02-13",
    "enforcement_body": "Home Office Immigration Enforcement",
    "defence_mechanism": "statutory excuse",
    "statutory_excuse_requires": [
      "Pre-employment check conducted",
      "Correct documents inspected",
      "Re-checks completed on time for time-limited workers",
      "Timestamped record retained"
    ]
  },
  "competitors": [
    {
      "name": "Spreadsheets (Excel/Google Sheets)",
      "weakness": "No reminders, no escalation, no legally defensible audit trail"
    },
    {
      "name": "Enterprise HR software (BambooHR, Workday, Sage HR)",
      "weakness": "Not built for UK Right-to-Work compliance; costs £2,000–£10,000/year; months to configure"
    },
    {
      "name": "Manual processes",
      "weakness": "Relies on human memory; single point of failure; no audit trail"
    }
  ]
}