Interface PageBlockAuthorDate

The author and publishing date of a page. Subtype of PageBlock.

interface PageBlockAuthorDate {
    @type: "pageBlockAuthorDate";
    author: RichText;
    publish_date: number;
}

Properties

@type: "pageBlockAuthorDate"
author: RichText

Author.

publish_date: number

Point in time (Unix timestamp) when the article was published; 0 if unknown.