Hivekind / hivekind.com

0 stars 0 forks source link

set canonical tag for each page to point to the current url #157

Closed parasquid closed 2 weeks ago

parasquid commented 3 weeks ago

right now it's hardcoded as <link href="https://hivekind.com/" rel="canonical" /> in the layout.tsx

parasquid commented 3 weeks ago

https://nextjs.org/docs/app/api-reference/functions/generate-metadata#generatemetadata-function might be something we need use (currently we set the seo meta tags here, we should be able to generate canonical tags too)