OceanDocTagMagazineSpecific

AI Overview😉

  • The potential purpose of this module is to provide a way to structure and store metadata about magazine articles and issues, including publication dates, issue descriptions, and article summaries. This allows Google to better understand the content and context of magazine articles, and potentially improve search results and snippet rendering.
  • This module could impact search results by allowing Google to provide more accurate and informative snippets for magazine articles, and potentially improving the ranking of relevant magazine content. By understanding the structure and metadata of magazine issues, Google can better match user queries with relevant content, and provide a more comprehensive view of the topic or issue being searched.
  • To be more favorable for this function, a website could ensure that their magazine content is properly structured and marked up with metadata, such as publication dates, issue descriptions, and article summaries. This could involve using schema.org markup or other standardized metadata formats to provide Google with a clear understanding of the content and context of the magazine articles. Additionally, websites could ensure that their content is easily crawlable and indexable by Google, and that they provide clear and descriptive titles and summaries for their magazine articles.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

GoogleApi.ContentWarehouse.V1.Model.OceanDocTagMagazineSpecific (google_api_content_warehouse v0.4.0)

Magazine-specific fields. See https://www.corp.google.com/eng/designdocs/scanning/magazines/designdoc.html for magazine design doc.

Attributes

  • displayDate (type: String.t, default: nil) - A human-readable date for display in the UI. Unlike "publicationdate" above, this should not be parsed into structured data, but should only be displayed as is.
  • issueDescription (type: String.t, default: nil) - Description specific to a magazine issue, such as featured articles and article summaries.
  • issueEnd (type: integer(), default: nil) -
  • issueStart (type: integer(), default: nil) -
  • item (type: list(GoogleApi.ContentWarehouse.V1.Model.OceanDataDocinfoWoodwingItemMetadata.t), default: nil) - Items within a magazine issue.
  • otherNumberingEnd (type: integer(), default: nil) -
  • otherNumberingSchema (type: integer(), default: nil) - NOTE: These should to be values from MetadataNumberingSchema; when this becomes a proto2, we can use MetadataEnums values.
  • otherNumberingStart (type: integer(), default: nil) - For season or quarter dates.
  • pageToItem (type: list(integer()), default: nil) - For each page of a magazine, maps to the item index of "item".
  • publicationDateEnd (type: String.t, default: nil) -
  • publicationDateStart (type: String.t, default: nil) -
  • serialTitle (type: String.t, default: nil) - This is used to render the metadata line of the snippet and should be present in all magazine documents.
  • serialVolumeid (type: String.t, default: nil) -
  • volume (type: integer(), default: nil) -

Summary

Types

t()

Functions

decode(value, options)

Unwrap a decoded JSON object into its complex fields.

Types

Link to this type

t()

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.OceanDocTagMagazineSpecific{
  displayDate: String.t() | nil,
  issueDescription: String.t() | nil,
  issueEnd: integer() | nil,
  issueStart: integer() | nil,
  item:
    [
      GoogleApi.ContentWarehouse.V1.Model.OceanDataDocinfoWoodwingItemMetadata.t()
    ]
    | nil,
  otherNumberingEnd: integer() | nil,
  otherNumberingSchema: integer() | nil,
  otherNumberingStart: integer() | nil,
  pageToItem: [integer()] | nil,
  publicationDateEnd: String.t() | nil,
  publicationDateStart: String.t() | nil,
  serialTitle: String.t() | nil,
  serialVolumeid: String.t() | nil,
  volume: integer() | nil
}

Functions

Link to this function

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.