Генератор карты сайта
Бесплатный онлайн генератор XML-карты сайта. Создание sitemap.xml простым вводом URL. Необходимо для SEO. Обработка в браузере.
Sitemap Generator is a free online tool that quickly creates XML sitemaps for your website. Enter your URL list and automatically generate a standard XML sitemap with priority, changefreq, and lastmod. Browser-based processing with no server upload — completely free for better SEO indexing.
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://example.com/</loc>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
</url>
</urlset>