Movie Schema Demo

WOR-255: JSON-LD Schema Implementation for Movie Projects

The Writer's Journey

A feature-length exploration of screenwriting mastery. Follow aspiring writers as they discover the WTFB™ method and transform their creative vision into compelling cinema.

🧪 Validation Instructions

  1. Visit Google Rich Results Test
  2. Enter this page URL: https://www.wordstofilmby.com/sandbox/movie-schema-demo
  3. Verify Movie schema is detected with fields: name, description, image, director.name, url
  4. Confirm no errors or warnings
View JSON-LD Schema →
{
  "@context": "https://schema.org",
  "@type": "Movie",
  "name": "The Writer's Journey",
  "description": "A feature-length exploration of screenwriting mastery. Follow aspiring writers as they discover the WTFB™ method and transform their creative vision into compelling cinema.",
  "image": "https://www.wordstofilmby.com/images/WTFB-cover.jpg",
  "url": "https://www.wordstofilmby.com/sandbox/movie-schema-demo",
  "director": {
    "@type": "Person",
    "name": "Scott Graham"
  }
}

This is a demo page for Rich Results validation. Real creator project pages will use this schema when implemented.