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 -1
View File
@@ -1,4 +1,4 @@
const SITE_URL = process.env.NEXT_PUBLIC_SITE_URL || "https://poyrazavsever.com";
import { SITE_URL } from "@/lib/seo";
function serializeJsonLd(data: object) {
return JSON.stringify(data).replace(/</g, "\\u003c");