Site Mappy
Generates a sitemap.xml from a given url.
20th May 2024
Time to read: 1 min
Info
Generate a sitemap.xml from a given URL.
Generate
User enters a website URL. Website is crawled using cheerio to find hrefs with relative links. Feedback is provided to user via a Readable Stream.
Output
When crawling complete, sitemap may be downloaded or copied to clipboard.
Website
Technologies
Next.js, React, TypeScript, Readable Stream, cheerio, axios