<?xml version="1.0" encoding="UTF-8"?>
<!--
  One URL, and that is not an oversight.

  PescaraBus is a single-page app: "/" is the only address that serves indexable
  content. Everything else is either a query string on that same page
  (/?from=…&to=…&date=…), which is a search result and excluded by design, or an
  admin surface (/stats.html) behind HTTP Basic auth.

  lastmod is the date of the last real change to the front end, taken from git,
  not the date this file was written. An invented lastmod trains crawlers to
  ignore the field.

  changefreq and priority are deliberately absent. Google has stated it ignores
  both, and guessing them adds noise rather than signal.

  If route landing pages are ever built — /pescara-roma, /pescara-fiumicino and
  so on, server-rendered so a crawler sees real content — they belong here and
  this file should be generated rather than hand-written.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://pescarabus.it/</loc>
    <lastmod>2026-08-04</lastmod>
  </url>
</urlset>
