Skip to content

Commit 78dea52

Browse files
committed
Update file1 and file2 with new changes
1 parent 5fbc879 commit 78dea52

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

examples/official-site/robots.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
User-agent: *
2-
Disallow: /examples/authentification/ # Block the folder "authentification" to avoid blocking by password
3-
Disallow: /examples/hash_password.sql # Block access to specific sensitive SQL files like this
4-
Disallow: /Dockerfile # Block access to Dockerfile
2+
Disallow: /examples/authentication/login.sql # Block access to specific sensitive SQL files like this
53

64
Allow: / # Allow access to all public-facing SQL-generated pages
75

examples/official-site/sitemap.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,19 @@
2020
<lastmod>2024-10-10</lastmod>
2121
<priority>0.80</priority>
2222
</url>
23+
<url>
24+
<loc>https://beta.datapage.app/</loc>
25+
<lastmod>2024-10-10</lastmod>
26+
<priority>0.80</priority>
27+
</url>
28+
<url>
29+
<loc>https://sql.datapage.app/performance.sql</loc>
30+
<lastmod>2024-10-10</lastmod>
31+
<priority>0.60</priority>
32+
</url>
33+
<url>
34+
<loc>https://sql.datapage.app/blog.sql</loc>
35+
<lastmod>2024-10-10</lastmod>
36+
<priority>0.60</priority>
37+
</url>
2338
</urlset>

0 commit comments

Comments
 (0)