Skip to content

Commit dd691dd

Browse files
feat : robots and sitemap added
1 parent c087708 commit dd691dd

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed

robots.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
User-agent: *
2+
Disallow:
3+

sitemap.xml

+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<urlset
3+
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
4+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5+
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
6+
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
7+
<!-- created with Free Online Sitemap Generator www.xml-sitemaps.com -->
8+
9+
<url>
10+
<loc>http://www.lightsout.ir/</loc>
11+
<lastmod>2017-08-31T06:55:10+00:00</lastmod>
12+
<changefreq>weekly</changefreq>
13+
<priority>1.00</priority>
14+
</url>
15+
<url>
16+
<loc>http://www.lightsout.ir/help.html</loc>
17+
<lastmod>2017-08-31T06:55:10+00:00</lastmod>
18+
<changefreq>weekly</changefreq>
19+
<priority>0.80</priority>
20+
</url>
21+
<url>
22+
<loc>http://www.lightsout.ir/donate.html</loc>
23+
<lastmod>2017-08-31T06:55:10+00:00</lastmod>
24+
<changefreq>weekly</changefreq>
25+
<priority>0.80</priority>
26+
</url>
27+
<url>
28+
<loc>http://www.lightsout.ir/index.html</loc>
29+
<lastmod>2017-08-31T06:55:10+00:00</lastmod>
30+
<changefreq>weekly</changefreq>
31+
<priority>0.64</priority>
32+
</url>
33+
<url>
34+
<loc>http://www.lightsout.ir/files/olson-paper-revised.pdf</loc>
35+
<lastmod>2017-08-31T06:55:10+00:00</lastmod>
36+
<changefreq>weekly</changefreq>
37+
<priority>0.64</priority>
38+
</url>
39+
</urlset>

0 commit comments

Comments
 (0)