How are multilingual pages indicating in the Sitemap?


Mysitemapgenerator can find localized page versions targeting different languages and/or countries.
Our crawler handles HTML tags and HTTP headers.
An example of specifying alternate page URL via HTML Link Element (placed in the <head> section of a web page):
    <link rel="alternate" href="http://www.website.tld/alternate_page.html" hreflang="en-GB" />
An example of specifying alternate page URL via HTTP response headers:
    Link: <http://www.website.tld/alternate_page.html>; rel="alternate"; hreflang="en-GB"
Supported values
The value of the hreflang attribute must indicate the language code in the ISO 639-1 format and optionally a country code in the ISO 3166-1 Alpha 2 format of an alternate URL.