<?xml version="1.0" encoding="utf-8"?>

<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

	<url>
		<loc>http://www.website.com/</loc> <!--Change this to your site url-->
		<lastmod>2018-mm-dd</lastmod> <!--Change this to todays date-->
		<changefreq>daily</changefreq> <!--Leave daily rate for important pages, rest of pages can be weekly or monthly-->
		<priority>1.0</priority> <!--Leave 1.0 priority for important pages, can only have one 1.0-->
	</url>
	
	<url>
		<loc>http://www.website.com/default.htm</loc>
		<lastmod>2018-mm-dd</lastmod>
		<changefreq>daily</changefreq>
		<priority>0.95</priority>
	</url>
	
	<url>	
		<loc>http://www.website.com/inventory/?/listings/farm-equipment/for-sale/list/category/1100?pcid=2940019&amp;etid=1&dlr=1</loc> <!--Be sure to add inventory pages and change all & symbols to &amp;-->
		<lastmod>2018-mm-dd</lastmod>
		<changefreq>weekly</changefreq>
	</url>
	
	<url>	
		<loc>http://www.website.com/contact.htm</loc>
		<lastmod>2018-mm-dd</lastmod>
		<changefreq>monthly</changefreq>
	</url>

</urlset>