Jump to content

How to add a published_time metatag ?


drastic

Recommended Posts

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.

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...