Crawl. Index. Rank.

Automate Your Sitemap Generation

Provide a URL and get a comprehensive, SEO-optimized sitemap.xml in seconds. Keep your site perfectly indexed with our agentic workflow.

Join waitlist

sitemap.xml

import { Sitemap } from "@do-inc/sitemap.xml";

// Initialize the Sitemap agent
const sitemap = new Sitemap();

// Generate a complete sitemap from a root URL
const mySitemap = await sitemap.generate({
  url: "https://your-website.com",
  options: {
    // Optional: exclude specific paths from the crawl
    exclude: ["/admin", "/private/*"],
    // Optional: set default priority and change frequency
    priority: 0.7,
    changefreq: "weekly"
  }
});

// mySitemap.xml contains the full sitemap content
console.log(mySitemap.xml);

Deliver economically valuable work

Frequently Asked Questions

Do Work. With AI.