Найден корректный robots.txt
Файл управления сканированием сайта роботами
?
Robots.txt указывает поисковым роботам, какие страницы сканировать, а какие — нет. Ошибки в файле могут случайно закрыть важные разделы от индексации.
Кол-во редиректов для файла robots.txt 3 слишком большое! Это может вызывать затруднение при индексации поисковыми роботами!
Проверяемая страница не запрещена в robots.txt.
Цепочка редиректов для файла robots.txt:
http://magicvideodepot.com/robots.txt
302 Found
http://martyfalada.com/
301 MovedPermanently
https://martyfalada.com/
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 http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<title>Martin Falada</title>
<meta name="description" content="Martin Falada — software developer, ham radio operator (K9BTX), and tech enthusiast." />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://www.martyfalada.com/" />
<!-- Open Graph -->
<meta property="og:type" content="profile" />
<meta property="og:title" content="Martin Falada" />
<meta property="og:description" content="Software developer, ham radio operator (K9BTX), and tech enthusiast." />
<meta property="og:url" content="https://www.martyfalada.com/" />
<meta property="og:image" content="https://www.martyfalada.com/assets/photo.png" />
<meta property="profile:first_name" content="Martin" />
<meta property="profile:last_name" content="Falada" />
<meta property="profile:username" content="martyf81" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@martyf81" />
<meta name="twitter:title" content="Martin Falada" />
<meta name="twitter:description" content="Software developer, ham radio operator (K9BTX), and tech enthusiast." />
<meta name="twitter:image" content="https://www.martyfalada.com/assets/photo.png" />
<!-- Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Martin Falada",
"url": "https://www.martyfalada.com/",
"image": "https://www.martyfalada.com/assets/photo.png",
"sameAs": [
"https://www.facebook.com/martyf81",
"https://twitter.com/martyf81",
"https://www.instagram.com/martyf81",
"https://www.linkedin.com/in/martyf81",
"https://github.com/martyf81",
"https://telegram.me/martyf81"
]
}
</script>
<!-- Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ERT01DF79Z"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-ERT01DF79Z');
</script>
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
<link rel="apple-touch-icon" href="assets/apple-touch-icon.png" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lexend:wght@300;400;700&display=swap" rel="stylesheet">
<style>
*, *::before, *::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: 'Lexend', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
background: #0f0f0f;
color: #e0e0e0;
min-height: 100vh;
display: flex;
flex-direction: column;
}
main {
flex: 1;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 3rem 1.5rem;
text-align: center;
}
.profile-photo {
width: 210px;
height: 210px;
border-radius: 50%;
object-fit: cover;
border: 4px solid #2a2a2a;
box-shadow: 0 4px 20px rgba(0,0,0,0.5);
margin-bottom: 1.25rem;
background: #2a2a2a;
}
.profile-photo-placeholder {
width: 210px;
height: 210px;
border-radius: 50%;
border: 4px solid #2a2a2a;
box-shadow: 0 4px 20px rgba(0,0,0,0.5);
margin-bottom: 1.25rem;
background: #2a2a2a;
display: flex;
align-items: center;
justify-content: center;
font-size: 3rem;
color: #555;
}
h1 {
font-size: 2.2rem;
font-weight: 700;
color: #f0f0f0;
margin-bottom: 1rem;
}
.social-links {
display: flex;
gap: 1rem;
align-items: center;
justify-content: center;
flex-wrap: wrap;
margin-bottom: 2.5rem;
}
.social-links a {
display: inline-flex;
align-items: center;
justify-content: center;
width: 42px;
height: 42px;
border-radius: 50%;
background: #1e1e1e;
color: #aaa;
font-size: 1.1rem;
text-decoration: none;
box-shadow: 0 2px 8px rgba(0,0,0,0.4);
transition: background 0.2s, color 0.2s, transform 0.15s;
}
.social-links a:hover {
background: #333;
color: #fff;
transform: translateY(-2px);
}
.social-links a.facebook:hover { background: #1877f2; }
.social-links a.twitter:hover { background: #1da1f2; }
.social-links a.instagram:hover { background: #e1306c; }
.social-links a.linkedin:hover { background: #0a66c2; }
.social-links a.github:hover { background: #24292e; }
.social-links a.telegram:hover { background: #2ca5e0; }
.social-links a.email:hover { background: #ea4335; }
.about {
max-width: 520px;
font-size: 1rem;
line-height: 1.7;
color: #999;
margin-bottom: 1.5rem;
}
.callsign {
display: inline-block;
background: #1e1e1e;
border: 1px solid #2e2e2e;
border-radius: 8px;
padding: 0.6rem 1.2rem;
font-size: 0.95rem;
color: #aaa;
box-shadow: 0 1px 6px rgba(0,0,0,0.3);
}
.callsign strong {
color: #f0f0f0;
}
footer {
text-align: center;
padding: 1.25rem;
font-size: 0.8rem;
color: #555;
border-top: 1px solid #1e1e1e;
background: #0a0a0a;
}
</style>
</head>
<body>
<main>
<img
src="assets/photo.png"
alt="Martin Falada"
class="profile-photo"
onerror="this.style.display='none'; document.getElementById('photo-placeholder').style.display='flex';"
/>
<div id="photo-placeholder" class="profile-photo-placeholder" style="display:none;">
<i class="fa-solid fa-user"></i>
</div>
<h1>Martin Falada</h1>
<div class="social-links">
<a href="https://www.facebook.com/martyf81" class="facebook" aria-label="Facebook" target="_blank" rel="noopener">
<i class="fa-brands fa-facebook-f"></i>
</a>
<a href="https://twitter.com/martyf81" class="twitter" aria-label="Twitter / X" target="_blank" rel="noopener">
<i class="fa-brands fa-x-twitter"></i>
</a>
<a href="https://www.instagram.com/martyf81" class="instagram" aria-label="Instagram" target="_blank" rel="noopener">
<i class="fa-brands fa-instagram"></i>
</a>
<a href="https://www.linkedin.com/in/martyf81" class="linkedin" aria-label="LinkedIn" target="_blank" rel="noopener">
<i class="fa-brands fa-linkedin-in"></i>
</a>
<a href="https://github.com/martyf81" class="github" aria-label="GitHub" target="_blank" rel="noopener">
<i class="fa-brands fa-github"></i>
</a>
<a href="https://telegram.me/martyf81" class="telegram" aria-label="Telegram" target="_blank" rel="noopener">
<i class="fa-brands fa-telegram"></i>
</a>
<a href="mailto:marty@falada.com" class="email" aria-label="Email">
<i class="fa-solid fa-envelope"></i>
</a>
</div>
<div class="callsign">
<i class="fa-solid fa-radio" style="margin-right:0.4rem;color:#666;"></i>
FCC CallSign — <strong>K9BTX</strong> — General Class
</div>
</main>
<footer>
© 2005–<span id="copy-year"></span> Martin Falada. All rights reserved.
<script>document.getElementById('copy-year').textContent = new Date().getFullYear();</script>
</footer>
</body>
</html>