We use cookies for analytics and to serve ads. Accept to enable Google Analytics and AdSense. You can decline to stay opt-out.
Artist portfolios with Person + CreativeWork context, FAQs, and breadcrumb navigation.
Represents the artist and portfolio owner.
Highlights portfolio pieces or collections.
Answers commission, licensing, and availability questions.
Provides navigation context to the portfolio 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": "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" }
]
}
]Yes. Add one CreativeWork per piece with unique @id values and URLs matching visible work pages.
Include them in the page body and add CreativeWork items if they are listed as distinct works.