XooCode(){

MotorcycleRepair

MotorcycleRepair is a direct AutomotiveBusiness subtype for motorcycle service and repair shops. For sales, use MotorcycleDealer.

Full example of schema.org/MotorcycleRepair json-ld markup

The markup is verified as valid with Rich Results Test from Google.

schema.org/MotorcycleRepair
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "MotorcycleRepair",
  "name": "Pocono Moto Service",
  "address": { "@type": "PostalAddress", "streetAddress": "430 Industrial Dr", "addressLocality": "Dunmore", "addressRegion": "PA", "postalCode": "18512", "addressCountry": "US" },
  "telephone": "+1-570-555-0881",
  "openingHours": "Tu-Fr 09:00-18:00, Sa 09:00-14:00",
  "priceRange": "$$",
  "url": "https://xoocode.com/shops/pocono-moto-service"
}
</script>

Minimal valid version

The smallest markup that still produces a valid MotorcycleRepair entity. Use it as the floor. Reach for the advanced example above when you want search engines and AI agents to understand more about your content.

schema.org/MotorcycleRepair (minimal)
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "MotorcycleRepair",
  "name": "Pocono Moto Service",
  "address": { "@type": "PostalAddress", "streetAddress": "430 Industrial Dr", "addressLocality": "Dunmore", "addressRegion": "PA", "postalCode": "18512", "addressCountry": "US" }
}
</script>

Google rich results this unlocks

MotorcycleRepair is a structural type. It does not produce a rich result on its own.

Its value comes from combining it with a primary type whose markup earns a rich result (Article, Product, Event, and so on). MotorcycleRepair becomes the trunk that the primary type branches off viamainEntityorbreadcrumb. Include it on every page as the backbone of your markup.

Common MotorcycleRepair mistakes

Mistakes that pass validation but silently fail to earn rich results or mislead consumers walking the graph. Avoid these and your markup will be ahead of most sites in the wild.

  1. 01

    AutoRepair for a motorcycle shop

    Wrong
    AutoRepair on a motorcycle service shop
    Right
    MotorcycleRepair for motorcycle-first service

    Specific subtype ranks better on 'motorcycle mechanic near me'.

Also mentioned in 2 other examples

MotorcycleRepair also appears in AutomotiveBusiness, and MotorcycleDealer. See the full MotorcycleRepair schema page for every reference.

About the example data

"Pocono Moto Service", a fictional independent motorcycle shop.

Comments

Loading comments...

Leave a comment