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,6 +1,6 @@
import { getAllBlogArticles } from "@/data/blog";
const SITE_URL = process.env.NEXT_PUBLIC_SITE_URL || "https://poyrazavsever.com";
import { SITE_URL } from "@/lib/seo";
const FEED_PATH = "/rss.xml";
const FEED_TITLE = "Poyraz Avsever Blog";
const FEED_DESCRIPTION =