Class: Microdata::Schema::WebPage

Inherits:
CreativeWork show all
Defined in:
lib/microdata/schema/thing/creative_work/web_page.rb

Direct Known Subclasses

AboutPage, ProfilePage

Constant Summary collapse

ATTRIBUTES =
[
  :breadcrumb,
  :last_reviewed,
  :main_content_of_page,
  :primary_image_of_page,
  :related_link,
  :reviewed_by,
  :significant_link,
  :specialty,
].freeze

Instance Attribute Summary

Attributes inherited from Microdata::Schema

#assined_attributes, #top_level

Method Summary

Methods inherited from Thing

#as_json, #initialize, #to_json, #to_json_ld

Methods inherited from Microdata::Schema

#initialize, #to_json_ld

Constructor Details

This class inherits a constructor from Microdata::Schema::Thing