{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "WebSite",
      "@id": "https://tautoservices.com/#website",
      "url": "https://tautoservices.com/",
      "name": "T Auto Services",
      "description": "Remorquage, enlèvement gratuit et transport véhicule 24h/24 en Île-de-France. Appelez le 06 99 93 97 74.",
      "inLanguage": "fr-FR",
      "publisher": { "@id": "https://tautoservices.com/#business" },
      "potentialAction": {
        "@type": "CommunicateAction",
        "name": "Appeler T Auto Services",
        "target": {
          "@type": "EntryPoint",
          "urlTemplate": "tel:+33699939774",
          "actionPlatform": [
            "http://schema.org/DesktopWebPlatform",
            "http://schema.org/MobileWebPlatform"
          ]
        }
      }
    },
    {
      "@type": ["AutoRepair", "LocalBusiness", "TowingService"],
      "@id": "https://tautoservices.com/#business",
      "name": "T Auto Services",
      "url": "https://tautoservices.com/",
      "logo": "https://tautoservices.com/assets/favicon.svg",
      "image": "https://tautoservices.com/assets/hero-truck.png",
      "telephone": "+33699939774",
      "priceRange": "€€",
      "currenciesAccepted": "EUR",
      "paymentAccepted": "Cash, Credit Card, Bank Transfer",
      "description": "Remorquage 100€ TTC (80€ HT), enlèvement d'épave gratuit, transport véhicule 1,80€/km jusqu'à 120 km puis sur devis. Intervention 24h/24 et 7j/7 en Île-de-France (75, 77, 78, 91, 92, 93, 94, 95).",
      "serviceType": ["Remorquage", "Enlèvement d'épaves", "Transport véhicule", "Dépannage"],
      "address": {
        "@type": "PostalAddress",
        "addressRegion": "Île-de-France",
        "addressCountry": "FR"
      },
      "geo": {
        "@type": "GeoCoordinates",
        "latitude": 48.8566,
        "longitude": 2.3522
      },
      "openingHoursSpecification": {
        "@type": "OpeningHoursSpecification",
        "dayOfWeek": ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"],
        "opens": "00:00",
        "closes": "23:59"
      },
      "contactPoint": [
        {
          "@type": "ContactPoint",
          "telephone": "+33699939774",
          "contactType": "customer service",
          "areaServed": ["FR", "FR-IDF"],
          "availableLanguage": ["French"],
          "hoursAvailable": {
            "@type": "OpeningHoursSpecification",
            "dayOfWeek": ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"],
            "opens": "00:00",
            "closes": "23:59"
          }
        },
        {
          "@type": "ContactPoint",
          "telephone": "+33699939774",
          "contactType": "emergency",
          "areaServed": "FR",
          "availableLanguage": ["French"]
        }
      ],
      "areaServed": [
        { "@type": "AdministrativeArea", "name": "Île-de-France" },
        { "@type": "City", "name": "Paris" },
        { "@type": "City", "name": "Versailles" },
        { "@type": "City", "name": "Nanterre" },
        { "@type": "City", "name": "Créteil" },
        { "@type": "City", "name": "Bobigny" },
        { "@type": "City", "name": "Évry-Courcouronnes" },
        { "@type": "City", "name": "Melun" },
        { "@type": "City", "name": "Cergy" },
        { "@type": "City", "name": "Saint-Denis" },
        { "@type": "City", "name": "Boulogne-Billancourt" },
        { "@type": "Country", "name": "France" }
      ],
      "knowsAbout": [
        "Remorquage voiture",
        "Remorquage 24h/24",
        "Enlèvement épave gratuit",
        "Transport véhicule",
        "Véhicule en panne",
        "Véhicule accidenté",
        "Camion plateau",
        "Dépannage urgence",
        "Remorquage banlieue parisienne"
      ],
      "hasOfferCatalog": {
        "@type": "OfferCatalog",
        "name": "Tarifs T Auto Services",
        "itemListElement": [
          {
            "@type": "Offer",
            "price": "100",
            "priceCurrency": "EUR",
            "description": "Forfait remorquage 80€ HT / 100€ TTC",
            "itemOffered": { "@type": "Service", "name": "Remorquage véhicule", "serviceType": "Remorquage" }
          },
          {
            "@type": "Offer",
            "price": "0",
            "priceCurrency": "EUR",
            "description": "Enlèvement sur site gratuit",
            "itemOffered": { "@type": "Service", "name": "Enlèvement épave sur site", "serviceType": "Enlèvement d'épaves" }
          },
          {
            "@type": "Offer",
            "price": "1.80",
            "priceCurrency": "EUR",
            "description": "Transport 1,80€/km jusqu'à 120 km, sur devis au-delà",
            "itemOffered": { "@type": "Service", "name": "Transport véhicule", "serviceType": "Transport" }
          }
        ]
      },
      "potentialAction": {
        "@type": "ReserveAction",
        "name": "Demander un remorquage",
        "target": {
          "@type": "EntryPoint",
          "urlTemplate": "tel:+33699939774",
          "inLanguage": "fr-FR",
          "actionPlatform": [
            "http://schema.org/DesktopWebPlatform",
            "http://schema.org/MobileWebPlatform"
          ]
        }
      },
      "sameAs": []
    }
  ]
}
