Ver Mensaje Individual
  #1 (permalink)  
Antiguo 06/10/2014, 04:37
Avatar de lauser
lauser
Moderator Unix/Linux
 
Fecha de Ingreso: julio-2013
Ubicación: Odessa (Ukrania)
Mensajes: 3.278
Antigüedad: 10 años, 9 meses
Puntos: 401
Orden en sitemap

Quería hacer una consulta.
Que importancia tiene el orden en un sitemap.xml y como afecta a por ejemplo google?

1ª Opción:
Código XML:
Ver original
  1. <url>
  2.   <loc>http://www.sololinux.es/tag/Kernel%203.16.3</loc>
  3.   <changefreq>daily</changefreq>
  4. </url>
  5. <url>
  6.   <loc>http://www.sololinux.es/post/Como-instalar-LibreOffice-4.3-en-openSUSE</loc>
  7.   <changefreq>daily</changefreq>
  8. </url>
  9. <url>
  10.   <loc>http://www.sololinux.es/tag/instalar%20LibreOffice</loc>
  11.   <changefreq>daily</changefreq>
  12. </url>
  13. <url>
  14.   <loc>http://www.sololinux.es/tag/instalar%20LibreOffice%204.3%20en%20openSUSE</loc>
  15.   <changefreq>daily</changefreq>
  16. </url>
  17. <url>
  18.   <loc>http://www.sololinux.es/tag/LibreOffice%204.3</loc>
  19.   <changefreq>daily</changefreq>
  20. </url>
  21. <url>
  22.   <loc>http://www.sololinux.es/post/Instalar-Gambas3-en-OpenSuse</loc>
  23.   <changefreq>daily</changefreq>
  24. </url>
  25. <url>
  26.   <loc>http://www.sololinux.es/tag/gambas3</loc>
  27.   <changefreq>daily</changefreq>


2ª Opcion:
Código XML:
Ver original
  1. <url>
  2. <loc>http://www.sololinux.es/post/GnomeBaker</loc>
  3. <priority>1.0</priority>
  4. <changefreq>daily</changefreq>
  5. <lastmod>2014-09-23T18:12:12+02:00</lastmod>
  6. </url>
  7. <url>
  8. <loc>http://www.sololinux.es/post/Exaile</loc>
  9. <priority>1.0</priority>
  10. <changefreq>daily</changefreq>
  11. <lastmod>2014-09-23T18:27:39+02:00</lastmod>
  12. </url>
  13. <url>
  14. <loc>http://www.sololinux.es/post/QtTube</loc>
  15. <priority>1.0</priority>
  16. <changefreq>daily</changefreq>
  17. <lastmod>2014-09-23T18:33:41+02:00</lastmod>
  18. </url>
  19. <url>
  20. <loc>
  21. http://www.sololinux.es/post/Cumplir-la-Ley-de-Cookies
  22. </loc>
  23. <priority>1.0</priority>
  24. <changefreq>daily</changefreq>
  25. <lastmod>2014-10-04T19:33:26+02:00</lastmod>
  26. </url>
  27. <url>
  28. <loc>http://www.sololinux.es/pages/politica-cookies</loc>
  29. <priority>1.0</priority>
  30. <changefreq>daily</changefreq>
  31. <lastmod>2014-08-21T12:35:02+02:00</lastmod>
  32. </url>
  33. <url>
  34. <loc>http://www.sololinux.es/category/Distros-Linux</loc>
  35. <priority>0.6</priority>
  36. <changefreq>daily</changefreq>
  37. </url>
  38. <url>
  39. <loc>http://www.sololinux.es/category/Manuales</loc>
  40. <priority>0.6</priority>
  41. <changefreq>daily</changefreq>
  42. </url>
  43. <url>
  44. <loc>http://www.sololinux.es/category/Redes</loc>
  45. <priority>0.6</priority>
  46. <changefreq>daily</changefreq>
  47. </url>
  48. <url>
  49. <loc>http://www.sololinux.es/category/Software</loc>
  50. <priority>0.6</priority>
  51. <changefreq>daily</changefreq>
  52. </url>
  53. <url>
  54. <loc>
  55. http://www.sololinux.es/category/Software/Multimedia
  56. </loc>
  57. <priority>0.6</priority>
  58. <changefreq>daily</changefreq>
  59. </url>
  60. <url>
  61. <loc>
  62. http://www.sololinux.es/category/Software/Herramientas-de-sistema
  63. </loc>
  64. <priority>0.6</priority>
  65. <changefreq>daily</changefreq>
  66. </url>
  67. <url>
  68. <loc>http://www.sololinux.es/category/Hardware</loc>
  69. <priority>0.6</priority>
  70. <changefreq>daily</changefreq>
  71. </url>
  72. <url>
  73. <loc>http://www.sololinux.es/category/Noticias</loc>
  74. <priority>0.6</priority>
  75. <changefreq>daily</changefreq>
  76. </url>
  77. <url>
  78. <loc>http://www.sololinux.es/category/Scripts</loc>
  79. <priority>0.6</priority>
  80. <changefreq>daily</changefreq>
  81. </url>
  82. <url>
  83. <loc>http://www.sololinux.es/category/Kernel</loc>
  84. <priority>0.6</priority>
  85. <changefreq>daily</changefreq>
  86. </url>
  87. <url>
  88. <loc>http://www.sololinux.es/category/Php</loc>
  89. <priority>0.6</priority>
  90. <changefreq>daily</changefreq>
  91. </url>
  92. <url>
  93. <loc>http://www.sololinux.es/tag/Linux</loc>
  94. <priority>0.6</priority>
  95. <changefreq>daily</changefreq>
  96. </url>
  97. <url>
  98. <loc>http://www.sololinux.es/tag/Instalar</loc>
  99. <priority>0.6</priority>
  100. <changefreq>daily</changefreq>
  101. </url>
  102. <url>
  103. <loc>http://www.sololinux.es/tag/Comandos%20Linux</loc>
  104. <priority>0.6</priority>
  105. <changefreq>daily</changefreq>
  106. </url>
  107. <url>
  108. <loc>http://www.sololinux.es/tag/Problemas</loc>
  109. <priority>0.6</priority>
  110. <changefreq>daily</changefreq>
  111. </url>

El primero centraliza el post con su linea tag , etc... y el segundo posiciona por familias... post, familias, tags....
(Ya se, que el primero no tiene prioridades... solo es una prueba)
Cual es mas recomendable?
Gracias.....
__________________
Los usuarios que te responden, lo hacen altruistamente y sin ánimo de lucro con el único fin de ayudarte. Se paciente y agradecido.
-SOLOLINUX-

Última edición por lauser; 06/10/2014 a las 04:43