Найден корректный robots.txt
Файл управления сканированием сайта роботами
?
Robots.txt указывает поисковым роботам, какие страницы сканировать, а какие — нет. Ошибки в файле могут случайно закрыть важные разделы от индексации.
Кол-во редиректов для файла robots.txt 3 слишком большое! Это может вызывать затруднение при индексации поисковыми роботами!
Проверяемая страница не запрещена в robots.txt.
Цепочка редиректов для файла robots.txt:
http://t411.me/robots.txt
308 PermanentRedirect
https://t411.me/robots.txt
302 Found
https://www.t411.me/?utm_source=root&utm_medium=root&utm_campaign=https://t411.me/robots.txt
200 OK
Показать содержимое robots.txt
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Grab a free subdomain at t411.me through FreeDNS. Perfect for personal sites, blogs, side projects, and home servers.">
<title>Grab a free yoursite.t411.me subdomain with FreeDNS</title>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="preconnect" href="https://fonts.bunny.net">
<link rel="preconnect" href="https://fonts.bunny.net" crossorigin>
<link href="https://fonts.bunny.net/css2?family=Carter+One&display=swap" rel="stylesheet">
<style>
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
min-height: 100vh;
padding: 24px;
background: #f1f6f9;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
font-size: 15px;
line-height: 1.65;
color: #4a4f69;
}
.skip-link {
position: absolute;
left: -9999px;
top: auto;
width: 1px;
height: 1px;
overflow: hidden;
background: #2d2f3e;
color: #ffffff;
padding: 8px 16px;
z-index: 100;
text-decoration: none;
}
.skip-link:focus {
left: 0;
top: 0;
width: auto;
height: auto;
overflow: visible;
}
.container {
max-width: 700px;
margin: 40px auto;
}
.domain-display {
font-family: "Carter One", system-ui;
font-weight: 400;
font-style: normal;
font-size: clamp(20px, 4.5vw, 36px);
color: #8a9cb4;
text-align: left;
margin-bottom: 32px;
letter-spacing: -1.5px;
line-height: 1.15;
text-shadow:
-1px -1px 0 #ffffff,
1px -1px 0 #ffffff,
-1px 1px 0 #ffffff,
1px 1px 0 #ffffff,
-3.2px 3.8px 4px #e0e8f1;
max-width: 100%;
overflow-wrap: break-word;
display: flex;
align-items: center;
gap: 12px;
}
.header-icon {
width: clamp(28px, 5vw, 42px);
height: clamp(28px, 5vw, 42px);
flex-shrink: 0;
fill: #f9a9b4;
filter: drop-shadow(-1px -1px 0 #ffffff) drop-shadow(1px -1px 0 #ffffff) drop-shadow(-1px 1px 0 #ffffff) drop-shadow(1px 1px 0 #ffffff) drop-shadow(-3.2px 3.8px 4px #e0e8f1);
}
.highlight-wrapper {
position: relative;
display: inline-block;
}
.highlight {
color: #f9a9b4;
text-shadow:
-1px -1px 0 #ffffff,
1px -1px 0 #ffffff,
-1px 1px 0 #ffffff,
1px 1px 0 #ffffff,
-3.2px 3.8px 4px #e0e8f1;
}
.highlight-wrapper svg {
position: absolute;
left: 0;
bottom: 2px;
width: 100%;
height: 12px;
overflow: visible;
}
.highlight-wrapper svg path {
fill: none;
stroke: #f9a9b4;
stroke-width: 3;
stroke-linecap: round;
}
.main-box {
background: #ffffff;
padding: 32px;
border: 1px solid #e0e8f0;
box-shadow: 0 4px 6px rgba(0,0,0,0.02);
}
p {
margin-bottom: 16px;
}
a {
color: #4a4f69;
text-decoration-color: #bde0fe;
}
a:hover {
color: #f9a9b4;
}
code {
background: #f0f7ff;
padding: 2px 5px;
font-family: "SF Mono", Monaco, "Courier New", monospace;
font-size: 13px;
color: #4a4f69;
}
.cta {
display: block;
background: #bde0fe;
color: #2d2f3e;
text-align: center;
padding: 13px 20px;
text-decoration: none;
font-weight: 600;
margin: 24px 0;
transition: all 0.25s ease;
}
.cta:hover {
background: #a8d4fc;
color: #2d2f3e;
box-shadow: 0 2px 8px rgba(189, 224, 254, 0.5);
}
.cta-domain {
text-decoration: underline;
text-decoration-color: #4a4f69;
text-underline-offset: 2px;
}
h2 {
font-size: 15px;
font-weight: 600;
color: #2d2f3e;
margin: 28px 0 12px 0;
}
ul {
padding-left: 20px;
margin-bottom: 16px;
}
li {
margin-bottom: 8px;
}
.note {
background: #fdf2f4;
padding: 16px 18px;
margin: 24px 0;
font-size: 14px;
border-left: 3px solid #f1d6db;
}
.callouts {
background: #f0f7ff;
padding: 16px 18px;
margin: 24px 0;
font-size: 14px;
border: 1px solid #bde0fe;
}
.callouts-title {
font-weight: 600;
font-size: 14px;
color: #4a4f69;
margin-bottom: 10px;
}
.callouts ul {
margin: 0;
}
hr.divider {
border: none;
border-top: 1px solid #eef2f5;
margin: 28px 0;
}
.freedns-section {
text-align: center;
}
.freedns-title {
font-weight: 600;
font-size: 14px;
color: #2d2f3e;
margin-bottom: 8px;
}
.freedns-links {
font-size: 13px;
margin-bottom: 12px;
}
.freedns-links a {
margin: 0 8px;
color: #4a4f69;
}
.freedns-links a:hover {
color: #f9a9b4;
}
.premium {
font-size: 13px;
font-style: italic;
margin-bottom: 8px;
}
.premium a {
text-decoration: underline;
text-decoration-color: #bde0fe;
}
.premium a:hover {
color: #f9a9b4;
}
.disclaimer {
font-size: 12px;
color: #4a4f69;
margin-bottom: 0;
}
footer.footer {
display: flex;
justify-content: space-between;
align-items: center;
padding: 18px 0;
font-size: 12px;
color: #aeb4c5;
}
footer.footer a {
color: #aeb4c5;
}
footer.footer a:hover {
color: #f9a9b4;
}
.kopimi {
display: flex;
align-items: center;
gap: 8px;
text-decoration: underline;
text-decoration-color: #bde0fe;
color: #aeb4c5;
}
.kopimi:hover {
color: #f9a9b4;
}
.kopimi svg {
width: 22px;
height: 22px;
fill: currentColor;
}
.footer-right {
display: flex;
gap: 8px;
align-items: center;
}
.footer-right .sep {
color: #ddd;
}
@media (max-width: 480px) {
body {
padding: 16px;
}
.domain-display {
font-size: clamp(18px, 5vw, 28px);
gap: 8px;
}
.header-icon {
width: clamp(24px, 6vw, 32px);
height: clamp(24px, 6vw, 32px);
}
.highlight-wrapper svg {
height: 8px;
bottom: 0;
}
.main-box {
padding: 24px 20px;
}
.cta {
word-wrap: break-word;
overflow-wrap: break-word;
hyphens: auto;
}
.freedns-links a {
display: inline-block;
margin: 4px 8px;
}
footer.footer {
flex-direction: column;
gap: 12px;
text-align: center;
}
.footer-right {
flex-direction: column;
gap: 4px;
}
.footer-right .sep {
display: none;
}
}
</style>
</head>
<body>
<!-- Skip link for keyboard users -->
<a href="#main-content" class="skip-link">Skip to main content</a>
<!-- SVG definitions (hidden from screen readers) -->
<svg width="0" height="0" style="position: absolute;" aria-hidden="true">
<defs>
<linearGradient id="underline-gradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#e07a88" />
<stop offset="100%" stop-color="#7bb8e0" />
</linearGradient>
</defs>
</svg>
<div class="container">
<header>
<h1 class="domain-display" aria-label="yoursite.t411.me - Free subdomain available">
<svg class="header-icon" viewBox="0 0 1200 1200" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
<path d="m556.25 827.45c-2.2461 0-4.5117-0.32422-6.7266-0.98828-41.355-12.395-79.434-35.168-110.12-65.855-30.695-30.695-53.465-68.773-65.855-110.12-23.684-79.039-8.6094-165.67 40.328-231.73 7.7383-10.449 16.328-20.41 25.527-29.609l231.48-231.48c49.613-49.609 115.57-76.934 185.73-76.934 70.164 0 136.12 27.324 185.73 76.934 102.41 102.41 102.41 269.05 0 371.47l-231.48 231.48c-9.1953 9.1953-19.156 17.781-29.609 25.527-9.3242 6.9062-22.312 5.9492-30.523-2.2578-8.2109-8.2109-9.1719-21.195-2.2617-30.523 40.188-54.25 52.555-125.42 33.09-190.38-2.4766-8.2539-0.21875-17.207 5.8789-23.301l114.92-114.92c16.977-16.977 26.324-39.547 26.324-63.555 0-24.008-9.3477-46.578-26.324-63.555-35.043-35.043-92.066-35.043-127.11 0l-195.87 195.87c-12.086 12.086-20.434 27.285-24.141 43.938-6.7266 30.238 2.2969 61.332 24.141 83.172 21.844 21.844 52.941 30.875 83.176 24.141 7.8203-1.7422 15.992 0.63672 21.66 6.3047 5.668 5.668 8.0469 13.836 6.3047 21.664-5.6445 25.367-18.352 48.5-36.754 66.902l-80.949 80.949c-4.4531 4.457-10.441 6.8633-16.566 6.8633zm131.2-653.22 16.574 16.574-231.48 231.48c-7.5742 7.5703-14.641 15.766-21.004 24.363-40.188 54.25-52.559 125.42-33.094 190.38 10.168 33.941 28.879 65.211 54.102 90.434 21.953 21.953 48.492 38.973 77.391 49.727l70.691-70.695c4.0469-4.0469 7.668-8.4336 10.844-13.113-31.785-2.6172-61.953-16.328-85.23-39.605-33.242-33.242-46.977-80.527-36.754-126.5 5.6445-25.367 18.352-48.504 36.754-66.906l195.87-195.87c53.324-53.324 140.08-53.32 193.41 0 25.832 25.832 40.055 60.172 40.055 96.703s-14.223 70.871-40.055 96.699l-105.34 105.34c8.6484 35.879 9.5234 72.977 3.0664 108.71l175.96-175.97c84.137-84.137 84.137-221.04 0-305.18-84.133-84.133-221.04-84.137-305.18 0z"/>
<path d="m343.39 1119.2c-67.262 0-134.53-25.605-185.73-76.809-49.609-49.613-76.934-115.57-76.934-185.73 0-70.164 27.32-136.12 76.934-185.73l231.48-231.48c9.1992-9.1992 19.164-17.789 29.609-25.527 9.3242-6.9102 22.312-5.9492 30.523 2.2617 8.2109 8.2109 9.1719 21.191 2.2578 30.523-40.188 54.25-52.555 125.42-33.094 190.38 2.4766 8.2539 0.21484 17.207-5.8789 23.301l-114.92 114.92c-35.043 35.043-35.043 92.066 0 127.11 16.977 16.977 39.547 26.324 63.555 26.324 24.008 0 46.578-9.3477 63.555-26.324l195.87-195.87c12.086-12.086 20.434-27.285 24.141-43.938 6.7266-30.238-2.2969-61.332-24.141-83.172s-52.934-30.867-83.176-24.141c-7.8242 1.7344-15.992-0.63672-21.66-6.3047-5.668-5.668-8.0469-13.836-6.3047-21.664 5.6445-25.367 18.352-48.5 36.754-66.902l80.949-80.949c6.0977-6.0977 15.039-8.3555 23.301-5.8789 41.352 12.391 79.434 35.164 110.12 65.855 30.691 30.691 53.465 68.773 65.855 110.12 23.684 79.039 8.6094 165.67-40.328 231.73-7.7461 10.457-16.332 20.418-25.527 29.609l-231.48 231.48c-51.203 51.207-118.47 76.812-185.73 76.812zm23.379-591.1-175.97 175.97c-84.137 84.137-84.137 221.04 0 305.18 84.133 84.137 221.04 84.133 305.18 0l231.48-231.48c7.5664-7.5664 14.637-15.766 21.008-24.367 40.188-54.25 52.555-125.42 33.09-190.38-10.172-33.941-28.879-65.211-54.098-90.434-21.953-21.957-48.496-38.973-77.391-49.723l-70.691 70.695c-4.0469 4.0469-7.668 8.4336-10.844 13.113 31.785 2.6172 61.953 16.328 85.23 39.605 33.242 33.242 46.977 80.527 36.754 126.5-5.6445 25.367-18.352 48.504-36.754 66.906l-195.87 195.87c-25.828 25.832-60.172 40.055-96.699 40.055-36.531 0-70.871-14.223-96.703-40.055-53.32-53.324-53.32-140.08 0-193.41l105.34-105.34c-8.6406-35.883-9.5156-72.973-3.0586-108.71z"/>
</svg>
<span>https://<span class="highlight-wrapper"><span class="highlight">yoursite</span><svg viewBox="0 0 100 12" preserveAspectRatio="none" aria-hidden="true"><path d="M2 9 Q50 0 98 9" /></svg></span>.t411.me</span>
</h1>
</header>
<main id="main-content" class="main-box">
<p>This domain is being shared freely through <a href="https://freedns.afraid.org/" target="_blank" rel="noopener" title="Visit FreeDNS - Free DNS hosting service" data-cabin-event="intro-freedns">FreeDNS</a>. You can claim a subdomain like <code>yoursite.t411.me</code> at no cost and use it for your next fun project.</p>
<a href="https://freedns.afraid.org/domain/registry/?sort=5&q=t411.me&submit=SEARCH" target="_blank" rel="noopener" title="Claim your free subdomain at FreeDNS" class="cta" data-cabin-event="cta-grab">Grab <span class="cta-domain">yoursite.t411.me</span> at FreeDNS <span aria-hidden="true">→</span></a>
<h2 id="how-free">How is this free?</h2>
<p>Domains are fun to collect, but sometimes it's hard to find uses for all of them. Rather than let them sit idle, some domain owners choose to share the joy of great domains with the community. This is one of those domains.</p>
<p><a href="https://freedns.afraid.org/" target="_blank" rel="noopener" title="Visit FreeDNS - Free DNS hosting service" data-cabin-event="howfree-freedns">FreeDNS</a> is a dynamic DNS service that has been helping people run their own corners of the internet since 2001. Many domain owners make their domains available through FreeDNS, allowing anyone to sign up and claim a subdomain.</p>
<h2 id="why-grab">Why grab a subdomain?</h2>
<ul>
<li>Host your personal site, blog, or side project</li>
<li><a href="https://freedns.afraid.org/guide/dd-wrt/" target="_blank" rel="noopener" title="Learn about using dynamic DNS with FreeDNS" data-cabin-event="whygrab-dynamicdns">Free dynamic DNS</a> for your home server or lab</li>
<li>Get a memorable URL without buying a domain</li>
<li>Join the <a href="https://en.wikipedia.org/wiki/IndieWeb" target="_blank" rel="noopener" title="Learn about the IndieWeb movement on Wikipedia" data-cabin-event="whygrab-indieweb">IndieWeb</a> and make the web a little more personal</li>
</ul>
<h2 id="works-with">Works great with</h2>
<ul>
<li><a href="https://help.tumblr.com/knowledge-base/domain-connections/" target="_blank" rel="noopener" title="Tumblr custom domain setup guide" data-cabin-event="workswith-tumblr">Tumblr</a> - connect a custom domain to your blog</li>
<li><a href="https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site" target="_blank" rel="noopener" title="GitHub Pages custom domain documentation" data-cabin-event="workswith-github">GitHub Pages</a> - host project sites with your own URL</li>
<li><a href="https://neocities.org/supporter" target="_blank" rel="noopener" title="Neocities supporter features including custom domains" data-cabin-event="workswith-neocities">Neocities</a> - free static web hosting with custom domain support</li>
<li>Any service that supports custom domains or CNAME records</li>
</ul>
<aside class="note" role="note" aria-label="Usage guidelines">
<strong>Spread joy:</strong> Domains in this portfolio may evoke nostalgia for an earlier internet, including for past websites. But we're not here to recreate the past, we're here to build new things. Please use subdomains for good, don't be a jerk, and always comply with the <a href="https://freedns.afraid.org/signup/aup/" target="_blank" rel="noopener" title="FreeDNS Acceptable Use Policy" data-cabin-event="spreadjoy-aup">FreeDNS acceptable use policy</a>. Bad behavior can ruin the fun for everyone!
</aside>
<aside class="callouts" role="note" aria-label="Important considerations">
<div class="callouts-title">A few things to keep in mind</div>
<ul>
<li>This is provided as-is with no warranty or expectation of continued availability. The domain could be removed from FreeDNS at any time with no notice, which could break any subdomains you've created, even if they are being used.</li>
<li>You should not use these subdomains for anything critical, including for important websites or email services.</li>
<li>Subdomains on shared domains are not indexed by Google by default. <a href="https://freedns.afraid.org/faq/#16" target="_blank" rel="noopener" title="FreeDNS FAQ - How to request Google indexing" data-cabin-event="callouts-indexing">Learn how to request indexing.</a></li>
</ul>
</aside>
<hr class="divider" aria-hidden="true">
<nav class="freedns-section" aria-label="FreeDNS resources">
<div class="freedns-title" id="freedns-links-title">FreeDNS Links</div>
<div class="freedns-links" role="list" aria-labelledby="freedns-links-title">
<a href="https://freedns.afraid.org/faq/" target="_blank" rel="noopener" title="FreeDNS Frequently Asked Questions" role="listitem" data-cabin-event="freednslinks-faq">FAQ</a>
<a href="https://freedns.afraid.org/signup/aup/" target="_blank" rel="noopener" title="FreeDNS Acceptable Use Policy" role="listitem" data-cabin-event="freednslinks-aup">Acceptable Use Policy</a>
<a href="https://freedns.afraid.org/contact/" target="_blank" rel="noopener" title="Contact FreeDNS" role="listitem" data-cabin-event="freednslinks-contact">Contact</a>
<a href="https://freedns.afraid.org/contact/" target="_blank" rel="noopener" title="Report abuse of a FreeDNS subdomain" role="listitem" data-cabin-event="freednslinks-abuse">Report Abuse</a>
</div>
<p class="premium">Love FreeDNS? Consider <a href="https://freedns.afraid.org/pricing/" target="_blank" rel="noopener" title="FreeDNS premium plans and pricing" data-cabin-event="freednslinks-premium">upgrading to premium</a> to support the service.</p>
<p class="disclaimer">This site is not owned or endorsed by FreeDNS.</p>
</nav>
</main>
<footer class="footer" role="contentinfo">
<a href="https://kopimi.com/" target="_blank" rel="noopener" title="Vibes are free, Kopimi" class="kopimi" data-cabin-event="footer-kopimi">
<svg viewBox="-80 0 770 800" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img"><path d="M 441.07873,720.52422 L 347.83986,787.1277 L -69.186171,492.03434 L -69.186171,240.99589 L 24.052701,175.42161 L 173.64996,279.93086 L 173.64996,69.884463 L 266.89405,3.2796868 L 361.15821,69.884463 L 361.15821,279.92955 L 428.78306,232.79617 L 508.7127,289.15717 L 589.64549,231.77349 L 683.91486,298.37826 L 683.91486,549.4115 L 589.64549,614.98708 L 508.7127,557.60861 L 441.07873,605.76208 L 441.07873,720.52422 z M -43.573458,240.99589 L 24.052701,289.15717 L 92.702847,240.99589 L 24.052701,192.83982 L -43.573458,240.99589 z M 37.374959,298.37826 L 104.99981,346.53173 L 173.65127,298.37826 L 106.0251,250.21438 L 37.374959,298.37826 z M 117.29678,355.75413 L 185.94433,403.91019 L 254.59578,355.75413 L 185.94433,307.59806 L 117.29678,355.75413 z M 266.89405,21.724487 L 198.2426,69.884463 L 266.89405,118.03533 L 335.53638,69.884463 L 266.89405,21.724487 z M 266.89405,136.48403 L 198.2426,184.6401 L 266.89405,232.79617 L 334.52151,183.61742 L 266.89405,136.48403 z M 266.89405,250.21568 L 198.2426,298.37957 L 266.89405,346.53303 L 334.52151,298.37957 L 266.89405,250.21568 z M 198.2426,413.13259 L 266.89405,460.26598 L 334.52151,412.11251 L 266.89405,364.97262 L 198.2426,413.13259 z M 279.18971,469.48317 L 347.83986,517.63923 L 415.4582,469.48317 L 347.83986,421.33492 L 279.18971,469.48317 z M 428.78437,250.21568 L 360.12901,298.37957 L 427.76168,346.53303 L 496.40792,298.37957 L 428.78437,250.21568 z M 589.64679,250.21568 L 522.01672,298.37957 L 589.64679,346.53303 L 658.29563,298.37957 L 589.64679,250.21568 z"/></svg>
<span>Vibes are free, Kopimi.</span>
</a>
<div class="footer-right">
<a href="https://withcabin.com/" target="_blank" rel="noopener" title="Cabin - Privacy-preserving web analytics" data-cabin-event="footer-cabin">Analytics by Cabin</a>
<span class="sep" aria-hidden="true">//</span>
<a href="https://bad.download/nostalgia-dns" target="_blank" rel="noopener" title="bad.download - Nostalgia DNS" data-cabin-event="footer-baddownload">bad.download/nostalgia-dns</a>
</div>
</footer>
</div>
<script async defer src="https://wormhole.t411.me/hello.js"></script>
</body>
</html>