stevegrunwell/schemify

View on GitHub
includes/schemas/BlogPosting.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
/**
 * The BlogPosting Schema.
 *
 * @package Schemify
 * @link    http://schema.org/BlogPosting
 */

namespace Schemify\Schemas;

class BlogPosting extends SocialMediaPosting {

}