<?xml version="1.0" encoding="UTF-8"?>
<urlset 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" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  
    <url>
      <loc>http://robbycolvin.com/google-app-engine-http-default-transport/</loc>
      
        <lastmod>2014-09-23T10:00:00+00:00</lastmod>
      
      <changefreq>weekly</changefreq>
      <priority>1.0</priority>
    </url>
  
    <url>
      <loc>http://robbycolvin.com/javascript-automation-in-os-x-yosemite/</loc>
      
        <lastmod>2014-09-09T10:00:00+00:00</lastmod>
      
      <changefreq>weekly</changefreq>
      <priority>1.0</priority>
    </url>
  
  
    
  
    
  
    
  
    
  
    
  
    
  
    
  
    
  
    
  
</urlset>
Current Configuration
For my current implementation, I made the following changes:

The urlset is much more terse as I stripped away all the attributes, save for xmlns
All posts and pages are added to the sitemap, unless they’ve been explicitly set to be unpublished and excluded, respectively
The changefreq and priority elements for pages and posts may be omitted, as those elements now have fallback values.
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  
    
    <url>
      <loc>http://robbycolvin.com/google-app-engine-http-default-transport/</loc>
      
        <lastmod>2014-09-23T10:00:00+00:00</lastmod>
      
      
        <changefreq>monthly</changefreq>
      
      
        <priority>0.5</priority>
      
    </url>
    
  
    
    <url>
      <loc>http://robbycolvin.com/javascript-automation-in-os-x-yosemite/</loc>
      
        <lastmod>2014-09-09T10:00:00+00:00</lastmod>
      
      
        <changefreq>monthly</changefreq>
      
      
        <priority>0.5</priority>
      
    </url>
    
  
  
    
    <url>
      <loc>http://robbycolvin.com/404.html</loc>
      
        <lastmod>2025-11-19T15:28:48+00:00</lastmod>
      
      
        <changefreq>monthly</changefreq>
      
      
        <priority>0.3</priority>
      
    </url>
    
  
    
    <url>
      <loc>http://robbycolvin.com/about/</loc>
      
        <lastmod>2025-11-19T15:28:48+00:00</lastmod>
      
      
        <changefreq>monthly</changefreq>
      
      
        <priority>0.3</priority>
      
    </url>
    
  
    
    <url>
      <loc>http://robbycolvin.com/archive/</loc>
      
        <lastmod>2025-11-19T15:28:48+00:00</lastmod>
      
      
        <changefreq>monthly</changefreq>
      
      
        <priority>0.3</priority>
      
    </url>
    
  
    
    <url>
      <loc>http://robbycolvin.com/atom.xml</loc>
      
        <lastmod>2025-11-19T15:28:48+00:00</lastmod>
      
      
        <changefreq>monthly</changefreq>
      
      
        <priority>0.3</priority>
      
    </url>
    
  
    
    <url>
      <loc>http://robbycolvin.com/</loc>
      
        <lastmod>2025-11-19T15:28:48+00:00</lastmod>
      
      
        <changefreq>monthly</changefreq>
      
      
        <priority>0.3</priority>
      
    </url>
    
  
    
    <url>
      <loc>http://robbycolvin.com/sitemap.xml</loc>
      
        <lastmod>2025-11-19T15:28:48+00:00</lastmod>
      
      
        <changefreq>monthly</changefreq>
      
      
        <priority>0.3</priority>
      
    </url>
    
  
    
    <url>
      <loc>http://robbycolvin.com/css/styles.css</loc>
      
        <lastmod>2025-11-19T15:28:48+00:00</lastmod>
      
      
        <changefreq>monthly</changefreq>
      
      
        <priority>0.3</priority>
      
    </url>
    
  
    
    <url>
      <loc>http://robbycolvin.com/assets/css/style.css</loc>
      
        <lastmod>2025-11-19T15:28:48+00:00</lastmod>
      
      
        <changefreq>monthly</changefreq>
      
      
        <priority>0.3</priority>
      
    </url>
    
  
    
    <url>
      <loc>http://robbycolvin.com/SECURITY/</loc>
      
        <lastmod>2025-11-19T15:28:48+00:00</lastmod>
      
      
        <changefreq>monthly</changefreq>
      
      
        <priority>0.3</priority>
      
    </url>
    
  
</urlset>
