<?xml version="1.0" encoding="UTF-8"?>
<!--
  DAVE WARD - sitemap.xml (cleaned)
  
  Removed from original sitemap:
    - textscrollerdw.asp      (utility fragment, no user value)
    - frmFeedback.asp?Stop=3  (form step, duplicate/no value)
    - frmContact.asp          (form page, no standalone index value)
    - frmCorporate.asp        (form page)
    - frmFaq.asp?short=1      (fragment version)
    - frmFaq.asp              (form version — the canonical FAQ is detail.asp?Page=faq)
    - frmGuide.asp?short=1    (fragment version)
    - frmGuide.asp            (form version)
    - frmFeedback.asp         (form page)
    - default.asp             (duplicate of /)
  
  Added:
    - detail.asp pages with proper section names
    - reviews page
  
  NOTE: Ideally replace this static file with a dynamic ASP page that
  generates the sitemap from the database — then lastmod is always accurate.
  See sitemap-dynamic.asp in this package for that approach.
-->
<urlset
  xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
    http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">

  <url>
    <loc>https://www.daveward.co.za/</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>

  <url>
    <loc>https://www.daveward.co.za/detail.asp?section=about-dave</loc>
    <changefreq>yearly</changefreq>
    <priority>0.8</priority>
  </url>

  <url>
    <loc>https://www.daveward.co.za/detail.asp?section=weddings</loc>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>

  <url>
    <loc>https://www.daveward.co.za/detail.asp?section=corporate</loc>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>

  <url>
    <loc>https://www.daveward.co.za/detail.asp?section=lighting</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <url>
    <loc>https://www.daveward.co.za/detail.asp?section=faq</loc>
    <changefreq>yearly</changefreq>
    <priority>0.6</priority>
  </url>

  <url>
    <loc>https://www.daveward.co.za/detail.asp?section=guide</loc>
    <changefreq>yearly</changefreq>
    <priority>0.5</priority>
  </url>

  <url>
    <loc>https://www.daveward.co.za/reviews.asp</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <url>
    <loc>https://www.daveward.co.za/corp.asp</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

</urlset>
