|
@@ -4,10 +4,24 @@
|
|
|
<head>
|
|
<head>
|
|
|
<meta charset="utf-8">
|
|
<meta charset="utf-8">
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
|
|
|
+
|
|
|
|
|
+ <!-- SEO: Métadonnées de base -->
|
|
|
<meta name="keywords" content="{%if page.p_mots_clefs%}{{page.p_mots_clefs}}{% endif %}">
|
|
<meta name="keywords" content="{%if page.p_mots_clefs%}{{page.p_mots_clefs}}{% endif %}">
|
|
|
<meta name="description" content="{% if page.p_description %}{{page.p_description}}{% endif %}">
|
|
<meta name="description" content="{% if page.p_description %}{{page.p_description}}{% endif %}">
|
|
|
|
|
+ <meta name="author" content="Mr Duhaz">
|
|
|
|
|
+ <meta name="robots" content="index, follow">
|
|
|
|
|
+
|
|
|
|
|
+ <!-- SEO: Langue et localisation -->
|
|
|
|
|
+ <meta property="og:locale" content="fr_FR">
|
|
|
|
|
+ <link rel="alternate" hreflang="fr" href="{{ request.build_absolute_uri }}" />
|
|
|
|
|
+
|
|
|
{% block add_meta_description %}{% endblock %}
|
|
{% block add_meta_description %}{% endblock %}
|
|
|
|
|
+
|
|
|
<title>{{page.c_sitename}}{% if page.p_meta_title %} | {{page.p_meta_title}}{% elif page.p_titre %} | {{page.p_titre}}{% endif %}</title>
|
|
<title>{{page.c_sitename}}{% if page.p_meta_title %} | {{page.p_meta_title}}{% elif page.p_titre %} | {{page.p_titre}}{% endif %}</title>
|
|
|
|
|
+
|
|
|
|
|
+ <!-- Flux RSS -->
|
|
|
|
|
+ <link rel="alternate" type="application/rss+xml" title="Blog Duhaz - RSS Feed" href="{% url 'blog_rss_feed' %}">
|
|
|
|
|
+
|
|
|
<link rel="shortcut icon" href="/static/favicon.ico">
|
|
<link rel="shortcut icon" href="/static/favicon.ico">
|
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css" integrity="sha384-xOolHFLEh07PJGoPkLv1IbcEPTNtaed2xpHsD9ESMhqIYd0nLMwNLD69Npy4HI+N" crossorigin="anonymous">
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css" integrity="sha384-xOolHFLEh07PJGoPkLv1IbcEPTNtaed2xpHsD9ESMhqIYd0nLMwNLD69Npy4HI+N" crossorigin="anonymous">
|
|
|
<link href="//fonts.googleapis.com/css2?family=Kufam&display=swap" rel="stylesheet">
|
|
<link href="//fonts.googleapis.com/css2?family=Kufam&display=swap" rel="stylesheet">
|