INDEX YOUR SITE

Generate SEO-Ready Sitemaps on Demand

Automatically create and maintain a compliant sitemap.xml file to ensure every page on your site is discovered and indexed by search engines.

Join waitlist

sitemap.xml

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

const doClient = new Do('YOUR_API_KEY');

// Generate a sitemap for a given domain
const sitemap = await doClient.sitemapxml.get({
  domain: 'example.com',
  // Optional: include last modified dates
  includeLastMod: true
});

// Returns the full sitemap.xml content as a string
console.log(sitemap.content);

Deliver economically valuable work

Frequently Asked Questions

Do Work. With AI.