Looking for help!
NAME
SemanticWeb::Schema::WebPage - A web page
VERSION
version v0.0.3
DESCRIPTION
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 asbreadcrumb
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.
ATTRIBUTES
breadcrumb
A set of links that can help a user understand and navigate a website hierarchy.
A breadcrumb should be one of the following types:
last_reviewed
lastReviewed
Date on which the content on this web page was last reviewed for accuracy and/or completeness.
A last_reviewed should be one of the following types:
Str
main_content_of_page
mainContentOfPage
Indicates if this web page element is the main subject of the page.
A main_content_of_page should be one of the following types:
primary_image_of_page
primaryImageOfPage
Indicates the main image on the page.
A primary_image_of_page should be one of the following types:
related_link
relatedLink
A link related to this web page, for example to other related web pages.
A related_link should be one of the following types:
Str
reviewed_by
reviewedBy
People or organizations that have reviewed the content on this web page for accuracy and/or completeness.
A reviewed_by should be one of the following types:
significant_link
significantLink
One of the more significant URLs on the page. Typically, these are the non-navigation links that are clicked on the most.
A significant_link should be one of the following types:
Str
significant_links
significantLinks
The most significant URLs on the page. Typically, these are the non-navigation links that are clicked on the most.
A significant_links should be one of the following types:
Str
specialty
One of the domain specialities to which this web page's content applies.
A specialty should be one of the following types:
SEE ALSO
SemanticWeb::Schema::CreativeWork
AUTHOR
Robert Rothenberg <rrwo@cpan.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2018 by Robert Rothenberg.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)