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>
9 lines
212 B
SQL
9 lines
212 B
SQL
-- AlterTable
|
|
ALTER TABLE "Blog" ADD COLUMN "metaDescription" TEXT;
|
|
|
|
-- AlterTable
|
|
ALTER TABLE "Reportage" ADD COLUMN "metaDescription" TEXT;
|
|
|
|
-- AlterTable
|
|
ALTER TABLE "Brand" ADD COLUMN "metaDescription" TEXT;
|