Refactoring SEO
This commit is contained in:
@@ -2,35 +2,24 @@
|
||||
<html lang="{% block html_lang %}{{ DEFAULT_LANG }}{% endblock %}">
|
||||
<head prefix="og: http://ogp.me/ns#{% if article %} article: http://ogp.me/ns/video#{% endif%}"{% if article %} itemscope itemtype="https://schema.org/VideoObject"{% endif %}>
|
||||
{% block head %}
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>{% block title %}{{ SITENAME }}{% endblock title %}</title>
|
||||
|
||||
<!-- Meta Base -->
|
||||
<meta charset="UTF-8"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<meta name="HandheldFriendly" content="True"/>
|
||||
{% block extra_head %}
|
||||
{% set SITE_DESCRIPTION = _('Videoteca de software libre brindando avance tecnológico') %}
|
||||
<meta name="description" content="{{ SITE_DESCRIPTION }}">
|
||||
<meta property="og:title" content="{{ SITENAME }}">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="{{ SITEURL }}">
|
||||
<meta property="og:description" content="{{ SITE_DESCRIPTION }}">
|
||||
{% endblock %}
|
||||
|
||||
<!-- Bootstrap 4.3.1 -->
|
||||
<link href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/bootstrap/bootstrap.min.css" rel="stylesheet"
|
||||
integrity="sha384-63+VK53+oFYHzIqG3ljBEZ1Pr9+l0uKU+6UK4YsgNZtVkXQQtsvr0TRcBxncV0gG">
|
||||
<!-- Main Styling -->
|
||||
<!-- Main style -->
|
||||
<link href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/styles.min.css" rel="stylesheet">
|
||||
|
||||
<!-- favicon -->
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/favicon/favicon-192x192.png">
|
||||
<link rel="icon" type="image/png" sizes="96x96" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/favicon/favicon-96x96.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/favicon/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/favicon/favicon-16x16.png">
|
||||
|
||||
{% block extra_comment %}
|
||||
{% endblock %}
|
||||
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/favicon/favicon-192x192.png"/>
|
||||
<link rel="icon" type="image/png" sizes="96x96" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/favicon/favicon-96x96.png"/>
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/favicon/favicon-32x32.png"/>
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/favicon/favicon-16x16.png"/>
|
||||
{% endblock head %}
|
||||
</head>
|
||||
|
||||
@@ -70,7 +59,6 @@
|
||||
<div class="col-md-12">
|
||||
|
||||
{% block menu_header %}
|
||||
|
||||
{% if DISPLAY_PAGES_ON_MENU %}
|
||||
<hr>
|
||||
<nav>
|
||||
@@ -84,10 +72,8 @@
|
||||
</nav>
|
||||
<hr>
|
||||
{% endif %}
|
||||
|
||||
{% endblock menu_header %}
|
||||
|
||||
|
||||
{%- block content -%}
|
||||
|
||||
<!-- Main videos -->
|
||||
|
||||
Reference in New Issue
Block a user