<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap structure:
  - One <url> per canonical page.
  - Each page links to its 4 language variants via xhtml:link hreflang,
    plus x-default for Google to pick when locale is unknown.
  - Trailing slashes match what react-snap produces (/about/index.html),
    so Googlebot never hits a 302 redirect.

  Convert formats listed here MUST match ImageFormat union in
  src/services/imageService.ts. Currently: webp, jpeg, jpg, png, ico,
  bmp, apng. Do NOT add formats the app cannot actually convert.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <!-- ===== Homepage ===== -->
  <url>
    <loc>https://pctoolsonline.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://pctoolsonline.com/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://pctoolsonline.com/?lang=en"/>
    <xhtml:link rel="alternate" hreflang="zh" href="https://pctoolsonline.com/?lang=zh"/>
    <xhtml:link rel="alternate" hreflang="de" href="https://pctoolsonline.com/?lang=de"/>
    <xhtml:link rel="alternate" hreflang="pt" href="https://pctoolsonline.com/?lang=pt"/>
  </url>

  <!-- ===== Info pages ===== -->
  <url>
    <loc>https://pctoolsonline.com/about/</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://pctoolsonline.com/about/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://pctoolsonline.com/about/?lang=en"/>
    <xhtml:link rel="alternate" hreflang="zh" href="https://pctoolsonline.com/about/?lang=zh"/>
    <xhtml:link rel="alternate" hreflang="de" href="https://pctoolsonline.com/about/?lang=de"/>
    <xhtml:link rel="alternate" hreflang="pt" href="https://pctoolsonline.com/about/?lang=pt"/>
  </url>
  <url>
    <loc>https://pctoolsonline.com/privacy/</loc>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://pctoolsonline.com/privacy/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://pctoolsonline.com/privacy/?lang=en"/>
    <xhtml:link rel="alternate" hreflang="zh" href="https://pctoolsonline.com/privacy/?lang=zh"/>
    <xhtml:link rel="alternate" hreflang="de" href="https://pctoolsonline.com/privacy/?lang=de"/>
    <xhtml:link rel="alternate" hreflang="pt" href="https://pctoolsonline.com/privacy/?lang=pt"/>
  </url>
  <url>
    <loc>https://pctoolsonline.com/terms/</loc>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://pctoolsonline.com/terms/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://pctoolsonline.com/terms/?lang=en"/>
    <xhtml:link rel="alternate" hreflang="zh" href="https://pctoolsonline.com/terms/?lang=zh"/>
    <xhtml:link rel="alternate" hreflang="de" href="https://pctoolsonline.com/terms/?lang=de"/>
    <xhtml:link rel="alternate" hreflang="pt" href="https://pctoolsonline.com/terms/?lang=pt"/>
  </url>
  <url>
    <loc>https://pctoolsonline.com/contact/</loc>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://pctoolsonline.com/contact/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://pctoolsonline.com/contact/?lang=en"/>
    <xhtml:link rel="alternate" hreflang="zh" href="https://pctoolsonline.com/contact/?lang=zh"/>
    <xhtml:link rel="alternate" hreflang="de" href="https://pctoolsonline.com/contact/?lang=de"/>
    <xhtml:link rel="alternate" hreflang="pt" href="https://pctoolsonline.com/contact/?lang=pt"/>
  </url>

  <!-- ===== Convert detail pages (must match ImageFormat union) ===== -->
  <url>
    <loc>https://pctoolsonline.com/convert/png/</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://pctoolsonline.com/convert/png/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://pctoolsonline.com/convert/png/?lang=en"/>
    <xhtml:link rel="alternate" hreflang="zh" href="https://pctoolsonline.com/convert/png/?lang=zh"/>
    <xhtml:link rel="alternate" hreflang="de" href="https://pctoolsonline.com/convert/png/?lang=de"/>
    <xhtml:link rel="alternate" hreflang="pt" href="https://pctoolsonline.com/convert/png/?lang=pt"/>
  </url>
  <url>
    <loc>https://pctoolsonline.com/convert/jpg/</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://pctoolsonline.com/convert/jpg/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://pctoolsonline.com/convert/jpg/?lang=en"/>
    <xhtml:link rel="alternate" hreflang="zh" href="https://pctoolsonline.com/convert/jpg/?lang=zh"/>
    <xhtml:link rel="alternate" hreflang="de" href="https://pctoolsonline.com/convert/jpg/?lang=de"/>
    <xhtml:link rel="alternate" hreflang="pt" href="https://pctoolsonline.com/convert/jpg/?lang=pt"/>
  </url>
  <url>
    <loc>https://pctoolsonline.com/convert/jpeg/</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://pctoolsonline.com/convert/jpeg/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://pctoolsonline.com/convert/jpeg/?lang=en"/>
    <xhtml:link rel="alternate" hreflang="zh" href="https://pctoolsonline.com/convert/jpeg/?lang=zh"/>
    <xhtml:link rel="alternate" hreflang="de" href="https://pctoolsonline.com/convert/jpeg/?lang=de"/>
    <xhtml:link rel="alternate" hreflang="pt" href="https://pctoolsonline.com/convert/jpeg/?lang=pt"/>
  </url>
  <url>
    <loc>https://pctoolsonline.com/convert/webp/</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://pctoolsonline.com/convert/webp/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://pctoolsonline.com/convert/webp/?lang=en"/>
    <xhtml:link rel="alternate" hreflang="zh" href="https://pctoolsonline.com/convert/webp/?lang=zh"/>
    <xhtml:link rel="alternate" hreflang="de" href="https://pctoolsonline.com/convert/webp/?lang=de"/>
    <xhtml:link rel="alternate" hreflang="pt" href="https://pctoolsonline.com/convert/webp/?lang=pt"/>
  </url>
  <url>
    <loc>https://pctoolsonline.com/convert/bmp/</loc>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://pctoolsonline.com/convert/bmp/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://pctoolsonline.com/convert/bmp/?lang=en"/>
    <xhtml:link rel="alternate" hreflang="zh" href="https://pctoolsonline.com/convert/bmp/?lang=zh"/>
    <xhtml:link rel="alternate" hreflang="de" href="https://pctoolsonline.com/convert/bmp/?lang=de"/>
    <xhtml:link rel="alternate" hreflang="pt" href="https://pctoolsonline.com/convert/bmp/?lang=pt"/>
  </url>
  <url>
    <loc>https://pctoolsonline.com/convert/ico/</loc>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://pctoolsonline.com/convert/ico/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://pctoolsonline.com/convert/ico/?lang=en"/>
    <xhtml:link rel="alternate" hreflang="zh" href="https://pctoolsonline.com/convert/ico/?lang=zh"/>
    <xhtml:link rel="alternate" hreflang="de" href="https://pctoolsonline.com/convert/ico/?lang=de"/>
    <xhtml:link rel="alternate" hreflang="pt" href="https://pctoolsonline.com/convert/ico/?lang=pt"/>
  </url>
  <url>
    <loc>https://pctoolsonline.com/convert/apng/</loc>
    <changefreq>weekly</changefreq>
    <priority>0.6</priority>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://pctoolsonline.com/convert/apng/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://pctoolsonline.com/convert/apng/?lang=en"/>
    <xhtml:link rel="alternate" hreflang="zh" href="https://pctoolsonline.com/convert/apng/?lang=zh"/>
    <xhtml:link rel="alternate" hreflang="de" href="https://pctoolsonline.com/convert/apng/?lang=de"/>
    <xhtml:link rel="alternate" hreflang="pt" href="https://pctoolsonline.com/convert/apng/?lang=pt"/>
  </url>

  <!-- ===== Compress detail pages ===== -->
  <url>
    <loc>https://pctoolsonline.com/compress/png-compress/</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://pctoolsonline.com/compress/png-compress/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://pctoolsonline.com/compress/png-compress/?lang=en"/>
    <xhtml:link rel="alternate" hreflang="zh" href="https://pctoolsonline.com/compress/png-compress/?lang=zh"/>
    <xhtml:link rel="alternate" hreflang="de" href="https://pctoolsonline.com/compress/png-compress/?lang=de"/>
    <xhtml:link rel="alternate" hreflang="pt" href="https://pctoolsonline.com/compress/png-compress/?lang=pt"/>
  </url>
  <url>
    <loc>https://pctoolsonline.com/compress/jpg-compress/</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://pctoolsonline.com/compress/jpg-compress/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://pctoolsonline.com/compress/jpg-compress/?lang=en"/>
    <xhtml:link rel="alternate" hreflang="zh" href="https://pctoolsonline.com/compress/jpg-compress/?lang=zh"/>
    <xhtml:link rel="alternate" hreflang="de" href="https://pctoolsonline.com/compress/jpg-compress/?lang=de"/>
    <xhtml:link rel="alternate" hreflang="pt" href="https://pctoolsonline.com/compress/jpg-compress/?lang=pt"/>
  </url>
  <url>
    <loc>https://pctoolsonline.com/compress/jpeg-compress/</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://pctoolsonline.com/compress/jpeg-compress/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://pctoolsonline.com/compress/jpeg-compress/?lang=en"/>
    <xhtml:link rel="alternate" hreflang="zh" href="https://pctoolsonline.com/compress/jpeg-compress/?lang=zh"/>
    <xhtml:link rel="alternate" hreflang="de" href="https://pctoolsonline.com/compress/jpeg-compress/?lang=de"/>
    <xhtml:link rel="alternate" hreflang="pt" href="https://pctoolsonline.com/compress/jpeg-compress/?lang=pt"/>
  </url>

  <!-- ===== Resize detail pages ===== -->
  <url>
    <loc>https://pctoolsonline.com/resize/png-resize/</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://pctoolsonline.com/resize/png-resize/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://pctoolsonline.com/resize/png-resize/?lang=en"/>
    <xhtml:link rel="alternate" hreflang="zh" href="https://pctoolsonline.com/resize/png-resize/?lang=zh"/>
    <xhtml:link rel="alternate" hreflang="de" href="https://pctoolsonline.com/resize/png-resize/?lang=de"/>
    <xhtml:link rel="alternate" hreflang="pt" href="https://pctoolsonline.com/resize/png-resize/?lang=pt"/>
  </url>
  <url>
    <loc>https://pctoolsonline.com/resize/jpg-resize/</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://pctoolsonline.com/resize/jpg-resize/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://pctoolsonline.com/resize/jpg-resize/?lang=en"/>
    <xhtml:link rel="alternate" hreflang="zh" href="https://pctoolsonline.com/resize/jpg-resize/?lang=zh"/>
    <xhtml:link rel="alternate" hreflang="de" href="https://pctoolsonline.com/resize/jpg-resize/?lang=de"/>
    <xhtml:link rel="alternate" hreflang="pt" href="https://pctoolsonline.com/resize/jpg-resize/?lang=pt"/>
  </url>
  <url>
    <loc>https://pctoolsonline.com/resize/jpeg-resize/</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://pctoolsonline.com/resize/jpeg-resize/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://pctoolsonline.com/resize/jpeg-resize/?lang=en"/>
    <xhtml:link rel="alternate" hreflang="zh" href="https://pctoolsonline.com/resize/jpeg-resize/?lang=zh"/>
    <xhtml:link rel="alternate" hreflang="de" href="https://pctoolsonline.com/resize/jpeg-resize/?lang=de"/>
    <xhtml:link rel="alternate" hreflang="pt" href="https://pctoolsonline.com/resize/jpeg-resize/?lang=pt"/>
  </url>

</urlset>
