Add comprehensive SEO improvements: meta tags, robots.txt, sitemap.xml, and favicon. Fix meta description rendering issues with proper HTML entity encoding. Update port configuration to use PORT environment variable.
This commit is contained in:
15
app/static/robots.txt
Normal file
15
app/static/robots.txt
Normal file
@@ -0,0 +1,15 @@
|
||||
User-agent: *
|
||||
Allow: /
|
||||
|
||||
Sitemap: https://markoveconomics.com/sitemap.xml
|
||||
|
||||
# Prevent crawling of API endpoints
|
||||
Disallow: /api/
|
||||
Disallow: /test-
|
||||
Disallow: /debug
|
||||
|
||||
# Prevent crawling of simulation results (if applicable)
|
||||
Disallow: /results/
|
||||
|
||||
# Crawl delay for polite crawling
|
||||
Crawl-delay: 10
|
Reference in New Issue
Block a user