Skip to content

Commit 3e04406

Browse files
committed
Working on SEO stuff
1 parent 7491ddb commit 3e04406

File tree

3 files changed

+35
-1
lines changed

3 files changed

+35
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ demosite
33
*~
44
*.pyc
55
*.mat
6-
*.txt
76
*.lib
87
*.exe
98
dsmodel.c
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
script: true
2+
User-agent: *
3+
Disallow:
4+
5+
Sitemap: /sitemap.xml
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<urlset xmlns='http://www.sitemaps.org/schemas/sitemap/0.9'>
3+
<url>
4+
<loc>/behavior/equations/</loc>
5+
</url>
6+
<url>
7+
<loc>/behavior/discrete/</loc>
8+
</url>
9+
<url>
10+
<loc>/behavior/arrays/</loc>
11+
</url>
12+
<url>
13+
<loc>/behavior/functions/</loc>
14+
</url>
15+
<url>
16+
<loc>/components/packages/</loc>
17+
</url>
18+
<url>
19+
<loc>/components/connectors/</loc>
20+
</url>
21+
<url>
22+
<loc>/components/components/</loc>
23+
</url>
24+
<url>
25+
<loc>/components/subsystems/</loc>
26+
</url>
27+
<url>
28+
<loc>/components/architectures/</loc>
29+
</url>
30+
</urlset>

0 commit comments

Comments
 (0)