refactor(content): rename plural we/us slugs to singular I/me #63
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "refactor/singular-slugs"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The site speaks for a single founder, so the first-person plural
slugs ("we/us") were inconsistent with the singular voice used in
the copy. Rename them to first-person singular ("I/me") everywhere:
Keep the change consistent across the page front matter (permalinks
and tags), the tag-title i18n keys, and the plural content strings
in both locales. Add the "cto informatica software" tags on the
about page for reachability, with matching cto title keys.
Add 301 redirects in sws.toml from every old slug (both trailing-
slash and bare forms, IT and EN) to its new target, so the
previously indexed URLs do not break.
The site speaks for a single founder, so the first-person plural slugs ("we/us") were inconsistent with the singular voice used in the copy. Rename them to first-person singular ("I/me") everywhere: - /chisiamo/ -> /chisono/ and /aboutus/ -> /aboutme/ - /contattaci/ -> /contattami/ and /contactus/ -> /contactme/ Keep the change consistent across the page front matter (permalinks and tags), the tag-title i18n keys, and the plural content strings in both locales. Add the "cto informatica software" tags on the about page for reachability, with matching cto title keys. Add 301 redirects in sws.toml from every old slug (both trailing- slash and bare forms, IT and EN) to its new target, so the previously indexed URLs do not break.