Skip to content

Conversation

edalzell
Copy link
Contributor

@edalzell edalzell commented Aug 14, 2025

Requires #399 to be merged first!

When an entry is localized this should in the sitemap:

  <!-- English -->
  <url>
    <loc>https://example.com/about</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://example.com/about"/>
    <xhtml:link rel="alternate" hreflang="ar" href="https://example.com/ar/about"/>
  </url>

  <!-- Arabic -->
  <url>
    <loc>https://example.com/ar/about</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://example.com/about"/>
    <xhtml:link rel="alternate" hreflang="ar" href="https://example.com/ar/about"/>
  </url>

commit 6f2d84b
Author: edalzell <erin@silentz.co>
Date:   Thu Aug 7 14:57:44 2025 -0700

    not used

commit b6ec627
Author: edalzell <erin@silentz.co>
Date:   Thu Aug 7 14:57:02 2025 -0700

    not used

commit c695d7c
Author: edalzell <erin@silentz.co>
Date:   Thu Aug 7 14:49:44 2025 -0700

    fix more tests

commit eaf7b29
Author: edalzell <erin@silentz.co>
Date:   Thu Aug 7 14:30:58 2025 -0700

    fix more tests

commit a767b47
Author: edalzell <erin@silentz.co>
Date:   Thu Aug 7 14:28:46 2025 -0700

    better

commit db53aff
Author: edalzell <erin@silentz.co>
Date:   Thu Aug 7 14:13:16 2025 -0700

    start testing

commit 01a30e6
Author: edalzell <erin@silentz.co>
Date:   Thu Aug 7 14:13:10 2025 -0700

    ray

commit a81f79e
Author: edalzell <erin@silentz.co>
Date:   Thu Aug 7 13:44:10 2025 -0700

    gotta create

commit 8b507ef
Author: edalzell <erin@silentz.co>
Date:   Thu Aug 7 13:31:45 2025 -0700

    backwards compatible

commit 15db562
Author: edalzell <erin@silentz.co>
Date:   Thu Aug 7 13:31:38 2025 -0700

    tidy

commit 30ab43f
Author: edalzell <erin@silentz.co>
Date:   Thu Aug 7 13:15:32 2025 -0700

    tidy

commit 54bf4df
Author: edalzell <erin@silentz.co>
Date:   Thu Aug 7 13:14:20 2025 -0700

    better way

commit 7d7d4e8
Author: edalzell <erin@silentz.co>
Date:   Thu Aug 7 12:52:05 2025 -0700

    wip

commit 15ec444
Author: edalzell <erin@silentz.co>
Date:   Thu Aug 7 11:45:52 2025 -0700

    filter out incorrect domains
This reverts commit 5754b09.

# Conflicts:
#	src/Sitemap/Sitemap.php
#	tests/Localized/SitemapTest.php
commit 6f2d84b
Author: edalzell <erin@silentz.co>
Date:   Thu Aug 7 14:57:44 2025 -0700

    not used

commit b6ec627
Author: edalzell <erin@silentz.co>
Date:   Thu Aug 7 14:57:02 2025 -0700

    not used

commit c695d7c
Author: edalzell <erin@silentz.co>
Date:   Thu Aug 7 14:49:44 2025 -0700

    fix more tests

commit eaf7b29
Author: edalzell <erin@silentz.co>
Date:   Thu Aug 7 14:30:58 2025 -0700

    fix more tests

commit a767b47
Author: edalzell <erin@silentz.co>
Date:   Thu Aug 7 14:28:46 2025 -0700

    better

commit db53aff
Author: edalzell <erin@silentz.co>
Date:   Thu Aug 7 14:13:16 2025 -0700

    start testing

commit 01a30e6
Author: edalzell <erin@silentz.co>
Date:   Thu Aug 7 14:13:10 2025 -0700

    ray

commit a81f79e
Author: edalzell <erin@silentz.co>
Date:   Thu Aug 7 13:44:10 2025 -0700

    gotta create

commit 8b507ef
Author: edalzell <erin@silentz.co>
Date:   Thu Aug 7 13:31:45 2025 -0700

    backwards compatible

commit 15db562
Author: edalzell <erin@silentz.co>
Date:   Thu Aug 7 13:31:38 2025 -0700

    tidy

commit 30ab43f
Author: edalzell <erin@silentz.co>
Date:   Thu Aug 7 13:15:32 2025 -0700

    tidy

commit 54bf4df
Author: edalzell <erin@silentz.co>
Date:   Thu Aug 7 13:14:20 2025 -0700

    better way

commit 7d7d4e8
Author: edalzell <erin@silentz.co>
Date:   Thu Aug 7 12:52:05 2025 -0700

    wip

commit 15ec444
Author: edalzell <erin@silentz.co>
Date:   Thu Aug 7 11:45:52 2025 -0700

    filter out incorrect domains
@edalzell
Copy link
Contributor Author

Sorry @jesseleite this is ready to go but I'm not sure why the test fails. I'll wait until the other one is merged and give this another look.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant