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

      Tutoring Services Stack

      Tutoring services pages with LocalBusiness + Service context, FAQs, and breadcrumb navigation.

      Open generatorValidate in Rich Results Test

      When to use this stack

      • Tutoring service landing pages with subject focus
      • Local tutoring businesses with pricing and booking CTAs
      • Pages where FAQs clarify scheduling and qualifications

      What's included

      • Local Business
        Open generator

        Anchors the tutoring business identity, NAP, and URL.

      • Describes the tutoring service offering and audience.

      • Frequently Asked Questions
        Open generator

        Answers questions about subjects, scheduling, and credentials.

      • Breadcrumb
        Open generator

        Provides navigation context to the tutoring 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`).

      address.addressCountry
      address.addressLocality
      address.addressRegion
      address.postalCode
      address.streetAddress
      areaServed.name
      itemListElement[].name
      mainEntity[].@type=Question
      mainEntity[].acceptedAnswer.text
      name
      offers.price
      offers.priceCurrency
      provider.@id
      serviceType
      telephone
      url

      Recommended properties (stack union)

      audience
      description
      geo.latitude
      geo.longitude
      image
      itemListElement[].item
      mainEntity[].acceptedAnswer.text
      mainEntity[].author.name
      mainEntity[].name
      offers.availability
      offers.url
      priceRange

      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": "LocalBusiness",
          "@id": "https://www.example.com/tutoring#business",
          "name": "Northwind Tutoring",
          "url": "https://www.example.com/tutoring",
          "telephone": "+1-617-555-0194",
          "image": "https://www.example.com/images/tutoring-center.webp",
          "address": {
            "@type": "PostalAddress",
            "streetAddress": "75 Beacon St",
            "addressLocality": "Boston",
            "addressRegion": "MA",
            "postalCode": "02108",
            "addressCountry": "US"
          },
          "priceRange": "$$"
        },
        {
          "@context": "https://schema.org",
          "@type": "Service",
          "@id": "https://www.example.com/tutoring#service",
          "name": "Math & Science Tutoring",
          "serviceType": "Tutoring",
          "description": "One-on-one and small-group tutoring for algebra, calculus, and physics.",
          "provider": { "@id": "https://www.example.com/tutoring#business" },
          "areaServed": { "@type": "AdministrativeArea", "name": "Greater Boston" },
          "offers": {
            "@type": "Offer",
            "price": "85.00",
            "priceCurrency": "USD",
            "availability": "https://schema.org/InStock",
            "url": "https://www.example.com/tutoring#book"
          },
          "audience": {
            "@type": "Audience",
            "audienceType": "High School Students"
          }
        },
        {
          "@context": "https://schema.org",
          "@type": "FAQPage",
          "mainEntity": [
            {
              "@type": "Question",
              "name": "Do you offer online sessions?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "Yes. Remote sessions are available for all subjects via video."
              }
            },
            {
              "@type": "Question",
              "name": "What subjects do you cover?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "Algebra, geometry, calculus, physics, and chemistry."
              }
            },
            {
              "@type": "Question",
              "name": "Are tutors certified?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "All tutors have subject-area degrees and undergo background checks."
              }
            }
          ]
        },
        {
          "@context": "https://schema.org",
          "@type": "BreadcrumbList",
          "itemListElement": [
            { "@type": "ListItem", "position": 1, "name": "Home", "item": "https://www.example.com" },
            { "@type": "ListItem", "position": 2, "name": "Services", "item": "https://www.example.com/services" },
            { "@type": "ListItem", "position": 3, "name": "Tutoring", "item": "https://www.example.com/tutoring" }
          ]
        }
      ]

      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

      Can I list multiple subjects?

      Yes. Add one Service per subject or program tier with unique @id values.

      What if pricing varies by grade level?

      Use separate Offer entries per tier or keep pricing aligned to the visible schedule.

      References