Найден корректный robots.txt
Файл управления сканированием сайта роботами
?
Robots.txt указывает поисковым роботам, какие страницы сканировать, а какие — нет. Ошибки в файле могут случайно закрыть важные разделы от индексации.
Robots.txt настроен корректно. Размер файла: 11664 байт. Загружен за: 0сек.
Проверяемая страница не запрещена в robots.txt.
Показать содержимое robots.txt
<!DOCTYPE html>
<html lang="it">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>fribbynetwork.net</title>
<style>
html {
scroll-behavior: smooth;
overflow: hidden;
-webkit-overflow-scrolling: touch;
user-select: none;
}
body {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 500vh;
margin: 0;
width: 100vw;
color:white;
}
@-webkit-keyframes rainbow {
0%{background-position:0% 82%}
50%{background-position:100% 19%}
100%{background-position:0% 82%}
}
@-moz-keyframes rainbow {
0%{background-position:0% 82%}
50%{background-position:100% 19%}
100%{background-position:0% 82%}
}
@-o-keyframes rainbow {
0%{background-position:0% 82%}
50%{background-position:100% 19%}
100%{background-position:0% 82%}
}
@keyframes rainbow {
0%{background-position:0% 82%}
50%{background-position:100% 19%}
100%{background-position:0% 82%}
}
.home, .hosting, .network, .informazioni, .contatti {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100vh;
width:100vw;
margin: 0;
min-width:250px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.home {
background: linear-gradient(124deg, #ff2400, #e81d1d, #e8b71d, #e3e81d, #1de840, #1ddde8, #2b1de8, #dd00f3, #dd00f3);
background-size: 1800% 1800%;
-webkit-animation: rainbow 40s linear infinite;
-z-animation: rainbow 40s linear infinite;
-o-animation: rainbow 40s linear infinite;
animation: rainbow 40s linear infinite;
}
.network {
flex-direction: row;
}
.hosting {
background-image: url("/img/hosting.webp");
}
.informazioni {
background-image: url("/img/informazioni.webp");
}
.contatti {
background-image: url("/img/contatti.webp");
}
.pagina {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100vh;
width: 100vw;
margin: 0;
}
.col1 {
position: absolute;
left:0;
background-color: #4e54c8;
}
.col2 {
position: absolute;
left:100vw;
background: linear-gradient(#FF0000, #FFFFFF, #FF0000);
}
.col3 {
position: absolute;
left:200vw;
background: linear-gradient(#83D123, #FFFFFF, #83D123);
}
.col4 {
position: absolute;
left:300vw;
background: linear-gradient(#FBB018, #FFFFFF, #FBB018);
}
.col5 {
position: absolute;
left:400vw;
background: linear-gradient(#47CEFF, #FFFFFF, #47CEFF);
}
.logo{
text-align:center;
font-family:Palanquin Dark, Monospace;
font-size:110px;
font-weight:bold;
line-height:150px;
text-shadow: 2px 2px 4px black;
}
.logo img{
width: 40vw;
height: auto;
margin-bottom: -50px;
max-width: 700px;
filter: drop-shadow(2px 2px 2px black);
}
.testo{
text-align:center;
font-family:Palanquin Dark, Monospace;
font-size:28px;
font-weight:bold;
line-height:24px;
width:90%;
text-shadow: 2px 2px 4px black;
}
.testo a, .testo link, .testo link:hover, .testo link:visited {
color:white;
}
.tag {
paint-order:stroke fill;
text-align:center;
font-family:Palanquin Dark, Monospace;
font-size:50px;
font-weight:bold;
text-shadow: 2px 2px 4px black;
}
.tag img{
height:60px;
width:60px;
top: 14px;
position: relative;
filter: drop-shadow(2px 2px 4px black);
padding-left:3px;
padding-right:3px;
}
.tag a, .tag link, .tag link:hover, .tag link:visited {
text-decoration:none;
color:white;
}
.freccia {
position: absolute;
width: 100px;
height: 100px;
text-align: center;
line-height: 25px;
bottom: calc(15vh - 50px);
left: calc(50% - 50px);
animation: muoviFreccia 5s infinite linear;
z-index:10;
}
.freccia img, .freccia-su img, .frecciadestra img, .frecciasinistra img{
height:100px;
width:100px;
filter: drop-shadow(2px 2px 4px black);
}
.freccia-su {
position: absolute;
width: 100px;
height: 100px;
text-align: center;
line-height: 25px;
left: calc(50% - 50px);
transform: rotate(180deg);
z-index:10;
}
.frecciadestra {
position: absolute;
width: 100px;
height: 100px;
text-align: center;
line-height: 25px;
right: 50px;
top: calc(50vh - 50px);
z-index:10;
transform: rotate(270deg);
}
.muoviDestra{
animation: muoviFrecciaDestra 5s infinite linear;
}
.frecciasinistra {
position: absolute;
width: 100px;
height: 100px;
text-align: center;
line-height: 25px;
left: 50px;
top: calc(50vh - 50px);
z-index:10;
transform: rotate(90deg);
}
.due{
bottom: unset;
top: calc(85vh - 50px);
}
.tre{
bottom: unset;
top: calc(285vh - 50px);
}
.quattro{
bottom: unset;
top: calc(385vh - 50px);
}
.cinque{
bottom: unset;
top: calc(485vh - 50px);
}
.duesu{
top: calc(15vh - 50px);
}
.tresu{
top: calc(215vh - 50px);
}
.quattrosu{
top: calc(315vh - 50px);
}
.cinquesu{
top: calc(415vh - 50px);
}
@keyframes muoviFreccia {
0%, 100% { bottom: calc(15vh - 50px); }
50% { bottom: calc(15vh - 100px);}
}
@keyframes muoviFrecciaDestra {
0%, 100% { right: 50px; }
50% { right: 100px;}
}
.info {
position: relative;
top: 0;
text-align:center;
}
.info img {
height: 150px;
width: auto;
filter: drop-shadow(2px 2px 2px black);
}
.circles {
position: absolute;
top: 0;
left: 0;
width: calc(100% - 40px);
height: 100vh;
overflow: hidden;
margin: 0;
}
.circles li{
position: absolute;
display: block;
list-style: none;
width: 20px;
height: 20px;
background: rgba(255, 255, 255, 0.3);
animation: animate 25s linear infinite;
bottom: -150px;
}
.circles li:nth-child(1){
left: 25%;
width: 80px;
height: 80px;
animation-delay: 0s;
}
.circles li:nth-child(2){
left: 10%;
width: 20px;
height: 20px;
animation-delay: 2s;
animation-duration: 12s;
}
.circles li:nth-child(3){
left: 70%;
width: 20px;
height: 20px;
animation-delay: 4s;
}
.circles li:nth-child(4){
left: 40%;
width: 60px;
height: 60px;
animation-delay: 0s;
animation-duration: 18s;
}
.circles li:nth-child(5){
left: 65%;
width: 20px;
height: 20px;
animation-delay: 0s;
}
.circles li:nth-child(6){
left: 75%;
width: 110px;
height: 110px;?>
animation-delay: 3s;
}
.circles li:nth-child(7){
left: 35%;
width: 150px;
height: 150px;
animation-delay: 7s;
}
.circles li:nth-child(8){
left: 50%;
width: 25px;
height: 25px;
animation-delay: 15s;
animation-duration: 45s;
}
.circles li:nth-child(9){
left: 20%;
width: 15px;
height: 15px;
animation-delay: 2s;
animation-duration: 35s;
}
.circles li:nth-child(10){
left: 85%;
width: 150px;
height: 150px;
animation-delay: 0s;
animation-duration: 11s;
}
@keyframes animate {
0%{
transform: translateY(0) rotate(0deg);
opacity: 1;
border-radius: 0;
}
100%{
transform: translateY(-1000px) rotate(720deg);
opacity: 0;
border-radius: 50%;
}
}
@media only screen and (max-width: 780px) {
.logo {
font-size:32px;
line-height:30px;
}
.tag {
font-size:18px
}
.tag img{
height:24px;
width:24px;
top: 8px;
position: relative;
filter: drop-shadow(2px 2px 4px black);
padding-left: 3px;
padding-right: 3px;
}
.freccia img{
height:50px;
width:50px;
}
.freccia{
height:50px;
width:50px;
left: calc(50% - 25px);
}
.frecciadestra, .frecciadestra img{
height:50px;
width:50px;
top: calc(50vh - 25px);
left: 50px;
}
.frecciasinistra, .frecciasinistra img{
height:50px;
width:50px;
top: calc(50vh - 25px);
right: 50px;
}
.freccia-su img, .freccia-su{
height:50px;
width:50px;
left: calc(50% - 25px);
}
.info img{
max-width:250px;
}
}
/* palanquin-dark-regular - latin_latin-ext */
@font-face {
font-display: swap;
font-family: \'Palanquin Dark\';
font-style: normal;
font-weight: 400;
src: url(\'../fonts/palanquin-dark-v16-latin_latin-ext-regular.woff2\') format(\'woff2\'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
</style>
</head>
<body>
<div class="home" id="home">
<div class="logo">fribbynetwork</div>
<div class="tag"><a href="#network">#network</a> <a href="#hosting">#hosting</a> <a href="#informazioni">#info</a> <a href="#contatti">#contatti</a></div>
<div class="freccia"><a href="#network"><img src="img/freccia.svg"></a></div>
</div>
<div class="network" id="network">
<div class="pagina col1">
<div class="freccia-su duesu"><a href="#home"><img src="img/freccia.svg"></a></div>
<div class="logo">network</div>
<div class="tag">Portali e siti web tematici</div>
<ul class="circles">
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
<div class="freccia due"><a href="#hosting"><img src="img/freccia.svg"></a></div>
<div class="frecciadestra muoviDestra"><a href="#sottocosto"><img src="img/freccia.svg"></a></div>
</div>
<div class="pagina col2" id="sottocosto">
<div class="frecciasinistra"><a href="#network"><img src="img/freccia.svg"></a></div>
<div class="logo"><a href="https://sottocos.to"><img src="https://www.fribbynetwork.net/img/sottocosto.svg"/></a></div>
<div class="tag" style="color: #FF0000;">Offerte e Codici sconto</div>
<div class="frecciadestra"><a href="#fribbynet"><img src="img/freccia.svg"></a></div>
</div>
<div class="pagina col3" id="fribbynet">
<div class="frecciasinistra"><a href="#sottocosto"><img src="img/freccia.svg"></a></div>
<div class="logo"><a href="https://www.fribby.net"><img src="https://www.fribbynetwork.net/img/fribby.svg"/></a></div>
<div class="tag" style="color: #83D123;">Informatica e Tecnologia</div>
<div class="frecciadestra"><a href="#daticloud"><img src="img/freccia.svg"></a></div>
</div>
<div class="pagina col4" id="daticloud">
<div class="frecciasinistra"><a href="#fribbynet"><img src="img/freccia.svg"></a></div>
<div class="logo"><a href="https://www.daticloud.it"><img src="https://www.fribbynetwork.net/img/daticloud.svg"/></a></div>
<div class="tag" style="color: #FBB018;">Software e Grafica</div>
<div class="frecciadestra"><a href="#gatto"><img src="img/freccia.svg"></a></div>
</div>
<div class="pagina col5" id="gatto">
<div class="frecciasinistra"><a href="#daticloud"><img src="img/freccia.svg"></a></div>
<div class="logo"><a href="https://gat.to"><img src="https://www.fribbynetwork.net/img/gatto.png"/></a></div>
<div class="tag" style="color: #48ADF5;">Accorciatore di URL</div>
<div class="frecciadestra"><a href="#network"><img src="img/freccia.svg"></a></div>
</div>
</div>
<div class="hosting" id ="hosting">
<div class="freccia-su tresu"><a href="#network"><img src="img/freccia.svg"></a></div>
<div class="logo">hosting</div>
<div class="tag">Creiamo e gestiamo siti internet a 360°</div>
<div class="freccia tre"><a href="#informazioni"><img src="img/freccia.svg"></a></div>
</div>
<div class="informazioni" id="informazioni">
<div class="freccia-su quattrosu"><a href="#hosting"><img src="img/freccia.svg"></a></div>
<div class="logo">info</div>
<div class="tag">Siamo una piccola realtà di Bologna, operativa dal 2013.</div>
<div class="info"><img src="img/dati-fribbynetwork.svg"/></div>
<div class="freccia quattro"><a href="#contatti"><img src="img/freccia.svg"></a></div>
</div>
<div class="contatti" id="contatti">
<div class="freccia-su cinquesu"><a href="#informazioni"><img src="img/freccia.svg"></a></div>
<div class="logo">contatti</div>
<div class="testo">Per informazioni o richieste potete contattarci all'indirizzo e-mail:</div>
<div class="tag">info<img src="img/at.svg"/>fribbynetwork.net</div>
<div class="freccia cinque"><a href="#home"><img src="img/freccia.svg"></a></div>
</div>
</body>
</html>