{-# LANGUAGE DeriveDataTypeable #-} module Text.HTML5.MetaData.Schema.WebPage where -- Valid: 2016-02-03 (Schema.rdfs.org) import Text.HTML5.MetaData.Class import Data.Typeable -- | A web page. Every web page is implicitly assumed to be declared to be of type WebPage, so the various properties about that webpage, such as breadcrumb may be used. We recommend explicit declaration if these properties are specified, but if they are found outside of an itemscope, they will be assumed to be about the page. data WebPage instance Show WebPage instance Read WebPage instance Eq WebPage instance Typeable WebPage instance MetaData WebPage