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

<!-- inmyart.org Site Map 2018 -->

<!--

- Be consistent when listing pages of the site: if yo use http://www.page1.com, don't use for another page http://page2.com
- A sitemap file can't contain more than 50,000 URLs and must be no larger than 50 MB uncompressed
- Sitemap files must be UTF-8 encoded, and URLs escaped appropriately.
- As well as basic URL information, sitemaps can contain detailed information about specific types of content on your site, including video, images, mobile, and news content
	page: xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
	image: xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"
	video: xmlns:video="http://www.google.com/schemas/sitemap-video/1.1"
- Sitemap Tags:
	<urlset>	Required	Encloses all information about the set of URLs included in the sitemap.
	<url>	Required	Encloses all information about a specific URL.
	<loc>	Required	Specifies the URL. For images and video, specifies the landing page (aka play page).
	<lastmod>	Optional	Shows the date the URL was last modified, in YYYY-MM-DDThh:mmTZD format (time value is optional).
	<changefreq>	Optional	Provides a hint about how frequently the page is likely to change. Valid values: always, hourly, daily, weekly, monthly, yearly, never
	<priority>	Optional	Describes the priority of a URL relative to all the other URLs on the site: from 1.0 (extremely important) to 0.1 (not important at all)

-->

<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <url>
    <loc>https://inmyart.org/index.php</loc>
	<lastmod>2018-10-04</lastmod>
	<changefreq>yearly</changefreq>
	<priority>1.0</priority>
  </url>
 
   <!-- intro -->
  
  <url>
    <loc>https://inmyart.org/files/pageFiles/info/mission.html</loc>
	<lastmod>2018-09-01</lastmod>
	<changefreq>yearly</changefreq>
	<priority>0.8</priority>
  </url>
  
  <url>
    <loc>https://inmyart.org/files/pageFiles/info/founder.html</loc>
	<lastmod>2018-09-01</lastmod>
	<changefreq>yearly</changefreq>
	<priority>0.8</priority>
  </url>
  
  <url>
    <loc>https://inmyart.org/files/pageFiles/info/developer.html</loc>
	<lastmod>2018-09-01</lastmod>
	<changefreq>yearly</changefreq>
	<priority>0.8</priority>
  </url>

  <url>
    <loc>https://inmyart.org/files/pageFiles/info/inspiration.html</loc>
	<lastmod>2018-10-03</lastmod>
	<changefreq>yearly</changefreq>
	<priority>0.8</priority>
  </url>
  
  <!-- gallery -->
  
  <url>
    <loc>https://inmyart.org/files/pageFiles/gallery/gallery.html</loc>
    <lastmod>2018-10-05</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  
  <!-- login -->
  
  <url>
    <loc>https://inmyart.org/files/pageFiles/login/login.php</loc>
    <lastmod>2018-10-05</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.9</priority>
  </url>
  
  <!-- info -->
  
  <url>
    <loc>https://inmyart.org/files/pageFiles/info/agreement.html</loc>
    <lastmod>2018-06-06</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.7</priority>
  </url>
  
  <url>
    <loc>https://inmyart.org/files/pageFiles/info/disclaimer.html</loc>
    <lastmod>2018-06-06</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.7</priority>
  </url>
  
  <url>
    <loc>https://inmyart.org/files/pageFiles/info/howto.html</loc>
    <lastmod>2018-06-06</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.7</priority>
  </url>
  
  <url>
    <loc>https://inmyart.org/files/pageFiles/info/definitions.html</loc>
    <lastmod>2018-06-06</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.7</priority>
  </url>
  
  <url>
    <loc>https://inmyart.org/files/pageFiles/info/faq.html</loc>
    <lastmod>2018-06-06</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.7</priority>
  </url>
  
  <url>
    <loc>https://inmyart.org/files/pageFiles/info/articles.html</loc>
    <lastmod>2018-06-06</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  
  <url>
    <loc>https://inmyart.org/files/pageFiles/info/interviews.html</loc>
    <lastmod>2018-06-06</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  
  <url>
    <loc>https://inmyart.org/files/pageFiles/info/news.html</loc>
    <lastmod>2018-06-06</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  
  <!-- links -->
  
  <url>
    <loc>https://inmyart.org/files/pageFiles/info/links.html</loc>
    <lastmod>2018-06-06</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.7</priority>
  </url>
  
  <!-- contact -->
  
  <url>
    <loc>https://inmyart.org/files/pageFiles/contact/contact.php</loc>
    <lastmod>2018-10-05</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.7</priority>
  </url>
  
</urlset>
