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

      Art Commission Request Stack

      Art commission request pages with CreativeWork + Offer context, FAQs, and breadcrumbs.

      Open generatorValidate in Rich Results Test

      When to use this stack

      • Artist commission request landing pages
      • Custom art booking forms with pricing tiers
      • Commission pages outlining scope and timelines

      What's included

      • Creative Work
        Open generator

        Represents the commission offering and creative scope.

      • Defines commission pricing and booking CTA.

      • Frequently Asked Questions
        Open generator

        Answers timeline, revisions, and usage rights questions.

      • Breadcrumb
        Open generator

        Provides navigation context for the commission 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`).

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

      Recommended properties (stack union)

      creator.name
      description
      eligibleCustomerType
      genre
      image
      itemListElement[].item
      mainEntity[].acceptedAnswer.text
      mainEntity[].author.name
      mainEntity[].name
      priceValidUntil

      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": "CreativeWork",
          "@id": "https://www.example.com/commissions#work",
          "name": "Custom Portrait Commission",
          "description": "Commission a custom digital portrait in full color.",
          "url": "https://www.example.com/commissions",
          "creator": { "@type": "Person", "name": "Avery Chen" },
          "image": "https://www.example.com/images/commission-portrait.webp",
          "genre": "Digital Illustration"
        },
        {
          "@context": "https://schema.org",
          "@type": "Offer",
          "@id": "https://www.example.com/commissions#offer",
          "name": "Portrait Commission",
          "description": "Includes one character, background, and two revision rounds.",
          "price": "250.00",
          "priceCurrency": "USD",
          "availability": "https://schema.org/InStock",
          "url": "https://www.example.com/commissions/request"
        },
        {
          "@context": "https://schema.org",
          "@type": "FAQPage",
          "mainEntity": [
            {
              "@type": "Question",
              "name": "What is the turnaround time?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "Most commissions are delivered within 3–4 weeks after approval."
              }
            },
            {
              "@type": "Question",
              "name": "How many revisions are included?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "Two revision rounds are included; additional changes incur a fee."
              }
            },
            {
              "@type": "Question",
              "name": "Can I use the art commercially?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "Commercial usage requires an extended license; contact us 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": "Commissions", "item": "https://www.example.com/commissions" },
            { "@type": "ListItem", "position": 3, "name": "Request", "item": "https://www.example.com/commissions/request" }
          ]
        }
      ]

      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 include multiple commission types?

      If you offer multiple styles, add separate Offer entries for each style or size tier.

      How do I handle deposits?

      Mention deposit terms in the Offer description and in FAQ answers where relevant.

      References