<?xml version="1.0" encoding="UTF-8"?>
<!--
  tempmails.tech — XML sitemap
  Generated for: Advanced Temp Mail Script (Laravel 11, v2.2)

  URL format note: HIDE_DEFAULT_LANG_IN_URL="false" in .env, so every page
  carries its locale segment (/en/...). Default locale = en.

  Upload this file via  Admin -> Plugins -> Sitemap  (the plugin stores it at
  public/sitemap.xml and it is served from https://tempmails.tech/sitemap.xml)
  or drop it straight into the public/ folder with cPanel File Manager / FTP.

  Excluded on purpose (must never be indexed):
    /view/{hash_id}, /msg/{hash_id}, /d/{hash_id}/{file}  - private mailboxes
    /go-to-email/{token}                                  - token login
    /dashboard, /domains, /messages, /settings            - authenticated only
    /admin, /install, /cronjob                            - internal
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <!-- Home / temp-mail generator -->
  <url>
    <loc>https://tempmails.tech/en</loc>
    <lastmod>2026-09-26</lastmod>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Blog index (enable_blog = 1 by default) -->
  <url>
    <loc>https://tempmails.tech/en/blog</loc>
    <lastmod>2026-09-26</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Contact -->
  <url>
    <loc>https://tempmails.tech/en/contact</loc>
    <lastmod>2026-09-26</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <!--
    Content URLs are added automatically from the database.
    Once you have created pages in Admin -> Pages, or posts/categories in the blog,
    run generate-sitemap.php (see SITEMAP-README.md) to rebuild this file with:
      https://tempmails.tech/en/page/{slug}
      https://tempmails.tech/en/post/{slug}
      https://tempmails.tech/en/category/{slug}
  -->

</urlset>
