<?xml version="1.0" encoding="utf-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://www.eldespotricadorcinefilo.com/oscars-nominaciones-al-oscar-1928</loc>
<lastmod>2019-05-22</lastmod>
<changefreq>daily</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://www.eldespotricadorcinefilo.com/oscars-nominaciones-al-oscar-1929</loc>
<lastmod>2019-05-22</lastmod>
<changefreq>daily</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://www.eldespotricadorcinefilo.com/oscars-nominaciones-al-oscar-1930</loc>
<lastmod>2019-05-22</lastmod>
<changefreq>daily</changefreq>
<priority>1.0</priority>
</url>
</urlset>
Si el sitemap.xml va a exceder de 5000 líneas es mejor particionarlo en varios:
<?xml version="1.0" encoding="utf-8"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<sitemap>
<loc>https://www.eldespotricadorcinefilo.com/estaticas.xml</loc>
<lastmod>2019-05-22</lastmod>
</sitemap>
<sitemap>
<loc>https://www.eldespotricadorcinefilo.com/youtube.xml</loc>
<lastmod>2019-05-22</lastmod>
</sitemap>
<sitemap>
<loc>https://www.eldespotricadorcinefilo.com/que-grande-es-el-cine.xml</loc>
<lastmod>2019-05-22</lastmod>
</sitemap>
<sitemap>
<loc>https://www.eldespotricadorcinefilo.com/oscars.xml</loc>
<lastmod>2019-05-22</lastmod>
</sitemap>
</sitemapindex>
En youtube.xml:
<?xml version="1.0" encoding="utf-8"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://www.eldespotricadorcinefilo.com/12-monos-1995-youtube</loc>
<lastmod>2015-11-15</lastmod>
<changefreq>never</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://www.eldespotricadorcinefilo.com/20-000-leguas-de-viaje-submarino-1954-youtube</loc>
<lastmod>2014-02-28</lastmod>
<changefreq>never</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://www.eldespotricadorcinefilo.com/2001-una-odisea-del-espacio-1968-youtube</loc>
<lastmod>2014-02-28</lastmod>
<changefreq>never</changefreq>
<priority>1.0</priority>
</url>
</urlset>
Más información en: https://www.sitemaps.org/es/protocol.html
No hay comentarios:
Publicar un comentario