Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CreativeWork outside of Collection schema #1285

Open
jordanlambrecht opened this issue Aug 31, 2023 · 0 comments
Open

CreativeWork outside of Collection schema #1285

jordanlambrecht opened this issue Aug 31, 2023 · 0 comments

Comments

@jordanlambrecht
Copy link

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"
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant