<?xml version="1.0" encoding="UTF-8"?>
<!--
  public/sitemap.xml
  AV Coding LLC — avcoding.com
  Agent 3: SEO infrastructure

  STRATEGY: Single-page site with anchor fragments.
  Primary URL gets priority 1.0 with weekly changefreq
  (site will evolve post-launch — weekly is appropriate).

  Anchor fragment URLs (e.g. /#solution) are NOT submitted as
  separate sitemap entries — Google treats them as the same page
  and fragment-only URLs offer no separate indexing value.
  They're listed in a comment below for documentation purposes only.

  ANCHOR SECTIONS ON PAGE (do not add as separate sitemap URLs):
    /#home          — Hero
    /#pain-points   — Pain Points
    /#solution      — Services / Solution
    /#independence  — Independence
    /#remediation   — Remediation / Fix-It
    /#testimonials  — Testimonials
    /#contact       — CTA / Contact

  Submit this sitemap at:
  https://search.google.com/search-console
  https://www.bing.com/webmasters

  Also reference in robots.txt as:
  Sitemap: https://avcoding.com/sitemap.xml
-->
<urlset
  xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
  xmlns:xhtml="http://www.w3.org/1999/xhtml"
  xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"
>

  <!-- Primary page — the only indexable URL for a single-page site -->
  <url>
    <loc>https://avcoding.com/</loc>
    <lastmod>2025-01-01</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>

    <!-- Language annotation — US English only, no alternates -->
    <xhtml:link
      rel="alternate"
      hreflang="en-us"
      href="https://avcoding.com/"
    />

    <!-- Image sitemap entries — list key page images for Google Images
         indexing. Update src paths once final assets are in place. -->
    <image:image>
      <image:loc>https://avcoding.com/og-image.png</image:loc>
      <image:title>AV Coding LLC — Crestron Programming &amp; AV Integration, Connecticut</image:title>
      <image:caption>Connecticut's independent Crestron Services Provider. Expert AV programming for integrators and direct clients.</image:caption>
    </image:image>

  </url>

  <!--
    FUTURE PAGES — add entries here when these pages are created:

    Privacy Policy:
    <url>
      <loc>https://avcoding.com/privacy/</loc>
      <lastmod>2025-01-01</lastmod>
      <changefreq>yearly</changefreq>
      <priority>0.1</priority>
    </url>

    Blog / Resources (if added post-launch):
    <url>
      <loc>https://avcoding.com/resources/</loc>
      <changefreq>weekly</changefreq>
      <priority>0.7</priority>
    </url>

    Individual service landing pages (high SEO value, add when built):
    <url>
      <loc>https://avcoding.com/crestron-programming-connecticut/</loc>
      <changefreq>monthly</changefreq>
      <priority>0.9</priority>
    </url>
    <url>
      <loc>https://avcoding.com/av-system-audit/</loc>
      <changefreq>monthly</changefreq>
      <priority>0.8</priority>
    </url>
    <url>
      <loc>https://avcoding.com/biamp-qsys-programming/</loc>
      <changefreq>monthly</changefreq>
      <priority>0.8</priority>
    </url>
  -->

</urlset>
