Skip to content

seo: add canonical URL tag to index.html #77

Description

@mazipan-wego

Problem

index.html sets og:url / twitter:url to https://coding.mazipan.space/ but has no <link rel="canonical">. Without it, any alternate host/path a crawler discovers (e.g. a Netlify preview URL, http:// vs https://, a stray query string) can be indexed as duplicate content instead of consolidating signal onto the canonical URL.

Task

Add to index.html <head>:

<link rel="canonical" href="https://coding.mazipan.space/" />

Files

  • index.html

Part of

#74

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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