Crawl Your Business

Unlock Search Visibility for Business-as-Code.

Dynamically generate and manage your sitemap.xml to ensure every Business-as-Code service and Software-as-a-Service API is discoverable by search engines.

Join waitlist

sitemap.xml

export async function generateSitemap(businessId: string): Promise {
  const pages = await fetchBusinessPages(businessId);
  let sitemapContent = '\n';
  for (const page of pages) {
    sitemapContent += `  \n    ${page.loc}\n    ${page.lastmod}\n    ${page.changefreq}\n    ${page.priority}\n  \n`;
  }
  sitemapContent += '';
  return sitemapContent;
}

Deliver economically valuable work

Frequently Asked Questions

Do Work. With AI.