<?xml version="1.0" encoding="UTF-8"?>

<!-- robots.txt insert 'Sitemap: https://nerdask.com/sitemap.xml' -->
<!-- all URLs listed must use the same protocol (http or https) and reside on the same host as the Sitemap -->

<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd"
        xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><!-- extra attributes for validating against a schema, otherwise just xmlns -->

	<url>
		<loc>https://nerdask.com</loc>
		<!-- <lastmod></lastmod> value: YYYY-MM-DD -->
		<!-- <changefreq></changefreq> values: always, hourly, daily, weekly, monthly, yearly, never -->
		<!-- <priority></priority> values: 0.0 to 1.0 default is 0.5 (importance relative to other pages on the site) -->
	</url>
	<url>
		<loc>https://nerdask.com/article/b2b-ecommerce-domain-name-ideas</loc>
	</url>

</urlset>
