MobilePerDocData

AI Overview😉

  • The potential purpose of this module is to assess the mobile usability and quality of a webpage, ensuring that users on mobile devices have a good browsing experience. It seems to be a part of Google's mobile-first indexing approach.
  • This module could impact search results by favoring webpages that are optimized for mobile devices, have a responsive design, and provide a smooth user experience. Websites with poor mobile usability may be demoted in search rankings. The "transcoded page quality" score suggests that Google may also evaluate how well a webpage's content is adapted for mobile devices.
  • To be more favorable for this function, a website can ensure that it has a responsive design that adapts well to different screen sizes and devices. It should also optimize its content, such as images and videos, to load quickly and efficiently on mobile devices. Additionally, websites can test their mobile usability using tools like Google's Mobile-Friendly Test and address any issues that are identified.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Note: This message is also in the RTUpdate protocol buffer.

Attributes

  • flags (type: integer(), default: nil) -
  • mobileurl (type: String.t, default: nil) - DEPRECATED: Url of the mobile version of the document. This is set during canonicalization if we do not know that the Web url also serves the mobile version.
  • transcodedPageScore (type: integer(), default: nil) - DEPRECATED: The transcoded page quality repesented in 7-bits range from 0 to 127.

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.MobilePerDocData{
  flags: integer() | nil,
  mobileurl: String.t() | nil,
  transcodedPageScore: integer() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.