mirror of
https://git.meshkee.com/novintrades/website.git
synced 2026-08-11 20:50:58 +04:30
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:
co-authored by
Cursor
parent
5088e0f4ae
commit
16bc154fb0
@@ -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;
|
||||
Reference in New Issue
Block a user