fix: seo и пустое состояние тегов

This commit is contained in:
2026-04-12 15:57:37 +03:00
parent 6d8ccb5ceb
commit 3f72d2e963
12 changed files with 387 additions and 126 deletions

View File

@@ -1,36 +1,46 @@
<!DOCTYPE html>{% load static %}<html lang="ru">
<head>
<meta charset="utf-8" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="content-language" content="ru" />
<meta http-equiv="Date" content="{% block Date4Meta %}{% now 'c' %}{% endblock %}" />
<meta http-equiv="Last-Modified" content="{% block Last4Meta %}{% now 'c' %}{% endblock %}" />
<meta http-equiv="Expires" content="{% block Expires4Meta %}{% now 'c' %}{% endblock %}" />
<meta http-equiv="Cache-Control" content="no-cache">
<meta name="generator" content="Microsoft FrontPage 1.0" />
<meta name="viewport" content="width=device-width, initial-scale=0.5" />
<meta name="description" content="{% block Description %}{% endblock %}" />
<meta name="keywords" content="{% block Keywords %}{% endblock %}" />
<meta name="description" content="{% block Description %}CADpoint — новости о 3D-печати и САПР{% endblock %}" />
<meta name="keywords" content="{% block Keywords %}cadpoint, 3D-печать, САПР, новости{% endblock %}" />
<meta name="copyright" lang="ru" content="Sergei Erjemin{% block CopyrightAuthor4Meta %}{% endblock %}." />
<meta name="robots" content="index,follow" />
<meta name="document-state" content="{{ META_DOCUMENT_STATE|default:'Dynamic' }}" />
<meta name="generator" content="CADPOINT.RU 0.1β by Python/Django" />
<meta name="format-detection" content="telephone=no" />
<meta name="twitter:dnt" content="on" />
<title>CADPOINT.RU - {% block Title %}{% endblock %}</title>
<link rel="canonical" href="{% block canonical %}https://cadpoint.ru{% endblock %}" />{% comment %}
<!-- Favicons -->{% endcomment %}
<meta name="theme-color" content="#F5F5F5" />{% comment %}theme-color предоставляет браузерам цвет CSS для
настройки отображения страницы или окружающего пользовательского интерфейса.{% endcomment %}
<title>{% block page_title %}CADPOINT.RU{% endblock %}</title>
<meta name="meta-title" content="{% block meta_title %}CADPOINT.RU{% endblock %}" />
<meta name="meta-description" content="{% block meta_description %}CADpoint — новости о 3D-печати и САПР{% endblock %}" />
<link rel="canonical" href="{% block canonical %}{{ request.scheme }}://{{ request.get_host }}{{ request.path }}{% endblock %}" />
<meta property="og:site_name" content="CADPOINT.RU" />
<meta property="og:locale" content="ru_RU" />
<meta property="og:title" content="{% block og_title %}CADPOINT.RU{% endblock %}" />
<meta property="og:description" content="{% block og_description %}CADpoint — новости о 3D-печати и САПР{% endblock %}" />
<meta property="og:url" content="{% block og_url %}{{ request.scheme }}://{{ request.get_host }}{{ request.path }}{% endblock %}" />
<meta property="og:type" content="{% block og_type %}website{% endblock %}" />
<meta property="og:image" content="{% block og_image %}{% static 'img/og-cadpoint-default.png' %}{% endblock %}" />
<meta property="og:image:alt" content="{% block og_image_alt %}CADPOINT.RU{% endblock %}" />
<meta name="twitter:card" content="{% block twitter_card %}summary_large_image{% endblock %}" />
<meta name="twitter:title" content="{% block twitter_title %}CADPOINT.RU{% endblock %}" />
<meta name="twitter:description" content="{% block twitter_description %}CADpoint — новости о 3D-печати и САПР{% endblock %}" />
<meta name="twitter:image" content="{% block twitter_image %}{% static 'img/og-cadpoint-default.png' %}{% endblock %}" />
<meta name="theme-color" content="#F5F5F5" />
{# Шутка #}<meta name="generator" content="Microsoft FrontPage 1.0"/>
<link rel="icon" type="image/svg+xml" href="{% static 'svgs/favicon.svg' %}" />
<link rel="icon" type="image/png" href="{% static 'img/favicon.png' %}" />
<link rel="shortcut icon" type="image/x-icon" href="{% static 'img/favicon.ico' %}" />
<link rel="apple-touch-icon" href="{% static 'img/favicon.png' %}" />{% comment %}
<!-- css -->{% endcomment %}
<link rel="apple-touch-icon" href="{% static 'img/favicon.png' %}" />
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous" />
<link rel="stylesheet" href="{% static 'css/cadpoint.css' %}" />
<link rel="stylesheet" href="{% static 'css/cadpoint.css' %}" />{% block ExtraHead %}
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "CADPOINT.RU",
"url": "{{ request.scheme }}://{{ request.get_host }}/"
}
</script>{% endblock %}
</head>
<body>{% block META_OG %}{% endblock %}{% block BODY %}
<body>{% block BODY %}
{% block Top_CSS1 %}{% endblock %}{% block Top_CSS2 %}{% endblock %}{% block Top_CSS3 %}{% endblock %}{% include "blocks/header_nav.jinja2" %}{% block CONTENT %}{% endblock %}
{% include "blocks/footer.jinja2" %}{% if COOKIES %}
{% include "blocks/accept-cookies.jinja2" %}{% endif %}