Browse Source

视频列表页增加description字段

guoziyun 1 tháng trước cách đây
mục cha
commit
b1fd907322
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      views/v2/video-coloring-pages.ejs

+ 1 - 0
views/v2/video-coloring-pages.ejs

@@ -430,6 +430,7 @@
     "@context": "https://schema.org",
     "@type": "VideoObject",
     "name": "<%- item.seoTitle %>",
+    "description": "<%- item.seoDescription %>",
     "thumbnailUrl": "<%= item.poster %>",
     "uploadDate": "<%= new Date(item.timeCreate).toISOString() %>",
     "contentUrl": "<%= item.url %>",