Skip to content

Add support for alternate localised pages #12

Open
@gmarty

Description

@gmarty

That's a neat little widget you've got there! I use it a lot as it makes reading the meta tags easier than inspecting the source code manually.

It would be super useful to add support for alternate localised pages. They look like this in the markup:

<link rel="alternate" hreflang="en-gb" href="https://en-gb.example.com/page.html">
<link rel="alternate" hreflang="en-us" href="https://en-us.example.com/page.html">
<link rel="alternate" hreflang="en" href="https://en.example.com/page.html">
<link rel="alternate" hreflang="de" href="https://de.example.com/page.html">
<link rel="alternate" hreflang="x-default" href="https://www.example.com/">

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions