icamys / php-sitemap-generator

A simple PHP sitemap generator.
MIT License
168 stars 65 forks source link

Mulitlanguage sitemap #40

Closed alenamartinkova closed 1 year ago

alenamartinkova commented 2 years ago

Hello,

I am using your sitemap generator for project I am working on and I have an issue with alternate URLs.

When I create sitemap with alternate URLs, in browser it shows only the first one, and the alternate is visible only in code/inspector.

Is there something I can do about that?

Attached screenshot of browser.

Thank you, Alena Martinkova

Screenshot 2022-07-14 at 13 39 35
icamys commented 1 year ago

Hi @alenamartinkova. The way browsers display XML content depends on their implementation and the best way to read XML files is either to use code inspector or to just download it to your local machine and open it with any text editor. Since the issue does not have anything with the library, I'll close this issue.