structured-data-testing-tool
Version:
A library and command line tool to help test for Structured Data.
10 lines (8 loc) • 394 B
JavaScript
const { _simpleArticlePrototype } = require('../Article')
const AdvertiserContentArticle = {
..._simpleArticlePrototype('AdvertiserContentArticle'),
description: 'An Article that an external entity has paid to place or to produce to its specifications. Includes advertorials, sponsored content, native advertising and other paid content.'
}
module.exports = {
AdvertiserContentArticle
}