Найден корректный robots.txt
Файл управления сканированием сайта роботами
?
Robots.txt указывает поисковым роботам, какие страницы сканировать, а какие — нет. Ошибки в файле могут случайно закрыть важные разделы от индексации.
Robots.txt настроен корректно. Размер файла: 10356 байт. Загружен за: 0сек.
Проверяемая страница не запрещена в robots.txt.
Цепочка редиректов для файла robots.txt:
http://lancheira.com/robots.txt
307 RedirectKeepVerb
https://theeatingclub.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">
<title>The Eating Club | International Members-Only Dining, Delivery & Takeaway</title>
<meta name="description" content="The Eating Club — an international dining club for anyone who takes eating seriously — or just loves a good meal — in or out. Priority reservations, delivery, and takeaway across 30+ cities worldwide.">
<meta name="keywords" content="dining club, members-only restaurants, priority reservations, food delivery membership, takeaway priority, fine dining, quick serve, boutique grocery, deli, pizza, group dining deals, corporate catering, international dining club, first-party ordering, restaurant membership">
<meta name="author" content="The Eating Club">
<meta name="date" content="2026-07-04">
<meta property="og:title" content="The Eating Club">
<meta property="og:description" content="Priority reservations, delivery, and takeaway across fine dining, quick serve, grocery, deli, and pizza — in 30+ cities worldwide. Join the waitlist.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://theeatingclub.com">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="The Eating Club">
<meta name="twitter:description" content="Members-only priority dining, delivery, and takeaway. Fine dining to quick serve. Pizza to Peking duck. Worldwide.">
<link rel="icon" type="image/png" sizes="256x256" href="/favicon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon.png">
<link rel="apple-touch-icon" sizes="256x256" href="/favicon.png">
<link rel="shortcut icon" href="/favicon.png">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Organization",
"@id": "https://theeatingclub.com/#organization",
"name": "The Eating Club",
"url": "https://theeatingclub.com",
"description": "An international members club for anyone who takes eating seriously — or just loves a good meal — in or out, spanning the full spectrum of dining from fine dining to quick serve, boutique grocery, deli, and pizza — on-premises, takeaway, and delivery, via first-, second-, and third-party ordering."
},
{
"@type": "WebSite",
"@id": "https://theeatingclub.com/#website",
"name": "The Eating Club",
"url": "https://theeatingclub.com",
"datePublished": "2026-07-04",
"publisher": { "@id": "https://theeatingclub.com/#organization" }
},
{
"@type": "Service",
"@id": "https://theeatingclub.com/#service",
"name": "The Eating Club",
"description": "International dining membership featuring priority reservations, delivery, and takeaway across fine dining, quick serve, boutique grocery, deli, and pizza. On-premises dining, takeaway, and delivery via first-party, second-party, and third-party ordering. Group dining deals and corporate catering included.",
"priceRange": "$-$$$$$",
"areaServed": [
"San Francisco", "New York", "London", "Doha", "Toronto", "Sydney", "Delhi",
"Ireland", "Taiwan", "Miami", "Austin", "Chicago", "Philadelphia", "Mexico City",
"São Paulo", "Paris", "Berlin", "Los Angeles", "Boston", "Seattle", "Atlanta",
"Washington", "Portland", "Phoenix", "Dallas", "Orlando", "Tampa", "Charlotte",
"Columbus", "Minneapolis", "Manchester"
],
"knowsAbout": [
"pizza", "hamburger", "sushi", "peking duck", "beef stroganoff", "coxinha",
"biryani", "tandoori", "kebab", "pad thai", "ugali", "pho", "adobo",
"fish and chips", "cheeseburger", "fried chicken", "cheesesteak",
"pão de queijo", "chicken wings", "mac and cheese", "chili", "tacos",
"feijoada", "picanha", "moqueca", "acarajé", "brigadeiro", "beef brisket",
"fajitas", "paella", "lasagne", "dim sum", "falafel", "doner"
],
"serviceType": [
"Fine Dining",
"Quick Serve",
"Boutique Grocery",
"Deli",
"Pizza",
"On-Premises Dining",
"Takeaway",
"Delivery",
"First-Party Ordering",
"Second-Party Ordering",
"Third-Party Ordering",
"Priority Reservations",
"Group Dining Deals",
"Corporate Catering"
],
"offers": {
"@type": "Offer",
"availability": "https://schema.org/PreOrder",
"description": "Membership waitlist now open"
}
}
]
}
</script>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
line-height: 1.7;
color: #1a1a1a;
background: #fafafa;
font-size: 16px;
min-height: 100vh;
}
.header {
background: #fafafa;
padding: 2rem;
text-align: center;
}
.header h1 {
font-family: Georgia, 'Times New Roman', serif;
font-weight: 300;
font-size: 1.8rem;
letter-spacing: 0.03em;
color: #2c3e50;
}
.header h1 a {
text-decoration: none;
color: inherit;
border-bottom: none;
}
.header h1 a:hover {
border-bottom: none;
color: #1a1a1a;
}
.container {
max-width: 800px;
margin: 0 auto;
padding: 2rem 2.5rem;
text-align: center;
}
.cartoon-section {
margin-bottom: 2.5rem;
}
.cartoon-image {
max-width: 100%;
height: auto;
border-radius: 4px;
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
border: 1px solid #e8e8e8;
cursor: pointer;
transition: all 0.2s ease;
}
.cartoon-image:hover {
transform: translateY(-2px);
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}
.cta-section {
text-align: center;
padding: 2rem 0;
margin-bottom: 1rem;
}
.cta-subtitle {
font-size: 1.1rem;
color: #5a6c7d;
margin-bottom: 0.75rem;
max-width: 600px;
margin-left: auto;
margin-right: auto;
font-weight: 300;
line-height: 1.6;
}
.cta-subtext {
font-size: 0.95rem;
color: #7f8c8d;
margin-bottom: 0;
font-weight: 400;
}
.signup-section {
background: #ffffff;
border: 1px solid #e8e8e8;
border-radius: 4px;
padding: 2.5rem;
margin-bottom: 2rem;
}
.substack-container {
display: flex;
justify-content: center;
}
.substack-container iframe {
border-radius: 4px;
border: 1px solid #e8e8e8 !important;
}
.footer {
background: #fafafa;
padding: 2rem;
text-align: center;
margin-top: 2rem;
}
.footer-content {
max-width: 800px;
margin: 0 auto;
}
.footer-content p {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
font-size: 0.85rem;
color: #95a5a6;
line-height: 1.5;
}
a {
color: #2c3e50;
text-decoration: none;
border-bottom: 1px solid #bdc3c7;
transition: border-color 0.2s ease;
}
a:hover {
border-bottom-color: #2c3e50;
}
/* Tablet */
@media (max-width: 768px) {
.header {
padding: 1.25rem 1.5rem;
}
.header h1 {
font-size: 1.2rem;
}
.container {
padding: 1.5rem;
}
.signup-section {
padding: 2rem 1.5rem;
}
.substack-container iframe {
width: 100% !important;
max-width: 480px;
}
.footer {
padding: 1.5rem 1rem;
}
.footer-content p {
font-size: 0.85rem;
}
.cta-subtitle {
font-size: 1rem;
}
}
/* Mobile */
@media (max-width: 480px) {
.header {
padding: 1rem;
}
.header h1 {
font-size: 1.1rem;
}
.container {
padding: 1rem;
}
.cartoon-section {
margin-bottom: 1.5rem;
}
.cta-section {
padding: 1.5rem 0;
}
.cta-subtitle {
font-size: 0.95rem;
margin-bottom: 1.5rem;
}
.signup-section {
padding: 1.5rem 1rem;
}
.substack-container iframe {
width: 100% !important;
height: 150px !important;
}
.footer {
padding: 1.25rem 1rem;
}
.footer-content p {
font-size: 0.8rem;
}
}
</style>
</head>
<body>
<div class="header">
<h1><a href="#signup">The Eating Club</a></h1>
</div>
<div class="container">
<div class="cartoon-section">
<img src="/doggo-treats.jpg" alt="The Eating Club dining" class="cartoon-image">
</div>
<div class="cta-section">
<p class="cta-subtitle">There's an invite waiting... specifically for you!</p>
<p class="cta-subtext">While you think about who you most want to eat with in coming weeks, get your invite.</p>
</div>
<div class="signup-section" id="signup">
<div class="substack-container">
<iframe src="https://theeatingclub.substack.com/embed" width="480" height="150" style="border: 1px solid #EEE; background: white" frameborder="0" scrolling="no"></iframe>
</div>
</div>
</div>
<footer class="footer">
<div class="footer-content">
<p>©2026 The Eating Club. Dine out. Order. Takeaway. Travel. Picnics. Events. Catering. And more.</p>
</div>
</footer>
<script>
// Smooth scrolling for clicking on the cartoon image
document.querySelector('.cartoon-image').addEventListener('click', function(e) {
e.preventDefault();
document.querySelector('#signup').scrollIntoView({
behavior: 'smooth'
});
});
</script>
</body>
</html>