You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a bunch of animation case studies on my website. I know I can make a collection page, but I'd like to use the CreativeWork schema on the individual case study pages. Is there a way to do this something like this:
{
"@context": "http://schema.org",
"@type": "CreativeWork",
"name": "Animation Case Study: Project XYZ",
"description": "A detailed case study of an animation project for client XYZ.",
"image": "URL_TO_CASE_STUDY_IMAGE",
"url": "URL_TO_CASE_STUDY_PAGE",
"author": {
"@type": "Organization",
"name": "Your Company Name"
},
"datePublished": "2023-08-30",
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "URL_TO_CASE_STUDY_PAGE"
}
}
The text was updated successfully, but these errors were encountered:
I have a bunch of animation case studies on my website. I know I can make a collection page, but I'd like to use the CreativeWork schema on the individual case study pages. Is there a way to do this something like this:
The text was updated successfully, but these errors were encountered: