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
Part of
#74
Problem
index.htmlsetsog:url/twitter:urltohttps://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://vshttps://, a stray query string) can be indexed as duplicate content instead of consolidating signal onto the canonical URL.Task
Add to
index.html<head>:Files
index.htmlPart of
#74