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 %}About Markov Economics - Marx, Piketty, and Wealth Inequality Theory{% endblock %}
{% block meta_description %}Learn about the economic theory behind the Markov chain simulation. Understand Marx's M-C-M' model and Piketty's r > g inequality principle.{% endblock %}
{% block og_title %}About Markov Economics - Marx, Piketty, and Wealth Inequality Theory{% endblock %}
{% block og_description %}Learn about the economic theory behind the Markov chain simulation. Understand Marx's M-C-M' model and Piketty's r > g inequality principle.{% endblock %}
{% block twitter_title %}About Markov Economics - Marx, Piketty, and Wealth Inequality Theory{% endblock %}
{% block twitter_description %}Learn about the economic theory behind the Markov chain simulation. Understand Marx's M-C-M' model and Piketty's r > g inequality principle.{% endblock %}
{% block content %}
<div class="row justify-content-center">
<div class="col-lg-10">