Skip to content

Instantly share code, notes, and snippets.

@sareiodata
Created February 18, 2020 07:51
Show Gist options
  • Save sareiodata/de69d61872c0b1cdf963be7793327bfa to your computer and use it in GitHub Desktop.
Save sareiodata/de69d61872c0b1cdf963be7793327bfa to your computer and use it in GitHub Desktop.
xml sitemap with translated url's
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="http://tp.test/sitemaps_xsl.xsl"?>
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:xhtml="http://www.w3.org/1999/xhtml" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd http://www.google.com/schemas/sitemap-image/1.1 http://www.google.com/schemas/sitemap-image/1.1/sitemap-image.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>http://tp.test/blog/</loc>
<xhtml:link rel='alternate' hreflang='en-US' href='http://tp.test/blog/' />
<xhtml:link rel='alternate' hreflang='ro-RO' href='http://tp.test/ro/blog/' />
</url>
<url>
<loc>http://tp.test/ro/blog/</loc>
<xhtml:link rel='alternate' hreflang='en-US' href='http://tp.test/blog/' />
<xhtml:link rel='alternate' hreflang='ro-RO' href='http://tp.test/ro/blog/' />
</url>
<url>
<loc>http://tp.test/hello-world/</loc>
<lastmod>2020-02-13T07:35:21+00:00</lastmod>
<image:image>
<image:loc><![CDATA[http://tp.test/wp-content/uploads/2020/01/beanie-with-logo-1.jpg]]></image:loc>
</image:image>
<image:image>
<image:loc><![CDATA[http://tp.test/wp-content/uploads/2020/01/pennant-1.jpg]]></image:loc>
<image:title><![CDATA[pennant-1.jpg]]></image:title>
</image:image>
<xhtml:link rel='alternate' hreflang='en-US' href='http://tp.test/hello-world/' />
<xhtml:link rel='alternate' hreflang='ro-RO' href='http://tp.test/ro/hello-world/' />
</url>
<url>
<loc>http://tp.test/ro/hello-world/</loc>
<lastmod>2020-02-13T07:35:21+00:00</lastmod>
<image:image><image:loc><![CDATA[http://tp.test/wp-content/uploads/2020/01/beanie-with-logo-1.jpg]]></image:loc></image:image>
<image:image><image:loc><![CDATA[http://tp.test/wp-content/uploads/2020/01/pennant-1.jpg]]></image:loc></image:image>
<xhtml:link rel='alternate' hreflang='en-US' href='http://tp.test/hello-world/' />
<xhtml:link rel='alternate' hreflang='ro-RO' href='http://tp.test/ro/hello-world/' />
</url>
</urlset>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment