Найден корректный robots.txt
Файл управления сканированием сайта роботами
?
Robots.txt указывает поисковым роботам, какие страницы сканировать, а какие — нет. Ошибки в файле могут случайно закрыть важные разделы от индексации.
Robots.txt настроен корректно. Размер файла: 17235 байт. Загружен за: 2сек.
Проверяемая страница не запрещена в robots.txt.
Цепочка редиректов для файла robots.txt:
http://tinytim.org/robots.txt
301 MovedPermanently
https://artistdirect.com/artist/tiny-tim/55426
200 OK
Показать содержимое robots.txt
<link rel="apple-touch-icon" sizes="57x57" href="https://www.artistdirect.com/icons/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="https://www.artistdirect.com/icons/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="https://www.artistdirect.com/icons/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="https://www.artistdirect.com/icons/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="https://www.artistdirect.com/icons/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="https://www.artistdirect.com/icons/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="https://www.artistdirect.com/icons/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="https://www.artistdirect.com/icons/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="https://www.artistdirect.com/icons/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="https://www.artistdirect.com/icons/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://www.artistdirect.com/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="https://www.artistdirect.com/icons/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="https://www.artistdirect.com/icons/favicon-16x16.png">
<link rel="manifest" href="https://www.artistdirect.com/icons/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="https://www.artistdirect.com/icons/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<script src="https://analytics.ahrefs.com/analytics.js" data-key="qZRdcK2tM0VYP+h2Reu/jg" async></script>
<!-- Privacy-friendly analytics by Plausible -->
<script async src="https://plausible.io/js/pa-gkwfc_3bNuvHhrIwZnnJ6.js"></script>
<script>
window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(i){plausible.o=i||{}};
plausible.init()
</script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-NY3V6VTQEG"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-NY3V6VTQEG');
</script>
<style>
.site-header {
width: 100%;
padding: 28px 0; /* slightly more breathing room */
display: flex;
justify-content: center;
align-items: center;
position: relative;
z-index: 10;
}
.logo-link {
display: inline-block;
}
/* 🔥 BIGGER LOGO */
.site-logo {
width: 440px; /* ⬅️ was 220px → now 2x */
max-width: 92%; /* keeps it responsive */
height: auto;
animation: float 4s ease-in-out infinite;
transition: transform 0.2s ease;
}
@keyframes float {
0% { transform: translateY(0px); }
50% { transform: translateY(-6px); }
100% { transform: translateY(0px); }
}
/* WOBBLE */
@keyframes wobble {
0% { transform: translate(0px, 0px) rotate(0deg); }
25% { transform: translate(-3px, 1px) rotate(-1deg); }
50% { transform: translate(3px, -1px) rotate(1deg); }
75% { transform: translate(-2px, 2px) rotate(0deg); }
100% { transform: translate(0px, 0px) rotate(0deg); }
}
.site-logo:hover {
animation: wobble 0.35s ease-in-out;
}
.site-logo:active {
transform: scale(0.96);
}
/* subtle shadow under logo */
.site-header::after {
content: "";
position: absolute;
bottom: 4px;
width: 180px;
height: 14px;
background: radial-gradient(
ellipse at center,
rgba(0,0,0,0.18) 0%,
rgba(0,0,0,0) 70%
);
filter: blur(5px);
}
/* 🔥 MOBILE FIX */
@media (max-width: 600px) {
.site-logo {
width: 300px;
}
}
</style>
<header class="site-header">
<a href="/" class="logo-link">
<img
src="https://www.artistdirect.com/artistdirect_logo_white.png"
alt="ArtistDirect"
class="site-logo"
>
</a>
</header>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Tiny Tim | ArtistDirect</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="A falsetto that seemed to float somewhere between novelty and sincerity, paired with a ukulele and a deep love of early American popular music, defined the">
<link rel="canonical" href="https://www.artistdirect.com/artist/tiny-tim/55426">
<script async src="https://plausible.io/js/pa-gkwfc_3bNuvHhrIwZnnJ6.js"></script>
<style>
body {
margin: 0;
font-family: 'Inter', Arial, sans-serif;
background: linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%);
color: #111;
}
/* =========================
HEADER
========================= */
.header {
text-align: center;
padding: 60px 20px 30px;
}
/* =========================
TOP NAV
========================= */
.top-nav {
display: flex;
justify-content: center;
gap: 14px;
flex-wrap: wrap;
margin-bottom: 40px;
}
.top-nav a {
text-decoration: none;
color: #111;
font-weight: 700;
font-size: 13px;
letter-spacing: .6px;
text-transform: uppercase;
padding: 10px 16px;
border-radius: 999px;
background: #fff;
border: 1px solid rgba(0,0,0,.08);
transition: all .2s ease;
box-shadow: 0 2px 10px rgba(0,0,0,.04);
}
.top-nav a:hover {
background: #d40000;
color: #fff;
transform: translateY(-2px);
}
/* =========================
TITLE
========================= */
.header h1 {
font-size: 42px;
font-weight: 800;
margin: 0;
letter-spacing: -.02em;
line-height: 1.1;
}
/* =========================
IMAGE
========================= */
.artist-image {
margin-top: 28px;
}
.artist-image img {
width: 100%;
max-width: 540px;
border-radius: 18px;
box-shadow: 0 18px 40px rgba(0,0,0,0.18);
}
/* =========================
CONTENT
========================= */
.container {
max-width: 860px;
margin: 0 auto;
padding: 20px;
}
.back-link {
display: inline-block;
margin-bottom: 24px;
text-decoration: none;
color: #d40000;
font-weight: 700;
transition: opacity .2s ease;
}
.back-link:hover {
opacity: .75;
}
.bio {
background: #fff;
padding: 36px;
border-radius: 22px;
box-shadow: 0 8px 30px rgba(0,0,0,0.06);
}
.bio p {
font-size: 17px;
line-height: 1.85;
color: #222;
margin: 0 0 26px;
}
.bio p:last-child {
margin-bottom: 0;
}
/* =========================
INLINE LINKS
========================= */
.bio a {
color: #c40000;
text-decoration: none;
font-weight: 700;
border-bottom: 1px solid rgba(196,0,0,.2);
transition: all .15s ease;
}
.bio a:hover {
color: #ff0000;
border-color: rgba(255,0,0,.5);
}
/* =========================
FOOTER
========================= */
.site-footer {
margin-top: 70px;
padding: 50px 20px;
text-align: center;
background: #0d0d0d;
color: #fff;
border-top: 4px solid #d40000;
}
.footer-links {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 18px;
margin-bottom: 18px;
}
.footer-links a {
color: #fff;
text-decoration: none;
font-size: 13px;
font-weight: 700;
letter-spacing: .5px;
text-transform: uppercase;
transition: all .2s ease;
opacity: .9;
}
.footer-links a:hover {
color: #ff2d2d;
opacity: 1;
}
.footer-copy {
font-size: 13px;
color: rgba(255,255,255,.65);
letter-spacing: .3px;
}
/* =========================
RESPONSIVE
========================= */
@media (max-width: 768px) {
.header h1 {
font-size: 34px;
}
.bio {
padding: 26px;
}
.bio p {
font-size: 16px;
line-height: 1.8;
}
.top-nav {
gap: 10px;
}
.top-nav a {
font-size: 12px;
padding: 9px 14px;
}
}
</style>
</head>
<body>
<div class="header">
<div class="top-nav">
<a href="/artist/">Artists</a>
<a href="/glossary/">Glossary</a>
<a href="/sounds/">Sounds</a>
<a href="/about/">About</a>
</div>
<h1>Tiny Tim</h1>
<div class="artist-image">
<img src="https://artistdirect.com/artist/images/tiny-tim.png" alt="Tiny Tim">
</div>
</div>
<div class="container">
<a class="back-link" href="/artist/">← Back to Artists</a>
<div class="bio">
<p>A falsetto that seemed to float somewhere between novelty and sincerity, paired with a <a href="/glossary/ukulele">ukulele</a> and a deep love of early American popular <a href="/glossary/music">music</a>, defined the singular presence of Tiny Tim. Emerging into mainstream visibility in the late 1960s, he arrived not as a conventional pop artist, but as a performer whose entire identity challenged expectations. With his elongated features, vintage attire, and theatrical delivery, Tiny Tim blurred the line between parody and genuine musical devotion, leaving audiences unsure whether to laugh, admire, or simply watch in fascination.</p>
<p>Born Herbert Khaury, he developed an early obsession with the <a href="/glossary/music">music</a> of the early 20th century—vaudeville songs, Tin Pan Alley compositions, and forgotten ballads that had long since fallen out of popular rotation. Rather than treating these as relics, he revived them with a kind of reverence, often performing with meticulous attention to their original phrasing and style. His choice of material reflected a deep knowledge of musical history, positioning him less as a novelty act and more as a preservationist working through an unconventional lens.</p>
<p>His breakthrough moment came with “Tiptoe Through the Tulips,” a <a href="/glossary/song">song</a> that became inseparable from his image. Delivered in his distinctive falsetto, the track felt both whimsical and unsettling, its sweetness amplified to an almost surreal degree. The performance captured the essence of his appeal: something rooted in innocence yet presented with an intensity that made it impossible to ignore. Appearances on television, particularly on The Tonight Show Starring Johnny Carson, brought him into millions of homes, where his persona became a cultural talking point.</p>
<p>Beyond the surface, Tiny Tim’s work revealed a complex relationship with performance and identity. While many viewed him as eccentric or comedic, there was a clear intention behind his choices. His use of falsetto, his repertoire, and his visual presentation all contributed to a cohesive artistic statement—one that rejected contemporary trends in favor of something entirely his own. In a decade defined by transformation in <a href="/glossary/music">music</a> and <a href="/artist/culture/419217">culture</a>, he stood apart by moving in the opposite direction, drawing from the past rather than the present.</p>
<p>His highly publicized marriage to Miss Vicki, broadcast live on television, further cemented his place in popular <a href="/artist/culture/419217">culture</a>, turning a personal moment into a media spectacle. This event reflected the broader fascination with his persona, where the boundaries between his private life and public image became increasingly blurred. Yet even amid the attention, his focus on <a href="/glossary/music">music</a> remained consistent, continuing to perform and record with the same dedication to his chosen style.</p>
<p>As the cultural landscape shifted in the 1970s and beyond, Tiny Tim’s mainstream visibility declined, but his commitment to performance did not. He continued to appear in smaller venues, maintaining a connection with audiences who appreciated his uniqueness and his deep musical knowledge. In these settings, the theatrical aspects of his persona often gave way to a more direct engagement with the <a href="/glossary/music">music</a> itself, revealing a performer who remained deeply invested in his craft.</p>
<p>His legacy occupies a space that resists easy categorization. He has been described as a novelty act, a <a href="/artist/cult/419211">cult</a> figure, and a musical historian, yet none of these labels fully capture the scope of his work. What remains clear is that he operated outside conventional frameworks, creating a body of work that feels both tied to a specific moment and entirely separate from it. His influence can be seen in <a href="/glossary/artists">artists</a> who embrace eccentricity and individuality as central components of their identity.</p>
<p>Tiny Tim’s recordings and <a href="/glossary/performances">performances</a> continue to evoke a sense of curiosity and intrigue, inviting listeners to reconsider their assumptions about authenticity, performance, and musical value. His work challenges the idea that sincerity must conform to expectation, demonstrating that devotion to an art form can <a href="/glossary/take">take</a> many shapes. In that sense, his career stands as an exploration of how far an artist can push beyond the boundaries of convention while remaining true to a personal vision.</p>
<p>There is also an underlying sense of vulnerability within his <a href="/glossary/performances">performances</a>, where the exaggerated qualities of his voice and persona coexist with moments of genuine emotion. This duality creates a tension that gives his work lasting resonance, encouraging listeners to look beyond surface impressions and engage more deeply with the intent behind the presentation.</p>
<p>Tiny Tim remains a figure defined by contrast—past and present, humor and sincerity, spectacle and scholarship. His place in music history is not built on fitting into a movement or <a href="/glossary/genre">genre</a>, but on standing apart from them entirely. In doing so, he created something that continues to be discussed, revisited, and reinterpreted, long after the era that first brought him into the spotlight.</p>
</div>
</div>
<footer style="
margin-top:60px;
padding:35px 20px;
text-align:center;
background:linear-gradient(180deg,#fafafa,#f2f2f2);
border-top:1px solid rgba(0,0,0,.08);
font-family:Arial,sans-serif;
">
<div style="
margin-bottom:18px;
line-height:2;
font-size:15px;
font-weight:700;
">
<a href="/news/" style="color:#222;text-decoration:none;margin:0 12px;">News</a>
<a href="/artist/" style="color:#222;text-decoration:none;margin:0 12px;">Artists</a>
<a href="/glossary/" style="color:#222;text-decoration:none;margin:0 12px;">Glossary</a>
<a href="/sounds/" style="color:#222;text-decoration:none;margin:0 12px;">Sounds</a>
<a href="/headlines/" style="color:#222;text-decoration:none;margin:0 12px;">Headlines</a>
<a href="/about/" style="color:#222;text-decoration:none;margin:0 12px;">About</a>
</div>
<div style="
margin-bottom:16px;
font-size:12px;
font-weight:800;
text-transform:uppercase;
letter-spacing:.12em;
color:#888;
line-height:2;
">
Network:
<a href="https://www.musicnews.com/" style="color:#d60018;text-decoration:none;margin:0 8px;">MusicNews.com</a>
•
<a href="https://www.entertainmentnews.com/" style="color:#d60018;text-decoration:none;margin:0 8px;">EntertainmentNews.com</a>
•
<a href="https://www.blab.com/" style="color:#d60018;text-decoration:none;margin:0 8px;">Blab</a>
•
<a href="https://music.blab.com" style="color:#d60018;text-decoration:none;margin:0 8px;">Blab Music</a>
•
<a href="https://tech.blab.com" style="color:#d60018;text-decoration:none;margin:0 8px;">Blab Tech</a>
</div>
<div style="
margin-bottom:16px;
font-size:12px;
font-weight:800;
text-transform:uppercase;
letter-spacing:.12em;
color:#888;
line-height:2;
">
<a href="https://www.soundstock.com/news/" style="color:#d60018;text-decoration:none;margin:0 8px;">Sound Stock News</a>
•
<a href="https://www.daily49er.com/" style="color:#d60018;text-decoration:none;margin:0 8px;">Daily49er</a>
•
<a href="https://www.freetimes.com/" style="color:#d60018;text-decoration:none;margin:0 8px;">FreeTimes</a>
</div>
<div style="
color:#999;
font-size:12px;
font-weight:600;
">
© 2026 ArtistDirect LLC
</div>
</footer>
</body>
</html>