-
Notifications
You must be signed in to change notification settings - Fork 2
YA SM Pages Configuration
After the activation of Pages post types at site settings, Simple Metadata will create Page Type options (a new metabox) in Page
Simple Metadata just offer properties from WordPress core fields. If you woud like to extend those properties, you must activate one of the Simple Metadata addons.
Page use the main class WebPage for the description of the Pages. It can be specified at Page Type box ussing the subclasses of WebPage:
- WebPage Activated by default
- AboutPage
- CheckoutPage
- CollectionPage
- ImageGallery
- VideoGallery
- ContactPage
- FAQPage
- ItemPage
- MedicalWebPage
- ProfilePage
- QAPage
- SearchResultsPage
WebPage is the most generic type available and inherits properties from both parent types (Thing and CreativeWork).
The Post can be identified by a collection of 13 schema.org Properties.
No further configuration is necessary, all the properties find the values from WordPress.
Simple Metadata will create Page Type options in Pages (metabox)