Free tools

Robots.txt Examples

Robots.txt file content for www.gob.mx.

Robot.txt file for: www.gob.mx

      <!DOCTYPE html>
<html lang="es">
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Sitio en mantenimiento</title>
    <link href="https://framework-gb.cdn.gob.mx/applications/mantenimientos/favicon.png" rel="shortcut icon">
    <link href="https://framework-gb.cdn.gob.mx/qa/assets/styles/main.css" rel="stylesheet">
  </head>
  <body>

    <!-- Contenido -->
    <main class="page">
      <div class="container top-buffer">
        <img src="https://framework-gb.cdn.gob.mx/applications/mantenimientos/logogobmx.png" width="auto" height="200" style="vertical-align:middle;display: block;margin-left: auto;margin-right: auto;width: 50%;height: auto;">
        <br><br>
        <div class="row">
            <div class="col-md-3">
                <div class="d-flex align-items-center justify-content-center p-3 py-5 mb-2 bg-light rounded" style="font-size: 10em; margin-top: 8%; display: block;margin-left: auto;margin-right: auto;width: 50%;height: auto;">
                    <svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-gear" fill="#B38E5D" xmlns="http://www.w3.org/2000/svg">
                        <path fill-rule="evenodd" d="M8.837 1.626c-.246-.835-1.428-.835-1.674 0l-.094.319A1.873 1.873 0 0 1 4.377 3.06l-.292-.16c-.764-.415-1.6.42-1.184 1.185l.159.292a1.873 1.873 0 0 1-1.115 2.692l-.319.094c-.835.246-.835 1.428 0 1.674l.319.094a1.873 1.873 0 0 1 1.115 2.693l-.16.291c-.415.764.42 1.6 1.185 1.184l.292-.159a1.873 1.873 0 0 1 2.692 1.116l.094.318c.246.835 1.428.835 1.674 0l.094-.319a1.873 1.873 0 0 1 2.693-1.115l.291.16c.764.415 1.6-.42 1.184-1.185l-.159-.291a1.873 1.873 0 0 1 1.116-2.693l.318-.094c.835-.246.835-1.428 0-1.674l-.319-.094a1.873 1.873 0 0 1-1.115-2.692l.16-.292c.415-.764-.42-1.6-1.185-1.184l-.291.159A1.873 1.873 0 0 1 8.93 1.945l-.094-.319zm-2.633-.283c.527-1.79 3.065-1.79 3.592 0l.094.319a.873.873 0 0 0 1.255.52l.292-.16c1.64-.892 3.434.901 2.54 2.541l-.159.292a.873.873 0 0 0 .52 1.255l.319.094c1.79.527 1.79 3.065 0 3.592l-.319.094a.873.873 0 0 0-.52 1.255l.16.292c.893 1.64-.902 3.434-2.541 2.54l-.292-.159a.873.873 0 0 0-1.255.52l-.094.319c-.527 1.79-3.065 1.79-3.592 0l-.094-.319a.873.873 0 0 0-1.255-.52l-.292.16c-1.64.893-3.433-.902-2.54-2.541l.159-.292a.873.873 0 0 0-.52-1.255l-.319-.094c-1.79-.527-1.79-3.065 0-3.592l.319-.094a.873.873 0 0 0 .52-1.255l-.16-.292c-.892-1.64.902-3.433 2.541-2.54l.292.159a.873.873 0 0 0 1.255-.52l.094-.319z"/>
                        <path fill-rule="evenodd" d="M8 5.754a2.246 2.246 0 1 0 0 4.492 2.246 2.246 0 0 0 0-4.492zM4.754 8a3.246 3.246 0 1 1 6.492 0 3.246 3.246 0 0 1-6.492 0z"/>
                    </svg>
              </div></div>
            <div class="col-md-9">
                <h3>En gob.mx queremos brindarte la mejor experiencia, actualmente nuestro sitio se encuentra en mantenimiento, esto debido a que estaremos realizando mejoras en nuestros servicios.</h3>
                <br>
                <h2 class="bottom-buffer">Gracias por tu comprensión</h2>
            </div>
          </div>
        </div>
    </main>

    <!-- JS -->
    <script src="https://framework-gb.cdn.gob.mx/qa/gobmx.js"></script>
    <script src="mantenimiento/main.js"></script>

  </body>
  <style>
  h3 {text-align: justify}
  h2 {
    text-align: right;
    
  }
</style>
</html>