<?php
|
require(JVB_DIR . '/inc/managers/SEO/render/Thing/Intangible/Brand/_setup.php');
|
require(JVB_DIR . '/inc/managers/SEO/render/Thing/Intangible/ContactPoint/_setup.php');
|
require(JVB_DIR . '/inc/managers/SEO/render/Thing/Intangible/Enumeration/_setup.php');
|
require(JVB_DIR . '/inc/managers/SEO/render/Thing/Intangible/ItemList/_setup.php');
|
require(JVB_DIR . '/inc/managers/SEO/render/Thing/Intangible/Quantity/_setup.php');
|
require(JVB_DIR . '/inc/managers/SEO/render/Thing/Intangible/Rating/_setup.php');
|
require(JVB_DIR . '/inc/managers/SEO/render/Thing/Intangible/Reservation/_setup.php');
|
require(JVB_DIR . '/inc/managers/SEO/render/Thing/Intangible/StructuredValue/_setup.php');
|
require(JVB_DIR . '/inc/managers/SEO/render/Thing/Intangible/Audience.php');
|
require(JVB_DIR . '/inc/managers/SEO/render/Thing/Intangible/DefinedTerm.php');
|
require(JVB_DIR . '/inc/managers/SEO/render/Thing/Intangible/CategoryCode.php');
|
require(JVB_DIR . '/inc/managers/SEO/render/Thing/Intangible/Demand.php');
|
require(JVB_DIR . '/inc/managers/SEO/render/Thing/Intangible/EntryPoint.php');
|
require(JVB_DIR . '/inc/managers/SEO/render/Thing/Intangible/Grant.php');
|
require(JVB_DIR . '/inc/managers/SEO/render/Thing/Intangible/HowToItem.php');
|
require(JVB_DIR . '/inc/managers/SEO/render/Thing/Intangible/HowToSupply.php');
|
require(JVB_DIR . '/inc/managers/SEO/render/Thing/Intangible/HowToTool.php');
|
require(JVB_DIR . '/inc/managers/SEO/render/Thing/Intangible/Language.php');
|
require(JVB_DIR . '/inc/managers/SEO/render/Thing/Intangible/ListItem.php');
|
require(JVB_DIR . '/inc/managers/SEO/render/Thing/Intangible/MenuItem.php');
|
require(JVB_DIR . '/inc/managers/SEO/render/Thing/Intangible/MerchantReturnPolicy.php');
|
require(JVB_DIR . '/inc/managers/SEO/render/Thing/Intangible/Occupation.php');
|
require(JVB_DIR . '/inc/managers/SEO/render/Thing/Intangible/OccupationalExperienceRequirements.php');
|
require(JVB_DIR . '/inc/managers/SEO/render/Thing/Intangible/Offer.php');
|
|
require(JVB_DIR . '/inc/managers/SEO/render/Thing/Intangible/AggregateOffer.php');
|
require(JVB_DIR . '/inc/managers/SEO/render/Thing/Intangible/OfferCatalog.php');
|
require(JVB_DIR . '/inc/managers/SEO/render/Thing/Intangible/PaymentMethod.php');
|
require(JVB_DIR . '/inc/managers/SEO/render/Thing/Intangible/Schedule.php');
|
require(JVB_DIR . '/inc/managers/SEO/render/Thing/Intangible/Service.php');
|
require(JVB_DIR . '/inc/managers/SEO/render/Thing/Intangible/ServiceChannel.php');
|
require(JVB_DIR . '/inc/managers/SEO/render/Thing/Intangible/VirtualLocation.php');
|