IndexingSignalAggregatorSccData

AI Overview😉

  • The potential purpose of this module is to analyze and understand the structure and patterns of web pages, particularly in terms of indexing and content organization. It appears to be related to how Google indexes web pages and understands their content.
  • This module could impact search results by influencing how Google understands the relevance and importance of different web pages. It may affect the ranking of pages, especially those with complex structures or multiple levels of content. This could lead to more accurate search results, but also potentially favor certain types of websites or content over others.
  • To be more favorable for this function, a website could focus on creating clear and organized content structures, using semantic HTML and schema markup to help search engines understand their content. They could also ensure that their website's hierarchy and navigation are logical and easy to follow, making it easier for Google to index and understand their content.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • parentPattern (type: GoogleApi.ContentWarehouse.V1.Model.IndexingSignalAggregatorSccSignal.t, default: nil) -
  • pattern (type: GoogleApi.ContentWarehouse.V1.Model.IndexingSignalAggregatorSccSignal.t, default: nil) - The most immediate pattern data.

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.IndexingSignalAggregatorSccData{
  parentPattern:
    GoogleApi.ContentWarehouse.V1.Model.IndexingSignalAggregatorSccSignal.t()
    | nil,
  pattern:
    GoogleApi.ContentWarehouse.V1.Model.IndexingSignalAggregatorSccSignal.t()
    | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.