Найден корректный robots.txt
Файл управления сканированием сайта роботами
?
Robots.txt указывает поисковым роботам, какие страницы сканировать, а какие — нет. Ошибки в файле могут случайно закрыть важные разделы от индексации.
Кол-во редиректов для файла robots.txt 3 слишком большое! Это может вызывать затруднение при индексации поисковыми роботами!
Проверяемая страница не запрещена в robots.txt.
Цепочка редиректов для файла robots.txt:
http://app.convercent.com/robots.txt
301 MovedPermanently
https://app.convercent.com/
302 Found
https://app.convercent.com/en-us/Account/Login?returnUrl=%2F
200 OK
Показать содержимое robots.txt
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<!-- EN-8858 Removing/Commenting out until proper OT solution can be determined. -->
<!-- OneTrust Cookies Consent Notice start for app.convercent.com -->
<!--<script src="https://cdn.cookielaw.org/scripttemplates/otSDKStub.js" type="text/javascript" charset="UTF-8" data-domain-script="d2423316-e803-477c-8e88-ea865ad5d7b4"></script>
<script type="text/javascript">
function OptanonWrapper() { }
</script>-->
<!-- OneTrust Cookies Consent Notice end for app.convercent.com -->
<title>Log in</title>
<meta charset="utf-8" />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="expires" content="8/22/2025 10:48:24 AM" />
<meta http-equiv="cache-control" content="private, max-age=1, no-cache, must-revalidate, proxy-revalidate, no-transform" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, shrink-to-fit=no, viewport-fit=cover" />
<meta name="description" content="" />
<meta name="author" content="" />
<meta name="robots" content="noindex" />
<meta name="msapplication-TileColor" content="#FFFFFF" />
<meta name="msapplication-TileImage" content="/Themes/Convercent/Images/tileicon.png" />
<meta name="msapplication-navbutton-color" content="#7b2881" />
<meta name="application-name" content="Convercent" />
<link rel="shortcut icon" href="/Themes/Convercent/Images/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="//cloud.typography.com/630388/783822/css/fonts.css" />
<link rel="stylesheet" href="/Themes/Convercent/Styles/Fonts/material-icons.css" />
<link href="/Themes/Convercent/Styles/Login.css?v=2" rel="stylesheet" />
</head>
<body>
<div>
<main id="login-page">
<div id="signin-container">
<div id="signin-inner-container">
<div id="signin-container-header">
<img id="convercent-speech-bubble-desktop" class="desktop-logo" src="/Themes/Convercent/Images/loginAnnoncement/ConvercentLogoNamePurple.svg" alt="Convercent" />
<img id="convercent-speech-bubble-mobile" class="mobile-logo" src="/Themes/Convercent/Images/loginAnnoncement/ConvercentLogoNameWhite.svg" alt="Convercent" />
</div>
<div id="form-container" aria-live="polite">
<form id="signin-form" action="/en-us/Account/Login" method="post" data-bind="visible: showSigninForm" style="display: none;">
<input id="RedirectUrl" name="RedirectUrl" type="hidden" value="/" />
<div id="username-container">
<label for="UserName">Username</label>
<input aria-required="True" autocomplete="off" data-bind="textInput: usernameText, event: { focusout: usernameFocusOutHandler }" id="UserName" name="UserName" placeholder="someone@example.com" type="text" value="" />
</div>
<div id="password-container">
<label for="Password">Password</label>
<input aria-required="True" autocomplete="off" data-bind="event: { keypress: passwordKeypressHandler }" data-lpignore="true" id="Password" name="Password" placeholder="password" type="password" />
<div id="show-password-button" data-bind="click: showPasswordButtonClickHandler">
<i id="show-password-icon" class="material-icons">visibility</i>
</div>
</div>
<div id="caps-lock-warning-container" data-bind="css: { show: isCapsLockOn }">
<span>Caps lock is ON</span>
</div>
<label id="remember-me-label" class="control-container">
Remember me
<input class="form-checkbox" id="RememberMe" name="RememberMe" type="checkbox" value="true" /><input name="RememberMe" type="hidden" value="false" />
<span class="checkmark"></span>
</label>
<div id="error-container" data-bind="css: { show: showErrorContainer }">
<i class="material-icons">error_outline</i><label id="loginError" class="error" role="alert"></label>
</div>
<button id="login-submit" class="btn actionBtn" data-bind="event: { click: signinButtonHandler }">
Sign in
</button>
<div id="signin-forgot">
<a href="" data-bind="click: forgotPasswordLinkClickHandler">Forgot your password?</a>
</div>
<div id="raise-a-concern">
<a href="/en-us/LandingPage">Raise a concern</a>
</div>
</form>
<form id="forgot-password-form" data-bind="css: { show: showForgotPasswordForm }">
<h1>Password Reset</h1>
<div>
<label for="enter-username">Enter your username</label>
<input aria-required="True" autocomplete="off" data-bind="textInput: passwordResetUsernameText" id="enter-username" name="enter-username" placeholder="someone@example.com" type="text" value="" />
</div>
<div class="button-container">
<button id="forgot-cancel" class="btn cancelBtn" type="button" data-bind="click: forgotPasswordCancelClickHandler">Cancel</button>
<button id="forgot-submit" class="btn actionBtn" type="submit" data-bind="click: forgotPasswordSubmitClickHandler">Submit</button>
</div>
</form>
<form id="mfa-verification-form" data-bind="css: { show: showMfaVerificationForm }" action="/en-us/Account/VerifyMFACode" method="post">
<input id="mfa-username" name="UserName" type="hidden" value="" />
<input id="mfa-redirect-url" name="RedirectUrl" type="hidden" value="/" />
<h1>Approve login request</h1>
<p>A verification code has been sent to the email address on record for this account. The email can take up to 5 minutes for delivery.</p>
<p>Please enter the code from the email to complete your login request.</p>
<input aria-required="True" autocomplete="off" data-bind="textInput: mfaVerificationCodeText" id="code" name="code" placeholder="Enter verification code" type="text" value="" />
<button id="mfa-code-submit" class="btn actionBtn" type="submit" data-bind="click: submitMfaVerificationCodeClickHandler, enable: mfaCodeEntered">Submit</button>
<div id="mfa-error-container" data-bind="css: { show: showErrorContainer }">
<span class="material-icons" aria-hidden="true">error_outline</span>
<label id="mfaLoginError" class="error" role="alert">
Please check that you entered the code correctly, enter the code again, or <a href="" data-bind="click: generateNewCodeLinkHandler">generate a new code</a>
</label>
</div>
</form>
<div id="check-email-message" data-bind="css: { show: showCheckEmailDiv }">
<h1>Check your Inbox</h1>
<p>
If the username you have specified exists for the specified organization, you will receive an email giving further instructions within 24 hours. If you do not receive an email, then you may have mis-typed your username. Please confirm the spelling of your username, and try again.
</p>
<div id="return-to-login">
<a href="">Return to login</a>
</div>
</div>
</div>
<div id="signin-footer-container">
<div id="contact-us-header">Contact Support</div>
<div id="support-portal" class="support-item">
<a href="https://support-center.eqs.com" data-target="new-window">Customer Support Portal</a>
</div>
<!-- EN-15786 Commenting incase we want to add a phone number back in <div class="phone-number support-item">1-800-335-7639</div> -->
<div class="copyright-container">
<span>© Convercent 2026</span>
<!-- EN-8858 Removing/Commenting out until proper OT solution can be determined. -->
<!-- OneTrust Cookies Settings button start -->
<!--<a id="ot-sdk-btn" class="ot-sdk-show-settings" tabindex="0"></a>-->
<!-- OneTrust Cookies Settings button end -->
<span><a href="http://www.convercent.com/policies/privacy-policy">Privacy Policy</a></span>
</div>
</div>
</div>
</div>
</main>
</div>
</body>
</html>
<script src="/bundles/global/scripts?v=mcpcfs_xYvzwB5NhOKjFAui1srb7FQxdlPpT_up_n6k1"></script>
<script src="/bundles/scripts?v=CkepeoRjKkfa84JzjCT0dErMaiVBZC2-ZkZaN8zPLIM1"></script>
<script type="text/javascript">
tk.addLocalizedResource("UserNameRequired", "Username is required.");
;
tk.addLocalizedResource("RememberSecurityInfo", "Check this box to remember your username. This is not recommended if you are using a public computer.");
;
tk.addLocalizedResource("LoginError", "Your login attempt could not be completed. Please contact support@convercent.com.");
;
tk.addLocalizedResource("ServerErrorMessage", "");
;
tk.addLocalizedResource("MfaVerificationError", "Please check that you entered the code correctly, enter the code again, or");
;
tk.addLocalizedResource("GenerateANewCode", "generate a new code");
;
tk.addServiceUrl("CheckAuthProvider", "/en-us/Account/CheckAuthProvider");
;
tk.addServiceUrl("ForgotPasswordUrl", "/en-us/Account/ForgotPassword");
;
tk.addServiceUrl("VerifyMFACodeUrl", "/en-us/Account/VerifyMFACode");
;
tk.addServiceUrl("GenerateNewMFACodeUrl", "/en-us/Account/GenerateNewMFACode");
;
tk.addModel("LoginModel", {"userName":null,"rememberMe":false,"postUrl":"/en-us/Account/Login","redirectUrl":"/","checkAuthProviderUrl":"/en-us/Account/CheckAuthProvider","forgotPasswordUrl":"/en-us/Account/ForgotPassword","verificationCodeUrl":"/en-us/Account/VerificationCode","verifyMFACodeUrl":"/en-us/Account/VerifyMFACode","generateNewMFACodeUrl":"/en-us/Account/GenerateNewMFACode","multifactorAuthenticationLogin":false,"code":null});
;
</script>
<script type="text/javascript" src="/scripts/account/LoginViewModel.js?v=3"></script>