Article Type
The rich content type for articles is described by Google here: https://developers.google.com/search/docs/data-types/article. In the module settings you only define the "Rich Content Article Type", you can choose between the generic article format, blog post and news article. Choose the appropriate type for your article topics. The module will automatically load the article title and text and generate your rich content script and paste it into the document header.
As with any other rich content example, it doesn't matter if WidgetsBox itself displays the content on your page as a slideshow, slider, grid or in the form of another widget.
Example of the generated code
array ( 0 => (object) array( '@context' =>; 'https://schema.org', '@type' =>; 'Article', '@id' =>; 'http://yourDomain.tld/index.php?view=article&id=3:der-herr-der-ringe-die-zwei-turme&catid=8', 'creator' => (object) array( '@type' =>; 'Person', 'name' => 'Marco Rensch', ), 'headline' => ' Der Herr der Ringe - Die zwei Türme', 'articleBody' => 'Der Schauplatz des Herrn der Ringe ist Mittelerde, eine alternative Welt, und erzählt wird von der gefahrvollen Quest einiger Gefährten, die in einem dramatischen Kampf gegen das Böse endet.', 'image' => array ( 0 => 'http://yourDomain.tld/images/headers/walden-pond.jpg?joomla_image_width=700&joomla_image_height=180', ), 'datePublished' => '2021-07-12T08:13:13+00:00', 'dateModified' => '2021-07-20T13:49:36+00:00', ), 1 => (object) array( '@context' =>; 'https://schema.org', '@type' =>; 'Article', '@id' =>; 'http://yourDomain.tld/index.php?view=article&id=1:der-herr-der-ringe-die-gefahrten&catid=8', 'creator' => (object) array( '@type' =>; 'Person', 'name' => 'Marco Rensch', ), 'headline' => 'Der Herr der Ringe - Die Gefährten', 'articleBody' => 'Der Schauplatz des Herrn der Ringe ist Mittelerde, eine alternative Welt, und erzählt wird von der gefahrvollen Quest einiger Gefährten, die in einem dramatischen Kampf gegen das Böse endet.', 'image' => array ( 0 => 'http://yourDomain.tld/images/headers/walden-pond.jpg?joomla_image_width=700&joomla_image_height=180', ), 'datePublished' => '2021-07-12T08:13:13+00:00', 'dateModified' => '2021-07-20T13:49:01+00:00', ), 2 => (object) array( '@context' =>; 'https://schema.org', '@type' =>; 'Article', '@id' =>; 'http://yourDomain.tld/index.php?view=article&id=2:der-herr-der-ringe-die-ruckkehr-des-konigs&catid=8', 'creator' => (object) array( '@type' =>; 'Person', 'name' => 'Marco Rensch', ), 'headline' => 'Der Herr der Ringe - Die Rückkehr des Königs', 'articleBody' => 'Der Schauplatz des Herrn der Ringe ist Mittelerde, eine alternative Welt, und erzählt wird von der gefahrvollen Quest einiger Gefährten, die in einem dramatischen Kampf gegen das Böse endet.', 'image' => array ( 0 => 'http://yourDomain.tld/images/headers/walden-pond.jpg?joomla_image_width=700&joomla_image_height=180', ), 'datePublished' => '2021-07-12T08:13:13+00:00', 'dateModified' => '2021-07-20T13:49:25+00:00', ), )