Automate SEO Indexing

Automated Sitemap Generation

Keep search engines perfectly in sync with your site's content. Generate a compliant sitemap.xml on-demand or on a schedule with a single API call.

Join waitlist

sitemap.xml

import { Do } from '@do-inc/sdk';

const doClient = new Do(process.env.DO_API_KEY);

// Generate a sitemap for a given domain
const sitemapXml = await doClient.sitemap('xml').generate({
  url: 'https://example.com',
  options: {
    includeLastMod: true,
    defaultPriority: 0.8
  }
});

console.log(sitemapXml);
// Returns a complete, standards-compliant sitemap.xml string

Deliver economically valuable work

Frequently Asked Questions

Do Work. With AI.