fix(seo): correct canonicals and navigation semantics

This commit is contained in:
poyrazavsever
2026-08-31 20:08:11 +03:00
parent 9d5f347ffb
commit ddeab06b45
7 changed files with 57 additions and 36 deletions
+1 -2
View File
@@ -1,6 +1,5 @@
import type { MetadataRoute } from "next";
const SITE_URL = process.env.NEXT_PUBLIC_SITE_URL || "https://poyrazavsever.com";
import { SITE_URL } from "@/lib/seo";
export default function robots(): MetadataRoute.Robots {
return {