The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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 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.

ATTRIBUTES

A set of links that can help a user understand and navigate a website hierarchy.

A breadcrumb should be one of the following types:

InstanceOf['SemanticWeb::Schema::BreadcrumbList']
Str

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:

InstanceOf['SemanticWeb::Schema::WebPageElement']

primary_image_of_page

primaryImageOfPage

Indicates the main image on the page.

A primary_image_of_page should be one of the following types:

InstanceOf['SemanticWeb::Schema::ImageObject']

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:

InstanceOf['SemanticWeb::Schema::Person']
InstanceOf['SemanticWeb::Schema::Organization']

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

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:

InstanceOf['SemanticWeb::Schema::Specialty']

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)