GDocumentBaseDirectory

AI Overview😉

  • The potential purpose of this module is to store and process metadata about a webpage, such as its title, description, category, language, and URL. This metadata can be used to generate snippets and titles for search results, and to help the search algorithm understand the content and relevance of the webpage.
  • This module could impact search results by influencing the generation of snippets and titles, which can affect how users perceive and interact with search results. It could also impact the ranking of webpages by providing additional information about their content and relevance. For example, a webpage with a well-written title and description that accurately reflects its content may be more likely to appear higher in search results.
  • A website may change things to be more favorable for this function by ensuring that their webpage's metadata is accurate, complete, and well-written. This could include using descriptive and keyword-rich titles and descriptions, specifying the language and category of the content, and providing a clear and concise URL. Additionally, ensuring that the webpage's content is high-quality, relevant, and well-structured could also help to improve its chances of being ranked higher in search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

The Directory proto group holds snippet and title metadata which is made available to the snippet code. The proto group was originally created for metadata coming from the Google Web Directory (gwd) project. It has since come to be used to hold metadata from gwd and other sources.

Attributes

  • Category (type: String.t, default: nil) - encoded in UTF8
  • Description (type: String.t, default: nil) - encoded in UTF8
  • DescriptionScore (type: number(), default: nil) -
  • Identifier (type: String.t, default: nil) - "gwd", etc.
  • Language (type: integer(), default: nil) - go/language-enum
  • Title (type: String.t, default: nil) - encoded in UTF8
  • TitleScore (type: number(), default: nil) - Deprecated; do not use. There is no code populating these fields as of Oct 2017.
  • URL (type: String.t, 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.GDocumentBaseDirectory{
  Category: String.t() | nil,
  Description: String.t() | nil,
  DescriptionScore: number() | nil,
  Identifier: String.t() | nil,
  Language: integer() | nil,
  Title: String.t() | nil,
  TitleScore: number() | nil,
  URL: String.t() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.