[Google Search API] Missing value for rich snippet in organic results
@andypple83 Please share search parameters that reproduce this type of rich snippet. (The parameters above no longer return it.)
1
Given
{
extensions: ["Top speed: 100", "", "115 mphLength: 182.3 inCargo volume: 13 cu ftHeight: 56.5 in"],
detected_extensions: { price: 100, currency: "Top speed", mph_length_in_cargo_volume_cu_ft_height_in: 115 }
}
Expected
{
extensions: ["Top speed: 100--115 mph", "Length: 182.3 in", Cargo volume: 13 cu ft", "Height: 56.5 in"],
detected_extensions: ...
}
Internal links: Specs
2
Given: detected_extensions: { production_november_present: 1966, class_subcompact_car_compact: 1966 }
Expected: detected_extensions: { production: "November 1966 - present", predecessor: "Toyota Publica", class: "Subcompact car (1966–1991)" }
Internal links: Specs
3
The extensions were parsed inaccurately.
Given: { extensions: ["Headquarters: Redmond, WAType: Company", "Public (MSFT)"] }
Expected: { extensions: ["Headquarters: Redmond, WA" , "Type: Company - Public (MSFT)"] }
Internal links: Spec
We have a solution (see the linked PR), but we've decided to hold off on implementing it until we receive more real requests, as the initial issue is not reproducible.