STRUCTURED DATA (JSON‑LD)
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Movie",
"name": "The Singing Priest",
"alternateName": "The Singing Priest (Feature Film)",
"url": "https://www.thesingingpriestmovie.com",
"image": "https://www.thesingingpriestmovie.com/path-to-your-poster.jpg",
"description": "The Singing Priest is a feature film by Clapstick Pictures, inspired by true events and blending faith, music, and resilience.",
"genre": ["Drama", "Inspirational", "Music"],
"director": {
"@type": "Person",
"name": "John Tsambazis",
"jobTitle": "Director",
"affiliation": {
"@type": "Organization",
"name": "Clapstick Pictures (Aus) LLC"
}
},
"producer": {
"@type": "Organization",
"name": "Clapstick Pictures (Aus) LLC",
"url": "https://www.clapstickpictures.com.au"
},
"productionCompany": {
"@type": "Organization",
"name": "Clapstick Pictures (Aus) LLC"
},
"actor": [
{ "@type": "Person", "name": "Fr Rob Galea" },
{ "@type": "Person", "name": "Supporting Cast" }
],
"award": [
"Winner – Best Inspirational Film",
"Official Selection – International Film Festivals",
"Multiple accolades during early submission phases"
],
"sameAs": [
"https://www.prlog.org/13152539-the-extraordinary-true-story-behind-the-singing-priest-comes-to-the-screen.html",
"https://www.imdb.com"
],
"potentialAction": {
"@type": "WatchAction",
"target": {
"@type": "EntryPoint",
"urlTemplate": "https://www.thesingingpriestmovie.com"
}
}
}
</script>