GeostoreVehicleAttributeFilterProto

GeostoreLocal SEO

GoogleApi.ContentWarehouse.V1.Model.GeostoreVehicleAttributeFilterProto

5
out of 10
Medium
SEO Impact
A set of vehicle attribute conditionals (ex: weight >= 20T && num_trailers = 2) used to define a slice of all possible vehicles. This can be useful for filtering one or more vehicles by a predicate.

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

9
Sort:|Filter:
Default: nilFull type: list(GoogleApi.ContentWarehouse.V1.Model.GeostoreCountComparisonProto.t

A repeated value here is treated as an AND operation. This allows for ranges to be represented by two values (ex: "count < 4" AND "count >= 2" means "2 <= count < 4").

hasTrailerboolean(
Default: nil

Whether the applied vehicle types have a trailer attached to them.

hazardousGoodsstring
Default: nilFull type: list(String.t

List of prohibited hazardous goods for a vehicle to carry. A repeated value here is treated as an OR operation, meaning that they may not carry ANY of the goods listed.

Default: nilFull type: list(GoogleApi.ContentWarehouse.V1.Model.GeostoreCountComparisonProto.t

A repeated value here is treated as an AND operation. This allows for ranges to be represented by two values (ex: "count <= 4" AND "count > 2" means "2 < count <= 4").

Default: nilFull type: list(GoogleApi.ContentWarehouse.V1.Model.GeostoreDimensionComparisonProto.t

A repeated value here is treated as an AND operation. This allows for ranges to be represented by two values (ex: "length <= 53ft" AND "length > 48ft" means "48ft < length <= 53ft").

Default: nilFull type: list(GoogleApi.ContentWarehouse.V1.Model.GeostoreDimensionComparisonProto.t

A repeated value here is treated as an AND operation. This allows for ranges to be represented by two values (ex: "height > 3m" AND "height <= 5m" means "3m < height <= 5m").

Default: nilFull type: list(GoogleApi.ContentWarehouse.V1.Model.GeostoreDimensionComparisonProto.t

A repeated value here is treated as an AND operation. This allows for ranges to be represented by two values (ex: "length <= 40m" AND "length > 35m" means "35m < length <= 40m").

Default: nilFull type: list(GoogleApi.ContentWarehouse.V1.Model.GeostoreWeightComparisonProto.t

A repeated value here is treated as an AND operation. This allows for ranges to be represented by two values (ex: "weight < 8T" AND "weight >= 3T" means "3T <= weight < 8T").

Default: nilFull type: list(GoogleApi.ContentWarehouse.V1.Model.GeostoreDimensionComparisonProto.t

A repeated value here is treated as an AND operation. This allows for ranges to be represented by two values (ex: "width < 4m" AND "width >= 2m" means "2m <= width < 4m").