GeostoreRawDataProto

GeostoreLocal SEO

GoogleApi.ContentWarehouse.V1.Model.GeostoreRawDataProto

4
out of 10
Low
SEO Impact
A RawDataProto is a key-value pair that represents arbitrary source data from a particular provider. Raw data can be attached to features using their source_info field.

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

2
Sort:|Filter:
keystring
Default: nilFull type: String.t

The key associated with this data item. For source data in shape file format, this will typically be a column name. Keys need to be unique with respect to a particular data source (see DataSourceProto), but they do not need to be globally unique. You can look up the documentation for a key (e.g. a longer label and description) by following the source_id link of the parent SourceInfoProto, which takes you to a TYPE_DATA_SOURCE feature, and then looking up the corresponding RawMetadataProto object for this key in that feature's optional data_source field.

valueStringstring
Default: nilFull type: String.t

All data items are represented as strings, the logic being that it is easy to convert other data types to strings, and there is no need to access this data efficiently.