Hello,
We are evaluating Google Structured Data for Joomla for an automotive website running Joomla 6.x.
Our client’s GEO audit specifically requires Schema.org Vehicle structured data on individual vehicle model pages.
We would like to know whether your extension can support this in any of the following ways:
- Native
Vehicleschema support - Custom schema type / custom JSON-LD
- Extending an existing schema type with custom properties
- Creating reusable templates or publishing rules for multiple vehicle pages
Ideally, we need to generate JSON-LD similar to:
{
"@context": "https://schema.org",
"@type": "Vehicle",
"name": "Hyundai Palisade 2026",
"brand": {
"@type": "Brand",
"name": "manufacturer-name"
}
}
We may also need additional vehicle-specific properties and a separate FAQ Page schema on the same page.
Could you please confirm:
- Whether
Vehiclecan be implemented with your extension. - Whether this can be managed through the Joomla administrator without modifying core files.
- Whether the setup can be reused across multiple vehicle pages.
- Whether custom fields from Joomla can be mapped dynamically into the JSON-LD.
- Whether more than one schema type, such as
VehicleandFAQPage, can coexist on the same page.
Thank you.