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:
@@ -1,5 +1,15 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}Markov Economics Simulation - Interactive Wealth Inequality Model{% endblock %}
|
||||
|
||||
{% block meta_description %}Run interactive simulations of wealth inequality using Markov chains. Visualize how capitalism "eats the world" when r > g.{% endblock %}
|
||||
|
||||
{% block og_title %}Markov Economics Simulation - Interactive Wealth Inequality Model{% endblock %}
|
||||
{% block og_description %}Run interactive simulations of wealth inequality using Markov chains. Visualize how capitalism "eats the world" when r > g.{% endblock %}
|
||||
|
||||
{% block twitter_title %}Markov Economics Simulation - Interactive Wealth Inequality Model{% endblock %}
|
||||
{% block twitter_description %}Run interactive simulations of wealth inequality using Markov chains. Visualize how capitalism "eats the world" when r > g.{% endblock %}
|
||||
|
||||
{% block extra_head %}
|
||||
<style>
|
||||
.parameter-card {
|
||||
|
Reference in New Issue
Block a user