Найден корректный robots.txt
Файл управления сканированием сайта роботами
?
Robots.txt указывает поисковым роботам, какие страницы сканировать, а какие — нет. Ошибки в файле могут случайно закрыть важные разделы от индексации.
Кол-во редиректов для файла robots.txt 3 слишком большое! Это может вызывать затруднение при индексации поисковыми роботами!
Проверяемая страница не запрещена в robots.txt.
Цепочка редиректов для файла robots.txt:
https://la-sofia.org/robots.txt
302 Found
http://la-sofia.org/login
307 RedirectKeepVerb
https://la-sofia.org/login
200 OK
Показать содержимое robots.txt
<!DOCTYPE html>
<html lang="fr" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Espace membres de la Sofia: identification</title>
<link rel="sofia icon" href="/images/favicon.ico"/>
<style>
body {
font-family: "Poppins";
margin: 0;
padding: 0;
width: 100%;
min-height: 100vh;
display: flex;
flex-direction: column;
}
h1 {
margin-top: 118px;
}
h1, h4 {
display: flex;
justify-content: center;
text-align: center;
color: #c10037;
}
h1, h5, h4 {
font-family: "Poppins";
}
a {
color: #c10037;
}
.container {
display: flex;
align-items: center;
flex-direction: column;
gap: 20px;
margin: auto;
}
.containerCommunication {
display: flex;
align-items: center;
justify-content: center;
gap: 15px;
}
.containerCommunication > a {
width: 35px;
height: 30px;
}
.containerMentionsLegales {
width: inherit;
padding: 10px 50px;
display: flex;
}
.containerFooter {
display: flex;
margin-top: auto;
height: 60px;
align-items: center;
justify-content: space-evenly;
background-color: #f0f0f2;
}
form {
display: flex;
align-items: center;
}
form > div:nth-child(2) {
padding: 10px;
}
input {
font-size: 16px;
border: none;
line-height: 26px;
padding: 10px 30px;
}
.field {
border-radius: 10px;
border: 1px solid #5c5c5c;
width: 170px;
}
input :hover {
border: none;
}
.submit {
background-color: #c10037;
color: white;
line-height: 28px;
border-radius: 12px;
box-shadow: none;
font-weight: 700;
cursor: pointer;
margin-top: 5px;
margin-bottom: 25px;
}
.submit :hover {
background-color: #c10037;
color: white;
border-radius: 12px;
box-shadow: none;
font-weight: 700;
padding: 10px 30px;
}
input:focus {
outline: none;
}
input ::placeholder {
opacity: 0.5;
}
.u-svg-content {
color: #c10037;
}
@font-face {
font-family: 'Poppins';
src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format('woff2');
}
.logo {
display: flex;
justify-content: space-around;
margin-top: 20px;
}
.error {
color: #c10037;
font-size: 0.9em;
margin-top: 5px;
height: 15px;
}
.section {
display: flex;
gap: 20px;
align-items: center;
}
.label {
width: 265px;
text-align: right
}
.radio {
text-align: center;
}
.radio-container {
width: 170px;
padding: 10px 30px;
}
.breadcrumb {
margin: 0;
font-family: Poppins;
font-weight: 400;
font-size: 1rem;
line-height: 1.5;
color: rgba(0, 0, 0, 0.6);
}
.breadcrumb > ol {
user-select: none;
display: flex;
gap: 8px;
padding: 0;
margin: 0;
list-style-type: none;
}
.breadcrumb > ol > li {
background: none !important;
}
.breadcrumb > ol > li > a {
text-decoration: none;
}
</style>
</head>
<body>
<div class="logo">
<img src="/images/SOFIA_logo_orange.png" width="200"/>
</div>
<div class="container">
<h1>Connexion à votre espace personnel adhérent de la Sofia</h1>
<form id="loginForm" method="post" action="/login">
<div>
<input id="username" name="username" class="field" placeholder="Votre identifiant" type="text"/>
<div class="error" id="usernameError"></div>
</div>
<div>
<input id="password" name="password" class="field" placeholder="Votre mot de passe" type="password"/>
<div class="error" id="passwordError"></div>
</div>
<input class="submit" type="submit" value="VALIDER"/>
</form>
<h5>En cas de perte de votre mot de passe, vous pouvez le <a href="https://membres.la-sofia.org/ui/demande-reinit-mdp">réinitialiser ici</a>.</h5>
<h5>Si vous souhaitez accéder au site de déclaration pour le droit de prêt, <a href="https://www.la-sofiadeclarations.org/login">cliquez ici</a>.</h5>
</div>
<div class="containerFooter">
<div class="containerMentionsLegales">
<nav class="breadcrumb" aria-label="footer-breadcrumb">
<ol>
<li>
<a href="https://www.la-sofia.org/politique-de-confidentialite" target="_blank">RGPD</a>
</li>
<li aria-hidden="true">|</li>
<li>
<a href="https://www.la-sofia.org/conditions-dutilisation" target="_blank">Conditions d'utilisation</a>
</li>
<li aria-hidden="true">|</li>
<li>
<a href="https://www.la-sofia.org/mentions-legales" target="_blank">Mentions légales</a>
</li>
<li aria-hidden="true">|</li>
<li>
<a href="https://www.la-sofia.org/charte-dutilisation-des-cookies-sur-notre-site" target="_blank">Cookies</a>
</li>
<li aria-hidden="true">|</li>
<li>
<a href="https://www.la-sofia.org/politique-de-confidentialite-2" target="_blank">Politique de confidentialité</a>
</li>
</ol>
</nav>
</div>
<div class="containerCommunication">
<a href="https://www.facebook.com/La-Sofia-Actionculturelle-967460616607846/" target="_blank">
<span>
<svg class="u-svg-content" viewBox="0 0 112 112" x="0" y="0"
id="svg-963e">
<circle fill="currentColor" cx="56.1" cy="56.1" r="55"></circle>
<path fill="#FFFFFF"
d="M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z"></path>
</svg>
</span>
</a>
<a href="https://twitter.com/LaSOFIActCult" target="_blank">
<span>
<svg class="u-svg-content" viewBox="0 0 112 112" x="0" y="0" id="svg-9976">
<circle fill="currentColor" cx="56.1" cy="56.1" r="55"></circle>
<path fill="#FFFFFF"
d="M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z"></path>
</svg>
</span>
</a>
<a href="https://www.linkedin.com/company/la-sofia/" target="_blank">
<span>
<svg class="u-svg-content" viewBox="0 0 112 112" x="0" y="0" id="svg-6ac9">
<circle fill="currentColor" cx="56.1" cy="56.1" r="55"></circle>
<path fill="#FFFFFF"
d="M41.3,83.7H27.9V43.4h13.4V83.7z M34.6,37.9L34.6,37.9c-4.6,0-7.5-3.1-7.5-7c0-4,3-7,7.6-7s7.4,3,7.5,7C42.2,34.8,39.2,37.9,34.6,37.9z M89.6,83.7H76.2V62.2c0-5.4-1.9-9.1-6.8-9.1c-3.7,0-5.9,2.5-6.9,4.9c-0.4,0.9-0.4,2.1-0.4,3.3v22.5H48.7c0,0,0.2-36.5,0-40.3h13.4v5.7c1.8-2.7,5-6.7,12.1-6.7c8.8,0,15.4,5.8,15.4,18.1V83.7z"></path>
</svg>
</span>
</a>
<a href="http://www.youtube.com/user/SofiActionCulturelle" target="_blank">
<span>
<svg class="u-svg-content" viewBox="0 0 112 112" x="0" y="0" id="svg-4800">
<circle fill="currentColor" cx="56.1" cy="56.1" r="55"></circle>
<path fill="#FFFFFF"
d="M74.9,33.3H37.3c-7.4,0-13.4,6-13.4,13.4v18.8c0,7.4,6,13.4,13.4,13.4h37.6c7.4,0,13.4-6,13.4-13.4V46.7 C88.3,39.3,82.3,33.3,74.9,33.3L74.9,33.3z M65.9,57l-17.6,8.4c-0.5,0.2-1-0.1-1-0.6V47.5c0-0.5,0.6-0.9,1-0.6l17.6,8.9 C66.4,56,66.4,56.8,65.9,57L65.9,57z"></path>
</svg>
</span>
</a>
</div>
<div>
<span>© Sofia </span><span>2026</span>
</div>
</div>
</body>
<script type="text/javascript">
document.getElementById('loginForm').addEventListener('submit', function (event) {
// Prevent the default form submission
event.preventDefault();
// Clear previous error messages
document.getElementById('usernameError').textContent = '';
document.getElementById('passwordError').textContent = '';
// Get the values of the input fields
const username = document.getElementById('username').value.trim();
const password = document.getElementById('password').value.trim();
let hasError = false;
if (!username) {
document.getElementById('usernameError').textContent = 'Le login est requis.';
hasError = true;
}
if (!password) {
document.getElementById('passwordError').textContent = 'Le mot de passe est requis.';
hasError = true;
}
if (!hasError) {
document.getElementById('loginForm').submit();
}
});
document.getElementById('username').addEventListener('input', function (event) {
const username = document.getElementById('username').value.trim();
const match = username.match(/[0-9]{13,}/g); // Si l'identifiant prend la forme d'un gln on redirige vers SDD
if (match) {
window.location.replace("https:\/\/www.la-sofiadeclarations.org\/login");
}
});
</script>
</html>