Ver Mensaje Individual
  #1 (permalink)  
Antiguo 11/05/2013, 21:11
cdanielgg
 
Fecha de Ingreso: abril-2013
Ubicación: en las palmas
Mensajes: 12
Antigüedad: 11 años
Puntos: 2
Introducir recursos CSS en el encabezado del documento

Buenos dias, tengo este problema en pagespeed el cual no se resolver por si alguien sabe que so podria hacer y me ayuda, pues realmente yo creo que el link esta puesto en el head ya y aun asi sigue dando problemas. Gracias.

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
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta name="keywords"
  5. content="abogados,las,palmas,bufete,despacho,juicios,leyes,justicia" />
  6. <META http-equiv="Content-Type" CONTENT="text/html; charset=iso-8859-1">
  7. <link href='http://fonts.googleapis.com/css?family=Gabriela&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
  8. <link href="css/estiloprincipal.css" rel="stylesheet" type="text/css" />
  9. <link href="css/estiloslider.css" rel="stylesheet" type="text/css" />
  10. <link href="css/nav.css" rel="stylesheet" type="text/css" />
  11. <META NAME="Description" CONTENT="Abogados en Las Palmas, Juicios penal,civil,laboral,militar,administrativo,extranjería Categoria: demandas judiciales">
  12. <META NAME="google-site-verification" CONTENT="+nxGUDJ4QpAZ5l9Bsjdi102tLVC21AIh5d1Nl23908vVuFHs34="/>
  13. <META NAME="robots" CONTENT="noodp">
  14. <meta name="alexaVerifyID" content="oFfptBgm8Z0Fihl8JPtRLSFrtBQ" />
  15. <meta name="msvalidate.01" content="FC5A12C53A8DD2881B16DEF30347EF99" />
  16. <meta http-equiv='X-UA-Compatible' content='IE=8'>
  17. <!-- TemplateBeginEditable name="doctitle" -->
  18. <title>Abogados en Las Palmas</title>
  19. <!-- TemplateEndEditable -->
  20. <!-- TemplateBeginEditable name="head" -->
  21.  
  22. <!-- TemplateEndEditable -->
  23. <style type="text/css">
  24. body,td,th {
  25.     font-family: 'Gabriela', serif;
  26. }
  27. body {
  28.     font-size: 16px;
  29.     font-style: normal;
  30.     line-height: 20px;
  31.     font-weight: 400;
  32.     color: #333;
  33.     background-image: url(../images/Textures_wallpapers_379.png);
  34.     background-repeat: repeat;
  35.     background-attachment: fixed;
  36. }
  37. </style>
  38. <script>
  39.   (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  40.   (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  41.   m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  42.   })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
  43.  
  44.   ga('create', 'UA-40014922-1', 'andujaryarencibia.es');
  45.   ga('send', 'pageview');
  46. </script>
  47. <meta name="google-translate-customization" content="64e2856b94fbdb1a-ddb7a6bc80a68ebb-g7571298bc3af872c-14"></meta>
  48. <?php //include("includes/google.php"); ?>
  49. </head>
  50. <body>
  51. <div class="container">
  52.   <div class="header"><!-- TemplateBeginEditable name="ParteSuperior" -->
  53.   <?php include("includes/cabecera.php"); ?>
  54.     <div class="clearfloat"></div>
  55.    <?php include("includes/nav.html"); ?>
  56.    <?php include("includes/publicidades.php"); ?>
  57.   <!-- TemplateEndEditable --></div>
  58.   <div class="sidebar1"><!-- TemplateBeginEditable name="ContenidoIzq" -->
  59.     <!-- TemplateEndEditable --><!-- end .sidebar1 --></div>
  60.   <div class="content"><!-- TemplateBeginEditable name="ParteDerecha" -->
  61.         <h2>Siguenos en...</h2>
  62.  <div class="bannersiguenos">
  63. <img src="images/blogger.png">
  64. <img src="images/facebook.png">
  65. <img src="images/twitter.png">
  66. </div>
  67.   <!-- TemplateEndEditable --></div>
  68.   <div class="footer">
  69.   <?php include("includes/pie.php"); ?></div>
  70.   <!-- end .container --></div>
  71. </body>
  72. </html>