<?xml version="1.0" encoding="UTF-8"?>
<!--
  sitemap.xml — BURDS NERDS
  Submit to Google Search Console:
    1. search.google.com/search-console
    2. Sitemaps → Enter "sitemap.xml" → Submit
  Resubmit after adding new pages (blog posts, photography portfolio, etc.)
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">

  <!-- Homepage -->
  <url>
    <loc>https://burdsnerds.com/</loc>
    <priority>1.0</priority>
    <changefreq>weekly</changefreq>
  </url>

  <!-- Services -->
  <url>
    <loc>https://burdsnerds.com/services</loc>
    <priority>0.9</priority>
    <changefreq>monthly</changefreq>
  </url>

  <!-- Portfolio Hub -->
  <url>
    <loc>https://burdsnerds.com/portfolio</loc>
    <priority>0.9</priority>
    <changefreq>monthly</changefreq>
  </url>

  <!-- Portfolio — Web Design -->
  <url>
    <loc>https://burdsnerds.com/web-design-portfolio</loc>
    <priority>0.9</priority>
    <changefreq>monthly</changefreq>
  </url>

  <!-- Blog listing -->
  <url>
    <loc>https://burdsnerds.com/blog</loc>
    <priority>0.8</priority>
    <changefreq>weekly</changefreq>
  </url>

  <!-- About -->
  <url>
    <loc>https://burdsnerds.com/about</loc>
    <priority>0.8</priority>
    <changefreq>monthly</changefreq>
    <lastmod>2026-03-24</lastmod>
  </url>

  <!-- Pricing -->
  <url>
    <loc>https://burdsnerds.com/pricing</loc>
    <priority>0.9</priority>
    <changefreq>monthly</changefreq>
    <lastmod>2026-03-24</lastmod>
  </url>

  <!-- Contact -->
  <url>
    <loc>https://burdsnerds.com/contact</loc>
    <priority>0.7</priority>
    <changefreq>yearly</changefreq>
  </url>

  <!-- Accessibility statement -->
  <url>
    <loc>https://burdsnerds.com/accessibility</loc>
    <priority>0.3</priority>
    <changefreq>yearly</changefreq>
  </url>

  <!-- Blog posts — image:image entries help Google index post hero images -->
  <url>
    <loc>https://burdsnerds.com/blog/winning-at-seo-in-2026-choosing-the-right-platform</loc>
    <image:image>
      <image:loc>https://burdsnerds.com/assets/blog/winning-at-seo-in-2026-choosing-the-right-platform.jpg</image:loc>
      <image:title>Winning at SEO in 2026: Choosing the Right Platform</image:title>
    </image:image>
    <priority>0.7</priority>
    <changefreq>yearly</changefreq>
    <lastmod>2026-03-19</lastmod>
  </url>
  <url>
    <loc>https://burdsnerds.com/blog/why-your-san-diego-business-needs-a-professional-website</loc>
    <image:image>
      <image:loc>https://burdsnerds.com/assets/blog/why-a-professional-website-is-your-business-foundation-in-2026.jpg</image:loc>
      <image:title>Why a Professional Website is Your Business Foundation in 2026</image:title>
    </image:image>
    <priority>0.7</priority>
    <changefreq>yearly</changefreq>
    <lastmod>2026-03-24</lastmod>
  </url>
  <url>
    <loc>https://burdsnerds.com/blog/5-signs-your-website-needs-a-redesign</loc>
    <image:image>
      <image:loc>https://burdsnerds.com/assets/blog/5-clear-signals-your-website-needs-a-redesign.jpg</image:loc>
      <image:title>5 Clear Signals Your Website Needs a Redesign</image:title>
    </image:image>
    <priority>0.7</priority>
    <changefreq>yearly</changefreq>
    <lastmod>2026-03-24</lastmod>
  </url>
  <url>
    <loc>https://burdsnerds.com/blog/how-to-choose-a-web-designer-in-san-diego</loc>
    <image:image>
      <image:loc>https://burdsnerds.com/assets/blog/how-to-choose-a-web-designer.jpg</image:loc>
      <image:title>How to Choose a Web Designer in San Diego</image:title>
    </image:image>
    <priority>0.7</priority>
    <changefreq>yearly</changefreq>
    <lastmod>2026-03-24</lastmod>
  </url>
  <url>
    <loc>https://burdsnerds.com/blog/why-professional-photography-is-a-business-investment-not-an-expense</loc>
    <image:image>
      <image:loc>https://burdsnerds.com/assets/blog/why-professional-photography-is-a-business-investment-not-an-expense.jpg</image:loc>
      <image:title>Why Professional Photography is a Business Investment, Not an Expense</image:title>
    </image:image>
    <priority>0.7</priority>
    <changefreq>yearly</changefreq>
    <lastmod>2026-02-06</lastmod>
  </url>
  <url>
    <loc>https://burdsnerds.com/blog/how-to-give-your-ai-a-job-for-better-results</loc>
    <image:image>
      <image:loc>https://burdsnerds.com/assets/blog/how-to-give-your-ai-a-job-for-better-results.jpg</image:loc>
      <image:title>How to Give Your AI a "Job" for Better Results</image:title>
    </image:image>
    <priority>0.7</priority>
    <changefreq>yearly</changefreq>
    <lastmod>2026-01-15</lastmod>
  </url>
  <url>
    <loc>https://burdsnerds.com/blog/why-website-hosting-matters</loc>
    <image:image>
      <image:loc>https://burdsnerds.com/assets/blog/why-website-hosting-matters.jpg</image:loc>
      <image:title>Why Website Hosting Matters</image:title>
    </image:image>
    <priority>0.7</priority>
    <changefreq>yearly</changefreq>
    <lastmod>2026-01-04</lastmod>
  </url>

  <!--
    ADD NEW BLOG POSTS HERE as they are published. Format:
    <url>
      <loc>https://burdsnerds.com/blog/your-post-slug</loc>
      <priority>0.7</priority>
      <changefreq>yearly</changefreq>
      <lastmod>YYYY-MM-DD</lastmod>
    </url>

    ADD PHOTOGRAPHY PORTFOLIO when built:
    <url>
      <loc>https://burdsnerds.com/portfolio-photography</loc>
      <priority>0.8</priority>
      <changefreq>monthly</changefreq>
    </url>
  -->

</urlset>
