SEO CRAWLING SIMPLIFIED

Automate Your Sitemap.xml

Effortlessly generate and maintain SEO-optimized sitemaps for any website with a single API call. Keep your site perfectly indexed by search engines like Google and Bing.

Join waitlist

sitemap.xml

import { sitemap } from '@do-sdk/sitemap';

// Generate a sitemap.xml for any domain
const result = await sitemap.generate({
  domain: "https://example.com",
  options: {
    lastmod: true,
    changefreq: "weekly",
    priority: 0.8,
    exclude: ["/private", "/admin"]
  }
});

console.log(result.url);
// Output: "https://cdn.do/sitemaps/generated-sitemap.xml"

Deliver economically valuable work

Frequently Asked Questions

Do Work. With AI.