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:
2025-08-26 08:29:34 +00:00
parent ae9107705d
commit eedaa253e4
16 changed files with 177 additions and 2 deletions

View File

@@ -1,5 +1,15 @@
{% extends "base.html" %}
{% block title %}Error - Markov Economics Simulation{% endblock %}
{% block meta_description %}An error occurred in the Markov economics simulation. Return to the main page to run the wealth inequality simulation.{% endblock %}
{% block og_title %}Error - Markov Economics Simulation{% endblock %}
{% block og_description %}An error occurred in the Markov economics simulation. Return to the main page to run the wealth inequality simulation.{% endblock %}
{% block twitter_title %}Error - Markov Economics Simulation{% endblock %}
{% block twitter_description %}An error occurred in the Markov economics simulation. Return to the main page to run the wealth inequality simulation.{% endblock %}
{% block content %}
<div class="row justify-content-center">
<div class="col-md-6">