/
var
/
www
/
barefootlaw.org
/
wp-content
/
plugins
/
all-in-one-seo-pack
/
app
/
Common
/
Schema
/
Graphs
/
WebPage
/
Upload File
HOME
<?php namespace AIOSEO\Plugin\Common\Schema\Graphs\WebPage; // Exit if accessed directly. if ( ! defined( 'ABSPATH' ) ) { exit; } /** * ContactPage graph class. * * @since 4.0.0 */ class ContactPage extends WebPage { /** * The graph type. * * @since 4.0.0 * * @var string */ protected $type = 'ContactPage'; }