{
    "@context": "https://schema.org",
    "@type": "AutoRepair",
    "name": "Pro Tow Breakdown Services",
    "image": "https://protowdublin.com/images/logo.jpg",
    "address": {
        "@type": "PostalAddress",
        "addressLocality": "Dublin",
        "addressCountry": "IE"
    },
    "telephone": "+353857127434",
    "email": "info@protowdublin.com",
    "url": "https://protowdublin.com",
    "aggregateRating": {
        "@type": "AggregateRating",
        "ratingValue": "4.8",
        "reviewCount": "120",
        "bestRating": "5"
    },
    "priceRange": "€€",
    "openingHoursSpecification": {
        "@type": "OpeningHoursSpecification",
        "dayOfWeek": [
            "Monday",
            "Tuesday",
            "Wednesday",
            "Thursday",
            "Friday"
        ],
        "opens": "08:00",
        "closes": "18:00"
    },
    "openingHoursSpecification": [
        {
            "@type": "OpeningHoursSpecification",
            "dayOfWeek": [
                "Saturday"
            ],
            "opens": "09:00",
            "closes": "16:00"
        }
    ],
    "sameAs": [
        "https://www.instagram.com/protowdublin",
        "https://www.goldenpages.ie/pro-tow-dublin/",
        "https://www.google.com/maps/place/?q=place_id:ChIJj09UZ84MZ0gRU99KdRqXDTA"
    ],
    "description": "Professional towing and breakdown services in Dublin. Emergency car recovery, roadside assistance, and reliable tow truck services.",
    "serviceArea": {
        "@type": "GeoCircle",
        "geoMidpoint": {
            "@type": "GeoCoordinates",
            "latitude": 53.3498,
            "longitude": -6.2603
        },
        "geoRadius": "100000"
    },
    "availableService": [
        {
            "@type": "Service",
            "name": "Emergency Towing",
            "description": "Emergency towing services throughout Dublin"
        },
        {
            "@type": "Service",
            "name": "Roadside Assistance",
            "description": "Quick roadside assistance for breakdowns and emergencies"
        },
        {
            "@type": "Service",
            "name": "Car Recovery",
            "description": "Professional vehicle recovery services"
        }
    ],
    "paymentAccepted": ["Cash", "Credit Card", "Debit Card"],
    "areaServed": "Dublin and surrounding areas"
}