get_title();
?>
	get_description(); ?>
	schema['embedUrl'] ) ) {
		echo do_shortcode( $wp_embed->autoembed( $this->schema['embedUrl'] ) );
	} elseif ( ! empty( $this->schema['contentUrl'] ) ) {
		echo do_shortcode( $wp_embed->autoembed( $this->schema['contentUrl'] ) );
	}
	?>