Ticket: [Feature] Add Canonical Link
Description:
This ticket proposes adding a canonical link to the <head> of all relevant pages within our Next.js project. A canonical link helps search engines understand the preferred version of a URL when multiple URLs exist with similar content, thus preventing duplicate content issues and consolidating link equity.
Acceptance Criteria:
Labels: feature, seo, nextjs
Ticket: [Feature] Add Canonical Link
Description:
This ticket proposes adding a canonical link to the
<head>of all relevant pages within our Next.js project. A canonical link helps search engines understand the preferred version of a URL when multiple URLs exist with similar content, thus preventing duplicate content issues and consolidating link equity.Acceptance Criteria:
next/headcomponent (or equivalent) is used to dynamically add the canonical link to each page.hrefattribute of the canonical link correctly reflects the absolute, canonical URL of the current page.Labels:
feature,seo,nextjs