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

      Artist Portfolio Stack

      Artist portfolios with Person + CreativeWork context, FAQs, and breadcrumb navigation.

      Open generatorValidate in Rich Results Test

      When to use this stack

      • Artist portfolio pages with selected works
      • Creative professional bios with featured projects
      • Pages where FAQs clarify commissions, process, and licensing

      What's included

      • Represents the artist and portfolio owner.

      • Creative Work
        Open generator

        Highlights portfolio pieces or collections.

      • Frequently Asked Questions
        Open generator

        Answers commission, licensing, and availability questions.

      • Breadcrumb
        Open generator

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

      creator.name
      itemListElement[].name
      mainEntity[].@type=Question
      mainEntity[].acceptedAnswer.text
      name
      url

      Recommended properties (stack union)

      datePublished
      description
      image
      itemListElement[].item
      jobTitle
      knowsAbout
      mainEntity[].acceptedAnswer.text
      mainEntity[].author.name
      mainEntity[].name
      sameAs[]

      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": "Person",
          "@id": "https://www.example.com/artists/avery#person",
          "name": "Avery Chen",
          "url": "https://www.example.com/artists/avery",
          "jobTitle": "Illustrator",
          "image": "https://www.example.com/images/avery-chen.webp",
          "knowsAbout": ["Editorial Illustration", "Brand Identity", "Digital Painting"],
          "sameAs": [
            "https://www.instagram.com/averychen",
            "https://www.behance.net/averychen"
          ]
        },
        {
          "@context": "https://schema.org",
          "@type": "CreativeWork",
          "@id": "https://www.example.com/artists/avery#work-1",
          "name": "Neon Market Poster Series",
          "creator": {
            "@type": "Person",
            "name": "Avery Chen"
          },
          "url": "https://www.example.com/portfolio/neon-market",
          "description": "A three-poster series exploring urban light and motion.",
          "datePublished": "2024-08-12",
          "image": "https://www.example.com/images/neon-market.webp"
        },
        {
          "@context": "https://schema.org",
          "@type": "FAQPage",
          "mainEntity": [
            {
              "@type": "Question",
              "name": "Are commissions open?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "Yes. I accept a limited number of commissions each quarter. Use the inquiry form to request availability."
              }
            },
            {
              "@type": "Question",
              "name": "Do you license existing artwork?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "Yes. Licensing is available for editorial and commercial use. Provide usage details for a quote."
              }
            },
            {
              "@type": "Question",
              "name": "What is your typical timeline?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "Most projects take 2–4 weeks depending on complexity and revision rounds."
              }
            }
          ]
        },
        {
          "@context": "https://schema.org",
          "@type": "BreadcrumbList",
          "itemListElement": [
            { "@type": "ListItem", "position": 1, "name": "Home", "item": "https://www.example.com" },
            { "@type": "ListItem", "position": 2, "name": "Artists", "item": "https://www.example.com/artists" },
            { "@type": "ListItem", "position": 3, "name": "Avery Chen", "item": "https://www.example.com/artists/avery" }
          ]
        }
      ]

      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 portfolio pieces?

      Yes. Add one CreativeWork per piece with unique @id values and URLs matching visible work pages.

      Should I include awards or exhibitions?

      Include them in the page body and add CreativeWork items if they are listed as distinct works.

      References