abmweb.es

ABM Web – Diseño y desarrollo soluciones digitales adaptadas a tu negocio

Saltar al contenido ABM Web Diseño y desarrollo soluciones digitales adaptadas a tu negocio Inicio Sobre mí Servicios Diseño Web Campañas de email Redes Sociales Portfolio Descargas Blog Contacto Buscar Buscar: Buscar Inicio Sobre mí Servicios ...


Alexa stats for abmweb.es

Compare this site to:

traffic alexa for abmweb.es

Site Seo for abmweb.es

Tag :
H1 H2 H3 H4 H5
1 10 9 15 0
Image : There are 44 images on this website and 16 images have alt attributes
Frame : There are 0 embed on this website.
Flash : There are 0 flash on this website.
Size : 119,373 characters
Meta Description : No
Meta Keyword : No

Magestic Backlinks for abmweb.es

Magestic Backlinks abmweb.es

About abmweb.es

Domain

abmweb.es

MD5

edc3d25b29dcf3f171c4da7dcfcb93cb

Google Analytic UA-Compatible
Charset UTF-8
Page Speed Check now
Programming Language PHP/7.2
Web server Apache
Javascript library jquery
IP Address 188.165.129.145
					
								
		
/**
 * Add Disallow for some file types.
 * Add "Disallow: /wp-login.php/\n".
 * Remove "Allow: /wp-admin/admin-ajax.php\n".
 * Calculate and add a "Sitemap:" link.
 */
add_filter( 'robots_txt', function( $output, $public ) {
    /**
     * If "Search engine visibility" is disabled,
     * strongly tell all robots to go away.
     */
    if ( '0' == $public ) {
 
        $output = "User-agent: *\nDisallow: /\nDisallow: /*\nDisallow: /*?\n";
 
    } else {
 
        /**
         * Get site path.
         */
        $site_url = parse_url( site_url() );
        $path     = ( ! empty( $site_url[ 'path' ] ) ) ? $site_url[ 'path' ] : '';
 
        /**
         * Add new disallow.
         */
        $output .= "Disallow: $path/wp-login.php\n";
 
        /**
         * Disallow some file types
         */
        foreach(['jpeg','jpg','gif','png','mp4','webm','woff','woff2','ttf','eot'] as $ext){
            $output .= "Disallow: /*.{$ext}$\n";
        }
 
        /**
         * Remove line that allows robots to access AJAX interface.
         */
        $robots = preg_replace( '/Allow: [^\0\s]*\/wp-admin\/admin-ajax\.php\n/', '', $output );
 
        /**
         * If no error occurred, replace $output with modified value.
         */
        if ( null !== $robots ) {
            $output = $robots;
        }
        /**
         * Calculate and add a "Sitemap:" link.
         * Modify as needed.
         */
        $output .= "Sitemap: {$site_url[ 'scheme' ]}://{$site_url[ 'host' ]}/sitemap_index.xml\n";
    }
 
    return $output;
 
}, 99, 2 );  // Priority 99, Number of Arguments 2.		

Cross link