PhotosVisionObjectrecGeoLocation

PhotosLocal SEO

GoogleApi.ContentWarehouse.V1.Model.PhotosVisionObjectrecGeoLocation

3
out of 10
Low
SEO Impact
The geo-location of a single point, or of the "center" of a group of points.

SEO Analysis

AI Generated

Part of Google's geographic data infrastructure (Geostore). This system stores and processes geographic information that powers Google Maps, local search, and location-based search features. For local SEO, these geographic signals determine how businesses and locations appear in local search results and map packs.

Actionable Insights for SEOs

  • Optimize Google Business Profile with accurate location data
  • Ensure NAP (Name, Address, Phone) consistency across the web
  • Build local citations and location-relevant content

Attributes

7
Sort:|Filter:
altitudeMetersfloat(
Default: nil

Altitude of the point above the earth's surface, in meters.

countryCodestring
Default: nilFull type: String.t

Country code string.

fromGpsboolean(
Default: nil

Indicates if the lat/lon above is assumed to come from a GPS device.

latfloat(
Default: nil

Latitude in degrees north. Values south of the equator are negative.

latErrorBoundfloat(
Default: nil

When applied to a single point, represents the estimated error bounds of manual geotagging. The estimate is based on size of the bounding box of the map used for manual geotagging. When applied to a group of points, the error bounds represent the dispersion around the group center (lat/lon above). The dispersion in this case is computed as half the interquartile range. Reference: http://en.wikipedia.org/wiki/Interquartile_range (lat +/- lat_error_bound, lng +/- lng_error_bound).

lonfloat(
Default: nil

Longitude in degrees east. Values west of 0 deg are negative.

lonErrorBoundfloat(
Default: nil