Moving inline style blocks and <link> elements from the document body to the document head improves rendering performance.
Learn more
Suggestions for this page
Incluir recursos CSS en el cuerpo del documento afecta negativamente al rendimiento de la representación
http://andujaryarencibia.es/ incluye los siguientes recursos CSS en el cuerpo del documento:
Es necesario mover el nodo de enlace http://andujaryarencibia.es/css/nav.css al encabezado del documento.
Es necesario mover el nodo de enlace http://andujaryarencibia.es/css/estiloslider.css al encabezado del documento.
Código PHP:
Ver original
<!DOCTYPE html> <html> <head> <meta name="keywords" content="abogados,las,palmas,bufete,despacho,juicios,leyes,justicia" /> <META http-equiv="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <link href='http://fonts.googleapis.com/css?family=Gabriela&subset=latin,latin-ext' rel='stylesheet' type='text/css'> <link href="css/estiloprincipal.css" rel="stylesheet" type="text/css" /> <link href="css/estiloslider.css" rel="stylesheet" type="text/css" /> <link href="css/nav.css" rel="stylesheet" type="text/css" /> <META NAME="Description" CONTENT="Abogados en Las Palmas, Juicios penal,civil,laboral,militar,administrativo,extranjería Categoria: demandas judiciales"> <META NAME="google-site-verification" CONTENT="+nxGUDJ4QpAZ5l9Bsjdi102tLVC21AIh5d1Nl23908vVuFHs34="/> <META NAME="robots" CONTENT="noodp"> <meta name="alexaVerifyID" content="oFfptBgm8Z0Fihl8JPtRLSFrtBQ" /> <meta name="msvalidate.01" content="FC5A12C53A8DD2881B16DEF30347EF99" /> <meta http-equiv='X-UA-Compatible' content='IE=8'> <!-- TemplateBeginEditable name="doctitle" --> <title>Abogados en Las Palmas</title> <!-- TemplateEndEditable --> <!-- TemplateBeginEditable name="head" --> <!-- TemplateEndEditable --> <style type="text/css"> body,td,th { font-family: 'Gabriela', serif; } body { font-size: 16px; font-style: normal; line-height: 20px; font-weight: 400; color: #333; background-image: url(../images/Textures_wallpapers_379.png); background-repeat: repeat; background-attachment: fixed; } </style> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-40014922-1', 'andujaryarencibia.es'); ga('send', 'pageview'); </script> <meta name="google-translate-customization" content="64e2856b94fbdb1a-ddb7a6bc80a68ebb-g7571298bc3af872c-14"></meta> <?php //include("includes/google.php"); ?> </head> <body> <div class="container"> <div class="header"><!-- TemplateBeginEditable name="ParteSuperior" --> <?php include("includes/cabecera.php"); ?> <div class="clearfloat"></div> <?php include("includes/nav.html"); ?> <?php include("includes/publicidades.php"); ?> <!-- TemplateEndEditable --></div> <div class="sidebar1"><!-- TemplateBeginEditable name="ContenidoIzq" --> <!-- TemplateEndEditable --><!-- end .sidebar1 --></div> <div class="content"><!-- TemplateBeginEditable name="ParteDerecha" --> <h2>Siguenos en...</h2> <div class="bannersiguenos"> <img src="images/blogger.png"> <img src="images/facebook.png"> <img src="images/twitter.png"> </div> <!-- TemplateEndEditable --></div> <div class="footer"> <?php include("includes/pie.php"); ?></div> <!-- end .container --></div> </body> </html>