Найден корректный robots.txt
Файл управления сканированием сайта роботами
?
Robots.txt указывает поисковым роботам, какие страницы сканировать, а какие — нет. Ошибки в файле могут случайно закрыть важные разделы от индексации.
Robots.txt настроен корректно. Размер файла: 16252 байт. Загружен за: 0сек.
Проверяемая страница не запрещена в robots.txt.
Показать содержимое robots.txt
# As a condition of accessing this website, you agree to abide by the following
# content signals:
# (a) If a Content-Signal = yes, you may collect content for the corresponding
# use.
# (b) If a Content-Signal = no, you may not collect content for the
# corresponding use.
# (c) If the website operator does not include a Content-Signal for a
# corresponding use, the website operator neither grants nor restricts
# permission via Content-Signal with respect to the corresponding use.
# The content signals and their meanings are:
# search: building a search index and providing search results (e.g., returning
# hyperlinks and short excerpts from your website's contents). Search does not
# include providing AI-generated search summaries.
# ai-input: inputting content into one or more AI models (e.g., retrieval
# augmented generation, grounding, or other real-time taking of content for
# generative AI search answers).
# ai-train: training or fine-tuning AI models.
# use: how AI systems may consume the content (immediate, reference, or full).
# ANY RESTRICTIONS EXPRESSED VIA CONTENT SIGNALS ARE EXPRESS RESERVATIONS OF
# RIGHTS UNDER ARTICLE 4 OF THE EUROPEAN UNION DIRECTIVE 2019/790 ON COPYRIGHT
# AND RELATED RIGHTS IN THE DIGITAL SINGLE MARKET.
# BEGIN Cloudflare Managed content
User-agent: *
Content-Signal: search=yes,ai-train=no,use=reference
Allow: /
User-agent: Amazonbot
Disallow: /
User-agent: Applebot-Extended
Disallow: /
User-agent: Bytespider
Disallow: /
User-agent: CCBot
Disallow: /
User-agent: ClaudeBot
Disallow: /
User-agent: CloudflareBrowserRenderingCrawler
Disallow: /
User-agent: Google-Extended
Disallow: /
User-agent: GPTBot
Disallow: /
User-agent: meta-externalagent
Disallow: /
# END Cloudflare Managed Content
<!DOCTYPE html>
<html lang="id">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>LISA4EXETER - Hub Fanbase Terbesar Lisa BLACKPINK</title>
<meta name="description" content="Komunitas dan fanbase utama untuk Lisa. Dapatkan update jadwal terbaru, galeri foto hd, proyek fans, dan info *comeback* terkini di lisa4exeter.com.">
<link rel="canonical" href="https://lisa4exeter.com/">
<link rel="alternate" hreflang="id-id" href="https://kombo99.lisa4exeter.com/" />
<link rel="amphtml" href="https://kombo99.lisa4exeter.com/" />
<link rel="icon" href="https://ik.imagekit.io/g84gmblrw/20260501201621000000d4bc4a2819__KOMBO99__52x52.webp?updatedAt=1779787331149" />
<!-- Open Graph / Meta Sosial -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://lisa4exeter.com/">
<meta property="og:title" content="LISA4EXETER - Tempat Berkumpulnya Lilies & Blinks">
<meta property="og:description" content="Update harian, jadwal proyek, streaming guide, dan galeri foto eksklusif Lisa.">
<meta property="og:image" content="https://lisa4exeter.com/assets/fanbase-banner.jpg">
<meta name="google-site-verification" content="TZWC_USgXc5o-NxEG8Wh--G-iQ_f-zRTqssTbGWEWpk" />
<!-- Google Fonts -->
<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=Montserrat:wght@400;600;700;800&family=Space+Grotesk:wght@500;700&display=swap" rel="stylesheet">
<style>
:root {
--accent-color: #ffd700; /* Gold khas Lisa */
--bg-dark: #0a0a0a;
--card-dark: #141414;
--text-light: #ffffff;
--text-muted: #b3b3b3;
--border-color: #222222;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: 'Montserrat', sans-serif;
background-color: var(--bg-dark);
color: var(--text-light);
line-height: 1.6;
overflow-x: hidden;
}
a {
text-decoration: none;
color: inherit;
transition: color 0.3s ease;
}
/* Navbar */
header {
background-color: rgba(10, 10, 10, 0.95);
border-bottom: 1px solid var(--border-color);
position: sticky;
top: 0;
z-index: 100;
backdrop-filter: blur(10px);
}
.nav-container {
max-width: 1200px;
margin: 0 auto;
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px;
}
.logo {
font-family: 'Space Grotesk', sans-serif;
font-size: 22px;
font-weight: 700;
letter-spacing: 1px;
}
.logo span {
color: var(--accent-color);
}
.nav-menu {
display: flex;
gap: 25px;
list-style: none;
font-weight: 600;
font-size: 14px;
text-transform: uppercase;
}
.nav-menu li a:hover {
color: var(--accent-color);
}
/* Hero Banner */
.hero {
position: relative;
height: 60vh;
min-height: 400px;
background: linear-gradient(0deg, var(--bg-dark) 0%, rgba(0,0,0,0.4) 100%), url('https://lisa4exeter.com/assets/hero-bg.jpg') center/cover no-repeat;
display: flex;
align-items: flex-end;
padding: 40px 20px;
}
.hero-content {
max-width: 1200px;
margin: 0 auto;
width: 100%;
}
.badge {
background-color: var(--accent-color);
color: #000;
padding: 5px 12px;
font-weight: 700;
font-size: 11px;
text-transform: uppercase;
border-radius: 4px;
display: inline-block;
margin-bottom: 15px;
}
.hero h1 {
font-family: 'Space Grotesk', sans-serif;
font-size: 48px;
font-weight: 700;
line-height: 1.2;
margin-bottom: 10px;
}
/* Grid Layout */
.main-grid {
max-width: 1200px;
margin: 40px auto;
padding: 0 20px;
display: grid;
grid-template-columns: 2fr 1fr;
gap: 30px;
}
@media (max-width: 992px) {
.main-grid {
grid-template-columns: 1fr;
}
.hero h1 { font-size: 32px; }
}
.section-title {
font-family: 'Space Grotesk', sans-serif;
font-size: 22px;
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 20px;
border-left: 4px solid var(--accent-color);
padding-left: 12px;
}
/* Updates / News Feed */
.news-list {
display: flex;
flex-direction: column;
gap: 20px;
margin-bottom: 40px;
}
.news-card {
background-color: var(--card-dark);
border: 1px solid var(--border-color);
border-radius: 8px;
padding: 20px;
display: flex;
gap: 20px;
}
.news-thumb {
width: 120px;
height: 120px;
background-color: #222;
border-radius: 6px;
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: center;
font-size: 12px;
color: var(--text-muted);
}
.news-details {
display: flex;
flex-direction: column;
justify-content: center;
}
.news-date {
font-size: 12px;
color: var(--accent-color);
font-weight: 600;
margin-bottom: 5px;
}
.news-details h3 {
font-size: 18px;
margin-bottom: 8px;
}
.news-details p {
color: var(--text-muted);
font-size: 14px;
}
/* Schedule Sidebar */
.sidebar-box {
background-color: var(--card-dark);
border: 1px solid var(--border-color);
border-radius: 8px;
padding: 20px;
margin-bottom: 25px;
}
.schedule-list {
list-style: none;
}
.schedule-item {
padding: 12px 0;
border-bottom: 1px solid var(--border-color);
display: flex;
gap: 15px;
}
.schedule-item:last-child {
border-bottom: none;
}
.date-badge {
background-color: #222;
padding: 5px 10px;
border-radius: 4px;
text-align: center;
min-width: 50px;
font-size: 12px;
font-weight: 600;
}
.date-badge span {
display: block;
color: var(--accent-color);
font-size: 14px;
}
.event-info h4 {
font-size: 14px;
font-weight: 600;
}
.event-info p {
font-size: 12px;
color: var(--text-muted);
}
/* Streaming Goals Component */
.goal-bar-container {
margin-top: 15px;
}
.goal-meta {
display: flex;
justify-content: space-between;
font-size: 12px;
margin-bottom: 5px;
}
.progress-bar {
background-color: #222;
height: 8px;
border-radius: 4px;
overflow: hidden;
}
.progress-fill {
background-color: var(--accent-color);
height: 100%;
width: 78%; /* Contoh Progres */
}
/* Footer */
footer {
background-color: #050505;
border-top: 1px solid var(--border-color);
color: var(--text-muted);
padding: 40px 20px;
text-align: center;
font-size: 13px;
}
</style>
<!-- Struktur Data Schema.org untuk Info Organisasi/Fanbase -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"url": "https://lisa4exeter.com/",
"name": "LISA4EXETER",
"description": "Fanbase Platform Resmi untuk Lisa"
}
</script>
</head>
<body>
<!-- Navigasi Utama -->
<header>
<div class="nav-container">
<a href="https://lisa4exeter.com/" class="logo">LISA4<span>EXETER</span></a>
<ul class="nav-menu">
<li><a href="https://kombo99.lisa4exeter.com/">Berita</a></li>
<li><a href="https://kombo99.lisa4exeter.com/">Jadwal</a></li>
<li><a href="https://kombo99.lisa4exeter.com/">Galeri</a></li>
<li><a href="https://kombo99.lisa4exeter.com/">Proyek Fans</a></li>
</ul>
</div>
</header>
<!-- Hero Banner Utama -->
<section class="hero">
<div class="hero-content">
<span class="badge">Update Terkini</span>
<h1>Lisa Sukses Mengguncang Panggung Mode & Musik Global Pekan Ini</h1>
</div>
</section>
<!-- Grid Utama Konten -->
<div class="main-grid">
<!-- Kolom Kiri: Berita/Update Feed -->
<main>
<h2 class="section-title">Berita & Pembaruan</h2>
<div class="news-list">
<article class="news-card">
<div class="news-details">
<span class="news-date">20 JUNI 2026</span>
<h3><a href="#">Koleksi Foto Teaser Comeback Terbaru - Eksklusif HD</a></h3>
<p>Simak kompilasi foto konsep beresolusi tinggi untuk era comeback terbaru yang baru saja dirilis malam ini.</p>
</div>
</article>
<article class="news-card">
<div class="news-details">
<span class="news-date">18 JUNI 2026</span>
<h3><a href="#">Pengumuman Proyek Dukungan Ulang Tahun Skala Besar</a></h3>
<p>Detail penggalangan dana dan rencana pemasangan LED banner global untuk menyambut selebrasi mendatang.</p>
</div>
</article>
<article class="news-card">
<div class="news-details">
<span class="news-date">15 JUNI 2026</span>
<h3><a href="#">Panduan Lengkap Streaming Spotify & YouTube Resmi</a></h3>
<p>Pastikan pemutaran musik Anda terhitung valid di chart global. Ikuti panduan setlist playlist terupdate di sini.</p>
</div>
</article>
</div>
</main>
<!-- Kolom Kanan: Jadwal & Streaming Target -->
<aside>
<!-- Widget Jadwal -->
<div class="sidebar-box">
<h3 class="section-title" style="font-size: 16px; margin-bottom: 15px;">Jadwal Terdekat</h3>
<ul class="schedule-list">
<li class="schedule-item">
<div class="date-badge">JUN <span>24</span></div>
<div class="event-info">
<h4>Penampilan Live Acara Musik</h4>
<p>16:00 WIB • Broadcast TV Global</p>
</div>
</li>
<li class="schedule-item">
<div class="date-badge">JUN <span>28</span></div>
<div class="event-info">
<h4>Rilis Wawancara Majalah</h4>
<p>10:00 WIB • Edisi Digital Eksklusif</p>
</div>
</li>
<li class="schedule-item">
<div class="date-badge">JUL <span>02</span></div>
<div class="event-info">
<h4>Fan Meeting Online Camp</h4>
<p>18:00 WIB • Akses Platform Streaming</p>
</div>
</li>
</ul>
</div>
<!-- Widget Streaming Goal -->
<div class="sidebar-box">
<h3 class="section-title" style="font-size: 16px; margin-bottom: 15px;">Target Comeback</h3>
<div class="goal-bar-container">
<div class="goal-meta">
<span>MV YouTube Views</span>
<strong>78% (78M / 100M)</strong>
</div>
<div class="progress-bar">
<div class="progress-fill"></div>
</div>
</div>
<div class="goal-bar-container" style="margin-top: 20px;">
<div class="goal-meta">
<span>Spotify Daily Stream</span>
<strong>50% (2.5M / 5M)</strong>
</div>
<div class="progress-bar">
<div class="progress-fill" style="width: 50%;"></div>
</div>
</div>
</div>
</aside>
</div>
<!-- Kaki Halaman -->
<footer>
<p>© 2026 lisa4exeter.com • Dibuat oleh Fans untuk Fans. Tidak berafiliasi langsung dengan agensi resmi.</p>
</footer>
</body>
</html>