This module provides a Views display to generate a Google News-compatible feed. It allows you to map your Drupal fields to the required Google News tags, enabling custom output for your news feed.
Overview
This module adds a Views display that allows to expose a Google News compatible feed: https://support.google.com/news/publisher/answer/74288?hl=en.
Features
- A views display plugin that allows to map fields to each of the tags in the news feed
- An alter hook that allows to customize the output, e.g. to handle the access/paywall field
Documentation
Create a view with a Google News display, add fields and necessary filters. See README.md for more information.