CRAWL. INDEX. RANK.

Generate Your Sitemap.xml Instantly

Effortlessly create and maintain a complete sitemap for your website. Improve search engine crawling and indexing with a single API call.

Join waitlist

sitemap.xml

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

const sitemap = new Do('sitemap.xml');

// Generate a sitemap by crawling a root URL
const { url, pageCount } = await sitemap.generate({
  rootUrl: 'https://your-website.com',
  options: {
    includeLastModified: true,
    defaultPriority: 0.7,
    defaultChangeFrequency: 'weekly'
  }
});

console.log(`Successfully generated sitemap for ${pageCount} pages.`);
console.log(`Access it here: ${url}`);

Deliver economically valuable work

Frequently Asked Questions

Do Work. With AI.