Skip to content

Commit

Permalink
Merge pull request #7 from andreaevolo/feature/#5-sitemap
Browse files Browse the repository at this point in the history
Added sitemap for google crawler
  • Loading branch information
Intellimixiopce authored Oct 3, 2022
2 parents 6b02b1f + f9ab98f commit 03def9f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions sitemap.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" 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">
<url>
<loc>https://intellimixio.in/</loc>
<lastmod>2022-10-03T13:55:19+00:00</lastmod>
<priority>1.00</priority>
</url>
<url>
<loc>https://intellimixio.in/index.html</loc>
<lastmod>2022-10-03T13:55:19+00:00</lastmod>
<priority>0.80</priority>
</url>
</urlset>

0 comments on commit 03def9f

Please sign in to comment.