Найден корректный robots.txt
Файл управления сканированием сайта роботами
?
Robots.txt указывает поисковым роботам, какие страницы сканировать, а какие — нет. Ошибки в файле могут случайно закрыть важные разделы от индексации.
Robots.txt настроен корректно. Размер файла: 8444 байт. Загружен за: 1сек.
Проверяемая страница не запрещена в robots.txt.
Цепочка редиректов для файла robots.txt:
http://forestcouncil.org/robots.txt
301 MovedPermanently
http://www.forestcouncil.org/
200 OK
Показать содержимое robots.txt
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>Native Forest Council — Protecting Public Lands</title>
<meta name="description" content="Native Forest Council strives to preserve and protect every acre of publicly owned land in the United States through advocacy, education, and action." />
<style>
:root{
--bg:#0b120e;
--panel:rgba(255,255,255,.06);
--panel2:rgba(255,255,255,.10);
--text:rgba(255,255,255,.92);
--muted:rgba(255,255,255,.72);
--muted2:rgba(255,255,255,.52);
--line:rgba(255,255,255,.14);
--accent:#2e7d32;
--accent-soft:rgba(46,125,50,.25);
--radius:18px;
--shadow:0 18px 60px rgba(0,0,0,.55);
--max:1080px;
}
*{box-sizing:border-box}
html,body{height:100%}
body{
margin:0;
font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
color:var(--text);
background:
radial-gradient(900px 600px at 15% 20%, rgba(46,125,50,.25), transparent 55%),
radial-gradient(900px 600px at 85% 25%, rgba(30,90,45,.18), transparent 55%),
linear-gradient(180deg,#07100b,#0c1510 60%,#07100b);
}
a{color:inherit;text-decoration:none}
.wrap{display:flex;justify-content:center;padding:24px 18px}
.shell{width:100%;max-width:var(--max);display:flex;flex-direction:column;gap:18px}
header{
display:flex;align-items:center;justify-content:space-between;
padding:14px 18px;
border:1px solid var(--line);
border-radius:calc(var(--radius) - 6px);
background:rgba(255,255,255,.03);
backdrop-filter:blur(10px);
}
.brand{display:flex;align-items:center;gap:12px}
.logo{
width:44px;height:44px;
border-radius:14px;border:1px solid var(--line);
background:
radial-gradient(circle at 30% 30%, rgba(46,125,50,.55), transparent 60%),
radial-gradient(circle at 70% 65%, rgba(255,255,255,.25), transparent 62%),
linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,.02));
}
.brand h1{margin:0;font-size:16px}
.brand p{margin:2px 0 0;font-size:12px;color:var(--muted2)}
.tag{
display:inline-flex;align-items:center;gap:8px;
padding:8px 12px;border-radius:999px;
border:1px solid var(--accent);
background:var(--accent-soft);
font-size:12px;white-space:nowrap;
}
.dot{width:8px;height:8px;border-radius:99px;background:var(--accent)}
main{display:grid;grid-template-columns:1.5fr .5fr;gap:18px}
.card{
border:1px solid var(--line);
border-radius:var(--radius);
background:var(--panel);
box-shadow:var(--shadow);
backdrop-filter:blur(12px);
}
.hero{padding:30px 28px 26px}
.hero h2{
margin:0 0 10px;
font-size:clamp(28px,3.2vw,42px);
line-height:1.1;
}
.hero p{
margin:0 0 16px;
font-size:15px;
line-height:1.6;
color:var(--muted);
max-width:64ch;
}
.actions{display:flex;gap:10px;margin-bottom:18px}
.btn{
display:inline-flex;align-items:center;justify-content:center;
padding:12px 16px;border-radius:14px;
border:1px solid var(--line);
background:rgba(255,255,255,.05);
font-size:14px;cursor:pointer;
transition:.15s ease;
}
.btn:hover{
transform:translateY(-1px);
background:rgba(255,255,255,.07);
border-color:rgba(255,255,255,.22);
}
.btn.primary{
border-color:var(--accent);
background:linear-gradient(180deg, rgba(46,125,50,.32), rgba(46,125,50,.12));
}
.grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:14px;
}
.tile{
border:1px solid var(--line);
border-radius:16px;
padding:16px 14px;
background:rgba(0,0,0,.16);
}
.tile h3{margin:0 0 6px;font-size:14px}
.tile p{margin:0;font-size:12.5px;color:var(--muted2);line-height:1.55}
aside{display:flex;flex-direction:column;gap:18px}
.side{padding:18px 16px}
.side h3{margin:0 0 10px;font-size:14px}
.list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}
.item{
border:1px solid var(--line);
border-radius:16px;
padding:12px 12px;
background:rgba(255,255,255,.03);
}
.item .title{margin:0 0 6px;font-size:13px;font-weight:650}
.item .desc{margin:0;font-size:12.5px;color:var(--muted2);line-height:1.55}
footer{
display:flex;justify-content:space-between;flex-wrap:wrap;
gap:10px;padding:14px 16px;
border:1px solid var(--line);
border-radius:calc(var(--radius) - 6px);
background:rgba(255,255,255,.03);
font-size:12px;color:var(--muted2);
}
@media(max-width:920px){
main{grid-template-columns:1fr}
.grid{grid-template-columns:1fr}
}
.btn:focus,a:focus{
outline:3px solid rgba(46,125,50,.45);
outline-offset:3px;
}
</style>
</head>
<body>
<div class="wrap">
<div class="shell">
<header>
<div class="brand">
<div class="logo" aria-hidden="true"></div>
<div>
<h1>Native Forest Council</h1>
<p>Protecting America’s public lands</p>
</div>
</div>
<div class="tag">
<span class="dot" aria-hidden="true"></span>
Conservation & advocacy
</div>
</header>
<main>
<section class="card hero">
<h2>Defending every acre of publicly owned land</h2>
<p>
The Native Forest Council is dedicated to preserving and protecting
publicly owned lands across the United States. Through advocacy,
education, and community engagement, we work to ensure forests,
wilderness areas, and public lands remain intact for future generations.
</p>
<div class="actions">
<button class="btn primary">Our mission</button>
<button class="btn">Get involved</button>
</div>
<div class="grid">
<div class="tile">
<h3>Public land protection</h3>
<p>Advocating for strong policies that safeguard national forests and public lands.</p>
</div>
<div class="tile">
<h3>Education & awareness</h3>
<p>Providing information to help the public understand threats to native forests.</p>
</div>
<div class="tile">
<h3>Community action</h3>
<p>Empowering citizens to take action in defense of America’s natural heritage.</p>
</div>
</div>
</section>
<aside>
<section class="card side">
<h3>Our values</h3>
<ul class="list">
<li class="item">
<p class="title">Conservation</p>
<p class="desc">Long-term protection of ecosystems and biodiversity.</p>
</li>
<li class="item">
<p class="title">Public interest</p>
<p class="desc">Public lands belong to everyone and must be preserved.</p>
</li>
</ul>
</section>
<section class="card side">
<h3>About the organization</h3>
<ul class="list">
<li class="item">
<p class="title">Non-profit advocacy</p>
<p class="desc">Focused on policy, education, and citizen engagement.</p>
</li>
<li class="item">
<p class="title">Nationwide scope</p>
<p class="desc">Active across the United States.</p>
</li>
</ul>
</section>
</aside>
</main>
<footer>
<div>© <span id="year"></span> Native Forest Council</div>
<div>Public lands • Forests • Conservation</div>
</footer>
</div>
</div>
<script>
document.getElementById('year').textContent = new Date().getFullYear();
</script>
</body>
</html>