-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
571 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,36 +9,85 @@ | |
<title>Car Club Tire & Auto Repair Services - Orange City, Florida</title> | ||
<meta name="description" content="Discover the best auto repair and tire change services in Orange City, Florida, at Car Club. Our expert technicians provide top-notch solutions for all your automotive needs. From tire change to complete auto repairs, trust us for reliable and certified services. Schedule your appointment today for a smoother ride and exceptional customer satisfaction."> | ||
<meta name="yandex-verification" content="e1ea1afe12609d6b"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="./media/favicon/favicon_16.png"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="./media/favicon/favicon_32.png"> | ||
<link rel="icon" type="image/png" sizes="64x64" href="./media/favicon/favicon_64.png"> | ||
<link rel="icon" type="image/png" sizes="128x128" href="./media/favicon/favicon_128.png"> | ||
<link rel="icon" type="image/png" sizes="256x256" href="./media/favicon/favicon_256.png"> | ||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> | ||
<link rel="icon" type="image/x-icon" href="./favicon.ico"> | ||
<link rel="manifest" href="/site.webmanifest"> | ||
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#374162"> | ||
<meta name="msapplication-TileColor" content="#374162"> | ||
<meta name="theme-color" content="#374162"> | ||
<script type="application/ld+json"> | ||
{ | ||
"@context": "https://schema.org/", | ||
"@type": "AggregateRating", | ||
"url": "https://carclubtire.com/", | ||
"itemReviewed": { | ||
"@type": "store", | ||
"priceRange": "$50", | ||
"image": "./media/car-club-logo-dark.webp", | ||
{ | ||
"@context": "https://schema.org/", | ||
"@type": "LocalBusiness", | ||
"name": "Car Club Tire & Auto Repair Services - Orange City, Florida", | ||
"telephone": "+1-386-561-9732", | ||
"description": "Discover the best auto repair and tire change services in Orange City, Florida, at Car Club. Our expert technicians provide top-notch solutions for all your automotive needs. From tire change to complete auto repairs, trust us for reliable and certified services. Schedule your appointment today for a smoother ride and exceptional customer satisfaction.", | ||
"url": "https://carclubtire.com/", | ||
"@id": "https://carclubtire.com/", | ||
"sameAs": [ | ||
"https://www.facebook.com/carclubtire" | ||
], | ||
"telephone": "+13865619732", | ||
"email": "[email protected]", | ||
"hasMap": "https://g.page/r/CV3FE6obXORREBE/", | ||
"openingHours": [ | ||
"Mo-Sa 08:00-19:00", | ||
"Su 09:00-17:00" | ||
] | ||
"priceRange": "$$", | ||
"logo": "https://carclubtire.com/media/cc-logo.svg", | ||
"image": "https://carclubtire.com/media/cc-logo.svg", | ||
"currenciesAccepted": "USD", | ||
"paymentAccepted": "Cash, Check, Bank Transfer, Credit Card, Debit Card", | ||
"aggregateRating": { | ||
"@type": "AggregateRating", | ||
"ratingValue": "4.8", | ||
"bestRating": "5", | ||
"worstRating": "1", | ||
"reviewCount": "278" | ||
}, | ||
"address": { | ||
"@type": "PostalAddress", | ||
"streetAddress": "1130 S Volusia Ave", | ||
"streetAddress": "1130 S Volusia Ave, Orange City, FL 32763, United States", | ||
"addressLocality": "Orange City", | ||
"addressRegion": "FL", | ||
"postalCode": "32763", | ||
"addressCountry": "US" | ||
}, | ||
"contactPoint": { | ||
"@type": "ContactPoint", | ||
"telephone": "+13865619732", | ||
"contactType": "customer service", | ||
"areaServed": "US", | ||
"availableLanguage": "en, sp, ur, pu" | ||
}, | ||
"department": [ | ||
{ | ||
"@type": "LocalBusiness", | ||
"name": "Service department", | ||
"telephone": "+13865619732", | ||
"email": "[email protected]", | ||
"priceRange": "$$", | ||
"image": "https://carclubtire.com/media/cc-logo.svg.png", | ||
"address": { | ||
"@type": "PostalAddress", | ||
"streetAddress": "1130 S Volusia Ave, Orange City, FL 32763, United States", | ||
"addressLocality": "Orange City", | ||
"addressRegion": "FL", | ||
"postalCode": "32763", | ||
"addressCountry": "US" | ||
}, | ||
"openingHours": [ | ||
"Mo-Sa 08:00-19:00", | ||
"Su 09:00-17:00" | ||
] | ||
} | ||
], | ||
"geo": { | ||
"@type": "GeoCoordinates", | ||
"latitude": 28.935712456019328, | ||
"longitude": -81.29755139596311 | ||
} | ||
}, | ||
"ratingValue": "4.8", | ||
"bestRating": "5", | ||
"ratingCount": "194" | ||
} | ||
} | ||
</script> | ||
<link rel="stylesheet" href="./src/css/preloader.min.css" type="text/css"> | ||
<link rel="preload" href="./media/header-bg-mobile.webp" as="image" type="image/webp" media="(max-width: 1024px)"> | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<browserconfig> | ||
<msapplication> | ||
<tile> | ||
<square150x150logo src="/mstile-150x150.png"/> | ||
<TileColor>#374162</TileColor> | ||
</tile> | ||
</msapplication> | ||
</browserconfig> |
Oops, something went wrong.