mise a jour structure SEO
This commit is contained in:
@@ -49,6 +49,53 @@
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
<noscript>
|
||||
<style>
|
||||
.no-js-wrapper {
|
||||
padding: 1.5rem;
|
||||
font-family: "Helvetica Neue", Arial, sans-serif;
|
||||
line-height: 1.5;
|
||||
background: #f5f7fb;
|
||||
color: #0b1f44;
|
||||
}
|
||||
.no-js-wrapper a {
|
||||
color: #0b5ed7;
|
||||
text-decoration: none;
|
||||
}
|
||||
.no-js-wrapper a:hover,
|
||||
.no-js-wrapper a:focus {
|
||||
text-decoration: underline;
|
||||
}
|
||||
.no-js-nav {
|
||||
margin: 1rem 0;
|
||||
padding-left: 1.2rem;
|
||||
}
|
||||
</style>
|
||||
<section class="no-js-wrapper">
|
||||
<h2>Navigation sans JavaScript</h2>
|
||||
<p>
|
||||
Le site s'appuie sur React et nécessite JavaScript pour l'expérience complète.
|
||||
Activez-le pour profiter de toutes les fonctionnalités. En attendant,
|
||||
utilisez ces liens directs :
|
||||
</p>
|
||||
<ul class="no-js-nav">
|
||||
<li><a href="/">Accueil</a></li>
|
||||
<li><a href="/services/prestation-maitrise-oeuvre/">Création de site web</a></li>
|
||||
<li><a href="/services/formations-web/">Formations web</a></li>
|
||||
<li><a href="/services/electricite/">Graphisme</a></li>
|
||||
<li><a href="/services/service-securite-incendie/">Podcast</a></li>
|
||||
<li><a href="/services/expertises-tce/">Formations professionnelles</a></li>
|
||||
<li><a href="/nosFormations/">Nos formations</a></li>
|
||||
<li><a href="/posts/">Actualités</a></li>
|
||||
<li><a href="/contact/">Contact</a></li>
|
||||
<li><a href="/search/">Recherche</a></li>
|
||||
<li><a href="/sitemap.xml">Plan du site complet</a></li>
|
||||
</ul>
|
||||
<p>
|
||||
Retrouvez aussi nos informations légales et politiques via le plan du site.
|
||||
</p>
|
||||
</section>
|
||||
</noscript>
|
||||
<script type="module" src="/src/main.jsx" defer></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user