<?xml version="1.0" encoding="UTF-8"?>
<!--
  sitemap-pdf.xml — yutiq.com (Patient Site)
  PDF Asset Sitemap — YUTIQ® Patient Property
  Maintained by ANI Pharmaceuticals, Inc.
  Last updated: March 2026

  PURPOSE: Explicitly surfaces PDF documents to search engines and AI crawlers.
  PDFs are primary LLM citation sources — prescribing information and patient
  materials are frequently cited in AI-generated health answers.

  NOTE: Update <lastmod> dates when PDFs are revised.
  PDF filenames are placeholders — confirm actual asset paths with dev team.
-->
<urlset
  xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <!-- ================================================
       PRESCRIBING INFORMATION (PI)
       Highest-priority PDF — AI systems treat PI as
       authoritative source for drug facts and indications
       ================================================ -->
  <url>
    <loc>https://www.yutiq.com/assets/YUTIQ-PI-June-2023.pdf</loc>
    <lastmod>2023-06-01</lastmod>
    <changefreq>yearly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- ================================================
       PATIENT BROCHURE
       Primary patient-facing educational PDF
       Referenced directly from the homepage download CTA
       ================================================ -->
  <url>
    <loc>https://www.yutiq.com/assets/YUTIQ-patient-brochure.pdf</loc>
    <lastmod>2026-02-01</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- ================================================
       MEDICATION GUIDE (if available)
       FDA-required Medication Guide — high AI citation value
       ================================================ -->
  <url>
    <loc>https://www.yutiq.com/assets/YUTIQ-medication-guide.pdf</loc>
    <lastmod>2023-06-01</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.8</priority>
  </url>

</urlset>
