Add SEO meta descriptions and a dynamic sitemap.

Expose optional metaDescription for blogs, reportages, and brands in admin/API, apply it on detail pages, and serve an up-to-date /sitemap.xml for approved content plus static site pages.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Alireza Hassani
2026-08-11 18:37:43 +03:30
co-authored by Cursor
parent 5088e0f4ae
commit 16bc154fb0
20 changed files with 281 additions and 0 deletions
@@ -0,0 +1,8 @@
-- AlterTable
ALTER TABLE "Blog" ADD COLUMN "metaDescription" TEXT;
-- AlterTable
ALTER TABLE "Reportage" ADD COLUMN "metaDescription" TEXT;
-- AlterTable
ALTER TABLE "Brand" ADD COLUMN "metaDescription" TEXT;