drastic Posted April 20, 2023 Share Posted April 20, 2023 Hi, One of our sponsor programs who does push notifications asked us to place a published_time metatag into our content pages, like videos and article posts. What would that tag look like? What template would it go in? Thanks! Quote Link to comment Share on other sites More sharing options...
Tech Support Posted April 21, 2023 Share Posted April 21, 2023 What format do they need this time? Quote Link to comment Share on other sites More sharing options...
drastic Posted April 21, 2023 Author Share Posted April 21, 2023 Not fully sure. The sponsor we're working with said this: "Hi your content is missing a published_time metatag please add one" Quote Link to comment Share on other sites More sharing options...
Tech Support Posted April 22, 2023 Share Posted April 22, 2023 They should provide more details. I see there is a published_time tag in Open Graph spec: https://ogp.me/ However it is not for video pages, but for article pages (og:type = article). For video pages (og:type = video:other) KVS already prints video:release_date tag. You can find this code in Website UI -> Page components -> include_header_general.tpl: <meta property="video:release_date" content="{{$storage.video_view_video_view.post_date|replace:" ":"T"}}Z"/> If they just need published_time in the same format, you can duplicate this line and rename to published_time. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.