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>
|
||||
|
||||
@@ -16,14 +16,14 @@
|
||||
<meta name="revisit-after" content="7 days">
|
||||
|
||||
<!-- Canonical URL -->
|
||||
<link rel="canonical" href="https://yoursite.com/">
|
||||
<link rel="canonical" href="https://maze.santhoshj.com/">
|
||||
|
||||
<!-- Open Graph / Facebook -->
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://yoursite.com/">
|
||||
<meta property="og:url" content="https://maze.santhoshj.com/">
|
||||
<meta property="og:title" content="Maze Generator | 8 Algorithms, Animated Solving">
|
||||
<meta property="og:description" content="Generate and solve mazes with 8 different algorithms. Features animated pathfinding visualization, analysis tools, and Neo-Brutalism design. Free online maze generator and solver.">
|
||||
<meta property="og:image" content="https://yoursite.com/static/images/og-image.png">
|
||||
<meta property="og:image" content="https://maze.santhoshj.com/static/images/og-image.png">
|
||||
<meta property="og:image:width" content="1200">
|
||||
<meta property="og:image:height" content="630">
|
||||
<meta property="og:site_name" content="Maze Generator">
|
||||
@@ -31,10 +31,10 @@
|
||||
|
||||
<!-- Twitter -->
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:url" content="https://yoursite.com/">
|
||||
<meta name="twitter:url" content="https://maze.santhoshj.com/">
|
||||
<meta name="twitter:title" content="Maze Generator | 8 Algorithms, Animated Solving">
|
||||
<meta name="twitter:description" content="Generate and solve mazes with 8 different algorithms. Features animated pathfinding visualization and Neo-Brutalism design.">
|
||||
<meta name="twitter:image" content="https://yoursite.com/static/images/twitter-image.png">
|
||||
<meta name="twitter:image" content="https://maze.santhoshj.com/static/images/twitter-image.png">
|
||||
|
||||
<!-- Favicon -->
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/static/images/favicon-32x32.png">
|
||||
@@ -63,7 +63,7 @@
|
||||
"@type": "WebApplication",
|
||||
"name": "Maze Generator",
|
||||
"description": "Generate and solve mazes with 8 different algorithms including Recursive Backtracking, Kruskal, Prim, Sidewinder, Hunt-and-Kill, Eller, Wilson, and Aldous-Broder. Features animated pathfinding visualization with DFS and BFS solvers.",
|
||||
"url": "https://yoursite.com/",
|
||||
"url": "https://maze.santhoshj.com/",
|
||||
"applicationCategory": "EducationalApplication",
|
||||
"operatingSystem": "Any",
|
||||
"offers": {
|
||||
@@ -95,7 +95,7 @@
|
||||
"PNG image export",
|
||||
"Neo-Brutalism design"
|
||||
],
|
||||
"screenshot": "https://yoursite.com/static/images/screenshot.png"
|
||||
"screenshot": "https://maze.santhoshj.com/static/images/screenshot.png"
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user