FreebaseLatLong

AI Overview😉

  • The potential purpose of this module is to identify and store geographic location data, specifically latitude and longitude coordinates, to help Google understand the physical location associated with a particular piece of content, such as a business or a point of interest.
  • This module could impact search results by allowing Google to better understand the relevance of a piece of content to a user's location, potentially influencing the ranking of local search results, and providing more accurate results for location-based searches. It may also help Google to filter out or deprioritize content that is not relevant to a user's location.
  • A website may change things to be more favorable for this function by ensuring that their content accurately and consistently includes geographic location data, such as latitude and longitude coordinates, in a format that can be easily crawled and understood by Google. This could include adding schema markup for local businesses, or including location data in metadata or page content.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Represents a geopoint, which is one of the possible Value types.

Attributes

  • latDeg (type: number(), default: nil) -
  • longDeg (type: number(), 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.FreebaseLatLong{
  latDeg: number() | nil,
  longDeg: number() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.