1.4. Structure information about the website with <footer role="contentinfo">
Information about the website such as the copyright and the “Legal terms and conditions” and “Credits” links must be structured with <footer role="contentinfo">.
Warning
A page can contain only one role="contentinfo".
<header role="banner">[…]</header>
<nav role="navigation">[…]</nav>
<main role="main">[…]</main>
<footer role="contentinfo">
<ul>
<li><a href="…">Sitemap</a></li>
<li><a href="…">Credits</a></li>
<li><a href="…">Terms and Conditions</a></li>
</ul>
<p>© Company name</p>
</footer>