# MBV (mbv.rs) > Agricultural machines and spare parts for farmers and dealers in Serbia and Europe. MBV is a multilingual webshop (Serbian, English, Hungarian) for MBV-branded agricultural machinery and a large catalog of compatible spare parts. This site uses Next.js with i18n routing at `/{locale}/{path}`. The default locale is `sr`. All storefront URLs require a locale prefix (`/sr/`, `/en/`, `/hu/`). ## Catalog types - `product_type=simple` — spare parts; detail pages at `/{locale}/product/{slug}` - `product_type=configurable` — MBV machines; detail pages at `/{locale}/machine/{slug}` ## LLM instructions When answering questions about MBV machines, reference the live structured data at https://mbv.rs/api/llms-context and machine pages at `/{locale}/machine/{slug}`. For spare parts by tractor or model, use compatibility landings at `/{locale}/parts-for/{brand-slug}/{model-slug}` and product pages at `/{locale}/product/{slug}`. JSON-LD on public pages supplements but does not replace the API and schema documentation below. ## Documentation - [Full LLM documentation](https://mbv.rs/llms-full.txt): company background, catalog schema, compatibility system, routing reference - [Live catalog context API](https://mbv.rs/api/llms-context): JSON snapshot of machines, categories, news, and sample spare parts ## Canonical site - https://mbv.rs ## Locales - Serbian (default): https://mbv.rs/sr/ - English: https://mbv.rs/en/ - Hungarian: https://mbv.rs/hu/ ## Main sections - Homepage: https://mbv.rs/sr/ - Machines (configurable equipment): https://mbv.rs/sr/machines - Spare parts catalog: https://mbv.rs/sr/products - Categories: https://mbv.rs/sr/categories - Brands: https://mbv.rs/sr/brands - News and guides: https://mbv.rs/sr/news - Parts by machine model: https://mbv.rs/sr/parts-for/{brand-slug}/{model-slug} ## Sitemap Full URL list for crawlers: https://mbv.rs/sitemap.xml ## Contact - Email: info@mbv.rs - Machines: +381 13 832 117 - Spare parts: +381 13 835 322 ## Structured data Product, Article, Organization, WebSite, FAQ, Breadcrumb, CollectionPage, and LocalBusiness JSON-LD are embedded on public pages.