image generation added
This commit is contained in:
13
web/static/.well-known/security.txt
Normal file
13
web/static/.well-known/security.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
# Security Policy for Maze Generator
|
||||
# https://securitytxt.org/
|
||||
|
||||
Contact: mailto:contact@santhoshj.com
|
||||
Expires: 2025-12-31T23:59:59.000Z
|
||||
Preferred-Languages: en
|
||||
Canonical: https://maze.santhoshj.com/.well-known/security.txt
|
||||
|
||||
# Policy
|
||||
Policy: https://maze.santhoshj.com/security-policy
|
||||
|
||||
# Acknowledgments
|
||||
Acknowledgments: https://maze.santhoshj.com/security-thanks
|
||||
@@ -15,7 +15,7 @@ Allow: /
|
||||
Disallow: /api/
|
||||
|
||||
# Sitemap location
|
||||
Sitemap: https://yoursite.com/sitemap.xml
|
||||
Sitemap: https://maze.santhoshj.com/sitemap.xml
|
||||
|
||||
# Crawl delay (optional)
|
||||
Crawl-delay: 1
|
||||
|
||||
@@ -2,14 +2,9 @@
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
||||
xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">
|
||||
<url>
|
||||
<loc>https://yoursite.com/</loc>
|
||||
<loc>https://maze.santhoshj.com/</loc>
|
||||
<lastmod>2025-01-20</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>1.0</priority>
|
||||
<image:image>
|
||||
<image:loc>https://yoursite.com/static/images/screenshot.png</image:loc>
|
||||
<image:title>Maze Generator - Neo-Brutalism Design</image:title>
|
||||
<image:caption>Interactive maze generator with 8 algorithms and animated solving</image:caption>
|
||||
</image:image>
|
||||
</url>
|
||||
</urlset>
|
||||
|
||||
Reference in New Issue
Block a user