/ sitemap.xml
sitemap.xml
1 <?xml version="1.0" encoding="UTF-8"?> 2 <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" 3 xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" 4 xmlns:video="http://www.google.com/schemas/sitemap-video/1.1" 5 xmlns:news="http://www.google.com/schemas/sitemap-news/0.9"> 6 7 <!-- Main Pages --> 8 <url> 9 <loc>https://proof-of-concept.ca/</loc> 10 <lastmod>2025-01-01</lastmod> 11 <changefreq>weekly</changefreq> 12 <priority>1.0</priority> 13 <image:image> 14 <image:loc>https://proof-of-concept.ca/assets/preview.jpg</image:loc> 15 <image:title>PROOFOFCONCEPT - Experimental Film Production Studio</image:title> 16 <image:caption>A cutting-edge film studio focused on augmented technologies and profound cinematic experiences</image:caption> 17 </image:image> 18 </url> 19 20 <!-- Film Pages --> 21 <url> 22 <loc>https://proof-of-concept.ca/films/love1.html</loc> 23 <lastmod>2025-01-01</lastmod> 24 <changefreq>monthly</changefreq> 25 <priority>0.9</priority> 26 <image:image> 27 <image:loc>https://proof-of-concept.ca/assets/images/love/image1.jpg</image:loc> 28 <image:title>love.1 - Visual Poem Film</image:title> 29 <image:caption>A beautiful visual poem film about love themes, adapted as an Instagram Reel</image:caption> 30 </image:image> 31 <video:video> 32 <video:thumbnail_loc>https://proof-of-concept.ca/assets/images/love/image1.jpg</video:thumbnail_loc> 33 <video:title>love.1 - Visual Poem Film</video:title> 34 <video:description>A visual poem film about love themes, adapted to the modern-day as an Instagram Reel</video:description> 35 <video:content_loc>https://vimeo.com/123456789</video:content_loc> 36 <video:duration>60</video:duration> 37 <video:family_friendly>yes</video:family_friendly> 38 </video:video> 39 </url> 40 41 <url> 42 <loc>https://proof-of-concept.ca/films/lovers.html</loc> 43 <lastmod>2025-01-01</lastmod> 44 <changefreq>monthly</changefreq> 45 <priority>0.9</priority> 46 <image:image> 47 <image:loc>https://proof-of-concept.ca/assets/images/lovers.jpg</image:loc> 48 <image:title>The Lovers - Interactive Romance Film</image:title> 49 <image:caption>An upcoming interactive film about two people who may or may not be in a relationship</image:caption> 50 </image:image> 51 <video:video> 52 <video:thumbnail_loc>https://proof-of-concept.ca/assets/images/lovers.jpg</video:thumbnail_loc> 53 <video:title>The Lovers - Interactive Romance Film</video:title> 54 <video:description>A story about two people, who may or may not be in a relationship, and the events surrounding them</video:description> 55 <video:duration>540</video:duration> 56 <video:family_friendly>no</video:family_friendly> 57 </video:video> 58 </url> 59 60 <url> 61 <loc>https://proof-of-concept.ca/films/horror.html</loc> 62 <lastmod>2025-01-01</lastmod> 63 <changefreq>monthly</changefreq> 64 <priority>0.9</priority> 65 <image:image> 66 <image:loc>https://proof-of-concept.ca/assets/images/horror.jpg</image:loc> 67 <image:title>HORROR - AI-Powered Adaptive Horror Experience</image:title> 68 <image:caption>An AI-powered adaptive horror experience that creates personalized nightmares</image:caption> 69 </image:image> 70 <video:video> 71 <video:thumbnail_loc>https://proof-of-concept.ca/assets/images/horror.jpg</video:thumbnail_loc> 72 <video:title>HORROR - AI-Powered Adaptive Horror Experience</video:title> 73 <video:description>A multimedia horror experience that adapts to your deepest fears</video:description> 74 <video:family_friendly>no</video:family_friendly> 75 </video:video> 76 </url> 77 78 <url> 79 <loc>https://proof-of-concept.ca/films/community.html</loc> 80 <lastmod>2025-01-01</lastmod> 81 <changefreq>monthly</changefreq> 82 <priority>0.9</priority> 83 <image:image> 84 <image:loc>https://proof-of-concept.ca/assets/images/community/image1.jpg</image:loc> 85 <image:title>#COMMUNITYFILM - Real-Time Community-Driven Film</image:title> 86 <image:caption>A groundbreaking real-time, democratically directed film experience</image:caption> 87 </image:image> 88 <video:video> 89 <video:thumbnail_loc>https://proof-of-concept.ca/assets/images/community/image1.jpg</video:thumbnail_loc> 90 <video:title>#COMMUNITYFILM - Real-Time Community-Driven Film</video:title> 91 <video:description>A groundbreaking real-time, democratically directed film experience built for social media</video:description> 92 <video:duration>604800</video:duration> 93 <video:family_friendly>no</video:family_friendly> 94 </video:video> 95 </url> 96 97 <url> 98 <loc>https://proof-of-concept.ca/films/streaming.html</loc> 99 <lastmod>2025-01-01</lastmod> 100 <changefreq>monthly</changefreq> 101 <priority>0.8</priority> 102 <image:image> 103 <image:loc>https://proof-of-concept.ca/assets/preview.jpg</image:loc> 104 <image:title>Streaming - Film Streaming Platform</image:title> 105 <image:caption>Stream our experimental films and interactive cinema experiences</image:caption> 106 </image:image> 107 </url> 108 109 <!-- Blog Pages --> 110 <url> 111 <loc>https://proof-of-concept.ca/blog/</loc> 112 <lastmod>2025-01-01</lastmod> 113 <changefreq>weekly</changefreq> 114 <priority>0.8</priority> 115 <image:image> 116 <image:loc>https://proof-of-concept.ca/assets/preview.jpg</image:loc> 117 <image:title>Development Blog - Film Production Insights</image:title> 118 <image:caption>Behind-the-scenes insights into experimental film production and cutting-edge filmmaking technology</image:caption> 119 </image:image> 120 </url> 121 122 <url> 123 <loc>https://proof-of-concept.ca/blog/ar-film-experience.html</loc> 124 <lastmod>2025-01-01</lastmod> 125 <changefreq>monthly</changefreq> 126 <priority>0.7</priority> 127 <image:image> 128 <image:loc>https://proof-of-concept.ca/assets/preview.jpg</image:loc> 129 <image:title>AR Film Experience - PROOFOFCONCEPT</image:title> 130 <image:caption>Explore the future of cinema with augmented reality technology</image:caption> 131 </image:image> 132 </url> 133 134 <url> 135 <loc>https://proof-of-concept.ca/blog/love1-journey.html</loc> 136 <lastmod>2025-01-01</lastmod> 137 <changefreq>monthly</changefreq> 138 <priority>0.7</priority> 139 <image:image> 140 <image:loc>https://proof-of-concept.ca/assets/preview.jpg</image:loc> 141 <image:title>Love 1's Journey - PROOFOFCONCEPT</image:title> 142 <image:caption>Follow the creative process behind PROOFOFCONCEPT's visual poem film</image:caption> 143 </image:image> 144 </url> 145 146 <!-- Static Pages --> 147 <url> 148 <loc>https://proof-of-concept.ca/pages/about.html</loc> 149 <lastmod>2025-01-01</lastmod> 150 <changefreq>monthly</changefreq> 151 <priority>0.6</priority> 152 <image:image> 153 <image:loc>https://proof-of-concept.ca/assets/preview.jpg</image:loc> 154 <image:title>About PROOFOFCONCEPT - Experimental Film Production Studio</image:title> 155 <image:caption>Learn about our experimental films, interactive cinema, and AI-powered horror experiences</image:caption> 156 </image:image> 157 </url> 158 159 <url> 160 <loc>https://proof-of-concept.ca/pages/faq.html</loc> 161 <lastmod>2025-01-01</lastmod> 162 <changefreq>monthly</changefreq> 163 <priority>0.6</priority> 164 <image:image> 165 <image:loc>https://proof-of-concept.ca/assets/preview.jpg</image:loc> 166 <image:title>PROOFOFCONCEPT FAQ - Frequently Asked Questions</image:title> 167 <image:caption>Frequently Asked Questions about experimental film production and interactive cinema</image:caption> 168 </image:image> 169 </url> 170 171 <url> 172 <loc>https://proof-of-concept.ca/pages/privacy.html</loc> 173 <lastmod>2025-01-01</lastmod> 174 <changefreq>yearly</changefreq> 175 <priority>0.4</priority> 176 <image:image> 177 <image:loc>https://proof-of-concept.ca/assets/preview.jpg</image:loc> 178 <image:title>Privacy Policy - PROOFOFCONCEPT</image:title> 179 <image:caption>Privacy Policy for PROOFOFCONCEPT - Learn how we protect your data and privacy</image:caption> 180 </image:image> 181 </url> 182 183 <url> 184 <loc>https://proof-of-concept.ca/pages/digifest.html</loc> 185 <lastmod>2025-01-01</lastmod> 186 <changefreq>monthly</changefreq> 187 <priority>0.6</priority> 188 <image:image> 189 <image:loc>https://proof-of-concept.ca/assets/preview.jpg</image:loc> 190 <image:title>DIGIFEST - Digital Film Festival</image:title> 191 <image:caption>A digital film festival showcasing experimental cinema, interactive experiences, and cutting-edge filmmaking technology</image:caption> 192 </image:image> 193 </url> 194 195 <url> 196 <loc>https://proof-of-concept.ca/pages/store.html</loc> 197 <lastmod>2025-01-01</lastmod> 198 <changefreq>monthly</changefreq> 199 <priority>0.6</priority> 200 <image:image> 201 <image:loc>https://proof-of-concept.ca/assets/images/community/image1.jpg</image:loc> 202 <image:title>Store - #COMMUNITYFILM Merchandise</image:title> 203 <image:caption>Shop limited edition #COMMUNITYFILM merchandise including shirts and crop tops</image:caption> 204 </image:image> 205 </url> 206 207 <url> 208 <loc>https://proof-of-concept.ca/pages/terms.html</loc> 209 <lastmod>2025-01-01</lastmod> 210 <changefreq>yearly</changefreq> 211 <priority>0.4</priority> 212 <image:image> 213 <image:loc>https://proof-of-concept.ca/assets/preview.jpg</image:loc> 214 <image:title>Terms of Use - Service Terms & Conditions</image:title> 215 <image:caption>Terms of Use for PROOFOFCONCEPT services including experimental films, interactive cinema, and AI-powered entertainment</image:caption> 216 </image:image> 217 </url> 218 219 <url> 220 <loc>https://proof-of-concept.ca/pages/contribute.html</loc> 221 <lastmod>2025-01-01</lastmod> 222 <changefreq>monthly</changefreq> 223 <priority>0.6</priority> 224 <image:image> 225 <image:loc>https://proof-of-concept.ca/assets/images/contribute/collaboration.jpg</image:loc> 226 <image:title>Contribute - Join PROOFOFCONCEPT</image:title> 227 <image:caption>Contribute to our experimental film projects and join our creative community</image:caption> 228 </image:image> 229 </url> 230 231 <url> 232 <loc>https://proof-of-concept.ca/pages/404.html</loc> 233 <lastmod>2025-01-01</lastmod> 234 <changefreq>yearly</changefreq> 235 <priority>0.1</priority> 236 </url> 237 238 <!-- Core Assets --> 239 <url> 240 <loc>https://proof-of-concept.ca/assets/css/main.css</loc> 241 <lastmod>2025-01-01</lastmod> 242 <changefreq>monthly</changefreq> 243 <priority>0.3</priority> 244 </url> 245 246 <url> 247 <loc>https://proof-of-concept.ca/assets/js/main.js</loc> 248 <lastmod>2025-01-01</lastmod> 249 <changefreq>monthly</changefreq> 250 <priority>0.3</priority> 251 </url> 252 253 <!-- SEO and Technical Files --> 254 <url> 255 <loc>https://proof-of-concept.ca/robots.txt</loc> 256 <lastmod>2025-01-01</lastmod> 257 <changefreq>yearly</changefreq> 258 <priority>0.1</priority> 259 </url> 260 261 <url> 262 <loc>https://proof-of-concept.ca/humans.txt</loc> 263 <lastmod>2025-01-01</lastmod> 264 <changefreq>yearly</changefreq> 265 <priority>0.1</priority> 266 </url> 267 268 <url> 269 <loc>https://proof-of-concept.ca/manifest.json</loc> 270 <lastmod>2025-01-01</lastmod> 271 <changefreq>yearly</changefreq> 272 <priority>0.1</priority> 273 </url> 274 275 <url> 276 <loc>https://proof-of-concept.ca/sitemap.xml</loc> 277 <lastmod>2025-01-01</lastmod> 278 <changefreq>weekly</changefreq> 279 <priority>0.1</priority> 280 </url> 281 282 </urlset>