templateType ) { aioseo()->schema->graphs[] = 'DiscussionForumPosting'; ProGraphs\DiscussionForumPosting::setOverwriteGraphData( [ 'properties' => [ 'headline' => $this->topic['title'], 'text' => $this->topic['content'], 'datePublished' => $this->topic['date'], 'author' => $this->topic['author'], 'comment' => $this->topic['comment'] ?? [] ] ] ); } } }