favycon/components
Rui Saraiva 135c260189
feat(seo): add a canonical link and a sitemap
favycon.app has no DNS records at all, so favycon.vercel.app is the only
hostname this site answers on and the canonical is unambiguous. It uses the
SITE_URL constant, so it cannot disagree with og:url.

The sitemap is a single static URL. Its loc is written without a trailing
slash to match the canonical string exactly — the two forms are the same
URL per RFC 3986, but nothing here forces them to differ, so they don't.
No lastmod: a hand-maintained file would claim a freshness it can't know.

robots.txt gains the Sitemap line and a note that /api/favycon is POST-only
and answers a GET with 405. It stays out of the disallow list deliberately:
a 405 tells a crawler more than a rule it has to fetch robots.txt to find.
2026-07-26 14:39:13 +01:00
..
base-layout fix(deps): update react monorepo to v16.14.0 (#309) 2020-10-18 09:23:20 +01:00
button chore(deps): upgrade dependencies 2022-07-07 08:26:00 +01:00
checkbox feat: upgrade dependencies (#480) 2021-12-04 18:32:53 +00:00
code-highlight chore(deps): upgrade dependencies 2020-10-07 22:31:18 +01:00
dark-mode-toggle feat: upgrade dependencies (#480) 2021-12-04 18:32:53 +00:00
drag-and-drop chore(deps): upgrade dependencies 2022-07-07 08:26:00 +01:00
favycon-error chore(deps): upgrade dependencies 2022-07-07 08:26:00 +01:00
favycon-info chore: use the alias address and the current role 2026-07-26 14:38:40 +01:00
favycon-wizard feat: use Next.js Image component 2021-12-04 23:43:26 +00:00
header feat: upgrade dependencies (#480) 2021-12-04 18:32:53 +00:00
media-query-provider feat: upgrade dependencies (#480) 2021-12-04 18:32:53 +00:00
seo feat(seo): add a canonical link and a sitemap 2026-07-26 14:39:13 +01:00
sticky fix(deps): update react monorepo to v16.14.0 (#309) 2020-10-18 09:23:20 +01:00
svgs feat: link the author credit to a website and update the contact address 2026-07-26 14:31:52 +01:00
tool-title feat: upgrade dependencies (#480) 2021-12-04 18:32:53 +00:00
typography chore(deps): upgrade dependencies 2022-07-07 08:26:00 +01:00
.gitkeep feat: setup next, eslint, stylelint, and typescript (#5) 2020-04-10 22:34:32 +01:00
index.stories.mdx feat: upgrade dependencies (#480) 2021-12-04 18:32:53 +00:00