Cookies & analytics

    We use cookies for analytics and to serve ads. Accept to enable Google Analytics and AdSense. You can decline to stay opt-out.

    SwiftSchema Logo

    SwiftSchema

    Intuitive Schema Generation at Your Fingertips

    AboutLearnContact
      Stack

      SLA / Service Terms Stack

      Service pages with Offer terms, FAQ coverage, and breadcrumb navigation for SLAs/contract terms.

      Open generatorValidate in Rich Results Test

      When to use this stack

      • Service SLA/terms pages outlining uptime, credits, and response times
      • Customer-facing SLA/contract terms that pair the service entity with offers
      • Pages where FAQs clarify coverage, regions, and how to claim credits

      What's included

      • Declares the SLA/terms page itself.

      • Captures the service covered by the SLA.

      • Expresses the SLA terms as an offer with eligibility and link.

      • Frequently Asked Questions
        Open generator

        Answers coverage, credits, and claim process questions.

      • Breadcrumb
        Open generator

        Provides navigation context for the SLA page.

      Required properties (stack union)

      Ensure every applicable required property is present in your implementation. Nested props reference their parent objects (for example, `offers.priceCurrency`).

      areaServed.name
      availability
      description
      itemListElement[].name
      mainEntity[].@type=Question
      mainEntity[].acceptedAnswer.text
      name
      price
      priceCurrency
      provider.name
      url

      Recommended properties (stack union)

      dateModified
      description
      eligibleRegion
      inLanguage
      itemListElement[].item
      mainEntity[].acceptedAnswer.text
      mainEntity[].author.name
      mainEntity[].name
      priceValidUntil
      serviceType
      url

      Combined JSON-LD

      Paste as a single script tag. Keep product details, offer data, shipping/returns, and FAQ answers in sync with the page.

      Validate
      [
        {
          "@context": "https://schema.org",
          "@type": "WebPage",
          "@id": "https://www.example.com/legal/sla#page",
          "name": "Service Level Agreement — Example Cloud",
          "description": "Uptime targets, response times, and credit policy for Example Cloud.",
          "url": "https://www.example.com/legal/sla",
          "inLanguage": "en",
          "dateModified": "2025-02-14"
        },
        {
          "@context": "https://schema.org",
          "@type": "Service",
          "@id": "https://www.example.com/legal/sla#service",
          "name": "Example Cloud",
          "serviceType": "SaaS",
          "provider": { "@type": "Organization", "name": "Example Corp" },
          "areaServed": { "@type": "AdministrativeArea", "name": "Global" },
          "url": "https://www.example.com"
        },
        {
          "@context": "https://schema.org",
          "@type": "Offer",
          "@id": "https://www.example.com/legal/sla#offer",
          "name": "Example Cloud SLA",
          "description": "99.9% uptime SLA with service credits for impacted customers.",
          "price": "0.00",
          "priceCurrency": "USD",
          "availability": "https://schema.org/InStock",
          "eligibleRegion": "Worldwide",
          "url": "https://www.example.com/legal/sla"
        },
        {
          "@context": "https://schema.org",
          "@type": "FAQPage",
          "mainEntity": [
            {
              "@type": "Question",
              "name": "What is the uptime commitment?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "99.9% monthly uptime. We measure across all production regions."
              }
            },
            {
              "@type": "Question",
              "name": "How do I claim a service credit?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "Submit a ticket within 30 days of the incident with timestamps and logs; credits apply to the next billing cycle."
              }
            },
            {
              "@type": "Question",
              "name": "Are there exclusions?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "Yes. Scheduled maintenance, force majeure, and customer network issues are excluded. See the SLA for details."
              }
            }
          ]
        },
        {
          "@context": "https://schema.org",
          "@type": "BreadcrumbList",
          "itemListElement": [
            { "@type": "ListItem", "position": 1, "name": "Home", "item": "https://www.example.com" },
            { "@type": "ListItem", "position": 2, "name": "Legal", "item": "https://www.example.com/legal" },
            { "@type": "ListItem", "position": 3, "name": "SLA", "item": "https://www.example.com/legal/sla" }
          ]
        }
      ]

      Implementation steps

      1. Start from your live product detail page content; ensure titles, prices, and availability match the page.
      2. Embed one JSON-LD script in the head or just before the closing body tag using the combined example as a template.
      3. Fill shipping details for each region you serve and keep them aligned with on-page shipping tables.
      4. Attach your canonical MerchantReturnPolicy URL and keep the policy text in sync with Merchant Center.
      5. Add 3–6 FAQs that address purchase blockers (shipping, returns, compatibility) and keep answers consistent with visible content.
      6. Validate in the Rich Results Test and revalidate after price/availability/policy changes.

      Common errors and fixes

      FAQs

      Should I list multiple regions?

      Yes, if the SLA differs by region. Add multiple eligibleRegion entries or separate Offer objects aligned to the page content.

      Can I include paid support tiers?

      If support tiers are part of the SLA page, include separate Offer objects with their URLs and terms.

      References