Найден корректный robots.txt
Файл управления сканированием сайта роботами
?
Robots.txt указывает поисковым роботам, какие страницы сканировать, а какие — нет. Ошибки в файле могут случайно закрыть важные разделы от индексации.
Robots.txt настроен корректно. Размер файла: 8513 байт. Загружен за: 2сек.
Проверяемая страница не запрещена в robots.txt.
Цепочка редиректов для файла robots.txt:
http://infested.net/robots.txt
301 MovedPermanently
https://www.moderninvest.org/
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="Investing is Simple Now. Pick a strategy, learn the process, and control your financial future.">
<meta name="keywords" content="Investing strategies, financial growth, beginner investing, easy steps, $100 start">
<title>Investing is Simple Now | Modern Invest</title>
<style>
/* Base Styles */
body {
font-family: 'Inter', Arial, serif;
margin: 0;
padding: 0;
background: #111;
color: #ececec;
}
/* Header Section */
header {
background: linear-gradient(135deg, #8e44ad, #2980b9);
color: #fff;
padding: 50px 20px;
text-align: center;
background-image: url('background.jpg');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
header h1 {
font-size: 3rem;
margin: 0;
line-height: 1.2;
font-family: 'Poppins', sans-serif;
background-color:rgba(255,0,0,0.6);
border-radius: 20px;
color: #fff;
padding: 10px 20px;
display:inline-block;
}
header p {
font-size: 1.5rem;
margin: 20px 0 40px;
line-height: 1.6;
font-weight: 400;
font-family: 'Roboto', sans-serif;
}
header h2 {
font-size: 1.5rem;
margin-bottom: 1rem;
}
header h2 span {
background-color:rgba(0,0,255,0.6);
border-radius: 20px;
color: #fff;
padding: 5px 20px;
display:inline-block;
}
b.highlight {
font-weight: bold;
color: #f89600;
}
/* Call-to-Action Button */
.cta {
margin: 0.5em auto 1em auto;
display: inline-block;
background: #27ae60;
color: #fff;
text-align: center;
padding: 15px 40px;
border-radius: 30px;
font-size: 1.3rem;
font-weight: 700;
text-transform: uppercase;
text-decoration: none;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
transition: transform 0.3s, box-shadow 0.3s;
}
.ctad {
margin: 2em auto 1em auto;
background: #f3af11;
color: #2d486f;
background-color: rgba(248, 150, 0, 0.8);
background: #f89600;
color: white;
padding: 0.75rem 1.5rem;
border-radius: 20px;
text-decoration: none;
font-size: 1.1rem;
font-weight: bold;
}
.cta:hover {
background: #f8961e;
transform: scale(1.05);
}
p.note {
font-size: 80%;
text-align: center;
margin-left: 0em;
}
/* Section Styles */
section {
padding: 10px 20px;
text-align: center;
}
section h2 {
color: #f3af11;
/*background-color:rgba(255,255,255,0.1);*/
border-radius: 20px;
font-size: 2.2rem;
margin-bottom: 30px;
}
section p {
font-size: 1.1rem;
margin-bottom: 30px;
}
/* Responsive Image */
.responsive-image img {
max-width: 100%;
height: auto;
display: block;
margin: 60px auto 0 auto;
border-radius: 15px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
/* Email Form */
.email-form {
background: #555;
padding: 30px 20px;
border-radius: 10px;
text-align: center;
margin: 40px auto;
max-width: 500px;
}
.email-form input[type="email"] {
padding: 12px;
width: calc(100% - 140px);
margin-right: 10px;
border: 1px solid #ccc;
border-radius: 5px;
font-size: 1rem;
}
.email-form button {
margin-top: 1em;
padding: 12px 20px;
background: #27ae60;
color: #fff;
border: none;
border-radius: 5px;
font-size: 1rem;
cursor: pointer;
}
.email-form button:hover {
background: #1f9a50;
}
/* FAQ Section */
.faq {
max-width: 800px;
background: none;
margin: 1px auto 1px auto;
text-align: left;
}
.faq h2 {
background: none;
}
.faq h3 {
font-size: 1.4rem;
color: #f3af11;
margin-bottom: 10px;
}
.faq p {
margin: 5px 0 20px;
}
/* Footer Section */
footer {
background: #222;
color: #999;
text-align: center;
padding: 20px 10px;
font-size: 0.8rem;
}
footer a {
color: #888;
text-decoration: none;
}
footer a:hover {
text-decoration: underline;
}
/* New Table Section */
.trading-container {
max-width: 760px;
margin: 0 auto;
background: #111;
border-radius: 10px;
padding: 20px;
border: 2px solid #888;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.trading-table {
width: 100%;
border-collapse: collapse;
}
.trading-table th, .trading-table td {
padding: 7px 3px;
text-align: left;
word-wrap: break-word;
border-bottom: 1px solid #f3af11;
}
.trading-table th {
color: #fff;
text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
font-weight: 800;
}
.trading-table tr.main {
background: linear-gradient(135deg, #f89600, #ffae42);
background: #f89600;
}
.trading-table tr:nth-child(even) {
background-color: #111;
}
.trading-profit {
color: #39FF14;
font-weight: 700;
}
.trading-btn {
display: inline-block;
background: #98C838;
background: rgba(255,0,0,0.6);
background: linear-gradient(135deg, rgba(255, 0, 0, 0.8), rgba(180, 0, 0, 0.8));
color: white;
text-decoration: none;
padding: 8px 16px;
border-radius: 4px;
text-align: center;
font-weight: bold;
max-width: 100%;
box-sizing: border-box;
width: 100%;
}
@media (max-width: 768px) {
.trading-container {
width: 95%;
padding: 15px;
}
.trading-table th, .trading-table td {
padding: 10px;
font-size: 14px;
}
.trading-btn {
display: block;
width: 100%;
text-align: center;
margin-top: 5px;
}
.trading-table th:nth-child(2),
.trading-table td:nth-child(2) {
display: none;
}
}
</style>
</head>
<body>
<header>
<div class="header-wrapper">
<div class="header-text">
<h1><span>Investing is Simple Now</span></h1>
<h2><span>For a limited time, receive a welcome bonus of $30! *</span></h2>
<p>Investing starts here. Take control with as little as $100.</p>
<a href="/go/qp" class="cta">Get Started</a>
</div>
</div>
</header>
<section>
<h2>Invest with Ease</h2>
<p>Begin your journey in <b class="highlight">just 5 minutes with only $100.</b> Whether you want to <b class="highlight">actively manage or learn by watching</b>, your options are open.</p>
<p>Start today with minimal effort and watch your account grow as you <b class="highlight">copy successful traders and benefit from their strategies</b>.</p>
<p>Choose from a wide range of account types and <b class="highlight">easily start copying the best traders — no experience required</b>.</p>
<div class="responsive-image"><a href="/go/qp"><img src="01.jpg" width="900" height="469" alt="Investment illustration"></a></div>
</section>
<section>
<h2>Your Financial Growth</h2>
<p>This platform allows you to <b class="highlight">choose pre-made strategies or create your own</b>. The power is in your hands.</p>
<p>You don’t trade on your own but copy transactions of professional traders, whom you <b class="highlight">choose based on their trading results and strategies</b>.</p>
<p>This eliminates the need for detailed market analysis.</p>
<div class="responsive-image"><a href="/go/qp"><img src="02.jpg" width="1100" height="326" alt="Financial growth illustration"></a></div>
<a href="/go/qp" class="cta ctad">Register Now</a>
</section>
<section class="faq">
<h2>Frequently Asked Questions</h2>
<h3>1. What is the minimum investment required?</h3>
<p>Start with as little as $100.</p>
<h3>2. Can I change strategies later?</h3>
<p>Yes, you can switch strategies or take control anytime.</p>
<h3>3. Is prior experience required?</h3>
<p>No, the platform is designed for beginners and experts alike.</p>
<h3>4. Can I withdraw funds anytime?</h3>
<p>Yes, you have full control over your investments.</p>
<h3>5. How secure is the platform?</h3>
<p>The platform uses industry-standard encryption to keep your data safe.</p>
<h3>6. Where are my deposits kept?</h3>
<p>Your funds always stay in your account.</p>
<h3>7. How long has the platform been operating?</h3>
<p>The platform has been in operation since 2009.</p>
</section>
<section>
<p class="note">* Initial 30 USD are available to all newly registered RoboForex clients with cent and standard accounts after initial deposit of $10.</p>
</section>
<footer>
<p>© 2025 Modern Invest. All rights reserved. <a href="terms-of-service.htm">Terms of Service</a> | <a href="privacy-policy.htm">Privacy Policy</a></p>
</footer>
</body>
</html>