modify seo

This commit is contained in:
2025-11-04 09:36:35 +00:00
parent 803f86e4be
commit ec346c76e1
3 changed files with 7 additions and 6 deletions

View File

@ -8,7 +8,7 @@
{{ function('wp_body_open') }}
<a class="skip-link screen-reader-text" href="#content">{{ _e('Skip to content') }}</a>
<header class="header" aria-label="Cabecera del sitio">
<header class="header" aria-label="Cabecera del sitio" role="header">
{% block header %}
<div class="container-fluid text-bg-light">
{% include "partials/top-bar.twig" %}
@ -50,7 +50,7 @@
<!-- footer -->
{% block footer %}
<footer id="footer" class="container-fluid text-bg-dark mt-5 section-footer" role="contentinfo">
<footer id="footer" class="container-fluid text-bg-dark mt-5 section-footer" role="contentinfo" aria-label="footer">
{% include 'partials/footer.twig' %}
</footer>
{{ function('wp_footer') }}