We use cookies for analytics and to serve ads. Accept to enable Google Analytics and AdSense. You can decline to stay opt-out.
Art commission request pages with CreativeWork + Offer context, FAQs, and breadcrumbs.
Represents the commission offering and creative scope.
Defines commission pricing and booking CTA.
Answers timeline, revisions, and usage rights questions.
Provides navigation context for the commission page.
Ensure every applicable required property is present in your implementation. Nested props reference their parent objects (for example, `offers.priceCurrency`).
Paste as a single script tag. Keep product details, offer data, shipping/returns, and FAQ answers in sync with the page.
[
{
"@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" }
]
}
]If you offer multiple styles, add separate Offer entries for each style or size tier.
Mention deposit terms in the Offer description and in FAQ answers where relevant.