Last active
June 19, 2023 22:15
-
-
Save jorgejaramillo/1e344013024d0e8f50874871bee2d2a3 to your computer and use it in GitHub Desktop.
Diferentes tipos de mapas del sitio.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!--Sitemap base--> | |
<?xml version="1.0" encoding="utf-8"?> | |
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> | |
<url> | |
<loc>https://jorgejaramillo.com/</loc> | |
<lastmod>2020-10-08</lastmod> | |
<changefreq>daily</changefreq> | |
<priority>1.0</priority> | |
</url> | |
</urlset> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!--Sitemap base imagenes--> | |
<?xml version="1.0" encoding="UTF-8"?> | |
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" | |
xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"> | |
<url> | |
<loc>https://jorgejaramillo.com/</loc> | |
<image:image> | |
<image:loc>https://jorgejaramillo.com/wp-content/uploads/2020/03/jorge-jaramillo-1-768x769.jpg</image:loc> | |
</image:image> | |
<image:image> | |
<image:loc>https://jorgejaramillo.com/wp-content/uploads/2019/04/SEO-wordpress-color.jpg</image:loc> | |
</image:image> | |
</url> | |
</urlset> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!--Sitemap videos--> | |
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" | |
xmlns:video="http://www.google.com/schemas/sitemap-video/1.1"> | |
<url> | |
<loc>https://jorgejaramillo.com/curso-seo-basico/</loc> | |
<video:video> | |
<video:thumbnail_loc>https://jorgejaramillo.com/wp-content/uploads/2019/04/SEO-google-color.jpg</video:thumbnail_loc> | |
<video:title>Curso de SEO</video:title> | |
<video:description>Conoceremos las principales estrategias y técnicas SEO para implementar en sitios web.</video:description> | |
<video:content_loc>https://jorgejaramillo.com/video.mp4</video:content_loc> | |
<video:player_loc allow_embed="yes" autoplay="ap=1"> | |
https://jorgejaramillo.com/video.mp4</video:player_loc> | |
<video:duration>600</video:duration> | |
<video:expiration_date>2020-11-05T19:20:30+08:00</video:expiration_date> | |
<video:rating>4.4</video:rating> | |
<video:view_count>12345</video:view_count> | |
<video:publication_date>2020-11-05T19:20:30+08:00</video:publication_date> | |
<video:family_friendly>yes</video:family_friendly> | |
<video:restriction relationship="allow">ES</video:restriction> | |
<video:gallery_loc title="Curso SEO">https://jorgejaramillo.com/</video:gallery_loc> | |
<video:price currency="USD">12</video:price> | |
<video:requires_subscription>no</video:requires_subscription> | |
<video:uploader info="https://jorgejaramillo.com/yo/">JorgeJaramillo | |
</video:uploader> | |
<video:live>yes</video:live> | |
</video:video> | |
</url> | |
</urlset> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!--Sitemap base con varias urls--> | |
<?xml version="1.0" encoding="utf-8"?> | |
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> | |
<url> | |
<loc>https://jorgejaramillo.com/</loc> | |
<lastmod>2020-10-08</lastmod> | |
<changefreq>daily</changefreq> | |
<priority>1.0</priority> | |
</url> | |
<url> | |
<loc>https://jorgejaramillo.com/yo/</loc> | |
<lastmod>2020-10-08</lastmod> | |
<changefreq>daily</changefreq> | |
<priority>0.9</priority> | |
</url> | |
<url> | |
<loc>https://jorgejaramillo.com/cursos/</loc> | |
<lastmod>2020-10-08</lastmod> | |
<changefreq>daily</changefreq> | |
<priority>0.8</priority> | |
</url> | |
</urlset> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment