Skip to content

[SEO] Duplication #1010

Open
Open
@roberth

Description

@roberth

Observations

The Nix manual allows .html extensions.

https://nix.dev/manual/nix/2.23/language/derivations
https://nix.dev/manual/nix/2.23/language/derivations.html

This means that all pages are duplicated.

Even more duplication exists between versions.

Problem
Duplicate pages are bad for search engine optimization (SEO).

Approaches

Add redirects, e.g. from x.html to x. HTTP resources don't need file extensions and should not have them.
HTML is not a relevant keyword, so it should not appear in our URLs.

Another option is to add headers or meta tags that tell crawlers which page is the canonical page, but this would be over-engineered for this problem. This would be over-engineered for .html, but afaik it's the only option for telling crawlers where to find the latest and not punish us in their rankings.

Willing to help?

Yes.

Priorities

Add 👍 to issues you find important.

Metadata

Metadata

Assignees

No one assigned

    Labels

    siteImprovements to the site infrastructure or content presentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions