```json
{
"@context": "https://schema.org",
"@type": "AutoPartsStore",
"@id": "https://lthcercadeti.com.mx/#business",
"name": "LTH Cerca de Ti",
"url": "https://lthcercadeti.com.mx/",
"description": "Venta de baterías LTH automotrices, motocicleta, servicio pesado y baterías especiales con entrega a domicilio en CDMX y Estado de México.",
"image": "https://lthcercadeti.com.mx/wp-content/uploads/2026/05/logo-lth-cerca-de-ti.webp",
"telephone": "+52-55-0000-0000",
"priceRange": "$$",
"areaServed": [
{
"@type": "City",
"name": "Ciudad de México"
},
{
"@type": "State",
"name": "Estado de México"
}
],
"brand": {
"@type": "Brand",
"name": "LTH"
},
"sameAs": [
"https://www.facebook.com/",
"https://www.instagram.com/"
],
"hasOfferCatalog": {
"@type": "OfferCatalog",
"name": "Catálogo de baterías LTH",
"itemListElement": [
{
"@type": "OfferCatalog",
"name": "LTH Automotrices",
"url": "https://lthcercadeti.com.mx/categoria-producto/lth-automotrices/"
},
{
"@type": "OfferCatalog",
"name": "LTH Hi-Tec",
"url": "https://lthcercadeti.com.mx/categoria-producto/lth-hi-tec/"
},
{
"@type": "OfferCatalog",
"name": "LTH Evolution",
"url": "https://lthcercadeti.com.mx/categoria-producto/lth-evolution/"
},
{
"@type": "OfferCatalog",
"name": "LTH Protect",
"url": "https://lthcercadeti.com.mx/categoria-producto/lth-protect/"
}
]
},
"potentialAction": {
"@type": "SearchAction",
"target": "https://lthcercadeti.com.mx/?s={search_term_string}",
"query-input": "required name=search_term_string"
}
}
```