<?xml version="1.0" encoding="UTF-8"?>
<!--
  Video sitemap. Advertised to search engines by robots.txt, alongside sitemap.xml.

  content_loc points at the source trailer in media/trailers/, and thumbnail_loc at the poster
  website_chores.sh derives from it into images/. Rename a trailer and both lines here have to
  change, along with the data-trailer attributes in index.html.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">

  <url>
    <loc>https://tickwords.com/</loc>

    <video:video>
      <video:content_loc>https://tickwords.com/media/trailers/tickwords_1st_trailer_mq.mp4</video:content_loc>
      <video:thumbnail_loc>https://tickwords.com/images/tickwords_1st_trailer_mq_thumb.jpg</video:thumbnail_loc>
      <video:title>TickWords announcement trailer</video:title>
      <video:description>Announcement trailer for TickWords: turn the chapter you have to learn into a crossword you want to finish.</video:description>
      <video:publication_date>2025-11-25</video:publication_date>
      <video:family_friendly>yes</video:family_friendly>
    </video:video>

    <video:video>
      <video:content_loc>https://tickwords.com/media/trailers/tickwords_2nd_trailer_mq.mp4</video:content_loc>
      <video:thumbnail_loc>https://tickwords.com/images/tickwords_2nd_trailer_mq_thumb.jpg</video:thumbnail_loc>
      <video:title>TickWords gameplay trailer</video:title>
      <video:description>TickWords in motion: importing a chapter, generating a crossword, and solving it with hints and multiple clues.</video:description>
      <video:family_friendly>yes</video:family_friendly>
    </video:video>

  </url>

</urlset>
